skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
589 stars 73 forks source link

v4 can't connect to v3 console #338

Closed mgoulish closed 3 years ago

mgoulish commented 3 years ago

Make namespace n1. Start v3 skupper in it. Make a connection token.

Make namespace n2. Start v4 skupper in it. Connect to namespace n1. ( This will only work after you have applied PR 331.)

In n2 do "skupper status". It prints out the URL for the web console. In your browser, go there.

See this: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 5 of the JSON data

ajssmith commented 3 years ago

Ultimately addressed by #374