You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a token is created using skupper token create --token-type cert my-token.yaml,
skupper is setting the Secret name to skupper. With that if you generate multiple
secrets, for different clusters, and apply them all to a given namespace, only one link
will be defined, as secret skupper will be replaced.
It would be good to use a distinct secret name, probably based on the site-id.
The text was updated successfully, but these errors were encountered:
Note that there is a --name option that can be used to override the default. That said I would accept the current choice of default is not necessarily optimal.
If a token is created using
skupper token create --token-type cert my-token.yaml
,skupper is setting the
Secret
name toskupper
. With that if you generate multiplesecrets, for different clusters, and apply them all to a given namespace, only one link
will be defined, as secret
skupper
will be replaced.It would be good to use a distinct secret name, probably based on the site-id.
The text was updated successfully, but these errors were encountered: