The first step with skupper is typically skupper init
and after waiting for some time, skupper status
with the following output:
Skupper enabled for namespace 'west'
If this step is not successful, consider the following:
- Does your user have ability to create service accounts?
- What pods were created and their status?
When you link two sites, you typically follow up with skupper status
and expect the following output:
Skupper enabled for namespace 'west'. It is connected to 1 other site.
If this step is not successful, consider the following:
- Is the site you are linking to accessible from the first site?
- By default, skupper uses a
claim
token to connect, try using acert
token.