Skip to content

Instantly share code, notes, and snippets.

@pwright
Created March 31, 2022 14:16
Show Gist options
  • Save pwright/362d894061af68bbe83dd950d2acafae to your computer and use it in GitHub Desktop.
Save pwright/362d894061af68bbe83dd950d2acafae to your computer and use it in GitHub Desktop.

Debugging Skupper

Initializing

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?

Linking

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 a cert token.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment