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
You used Chinese character quotation marks in this line: kubectl annotate secret -n etc regcred replicator.v1.mittwald.de/replicate-to=”kia,kia-stg,kip,kip-stg”
Describe the bug
Secret is replicated to only partial namespaces.
To Reproduce
As we can see, the secret is only replicated to
kia-stg
andkip
, which is very strange.When I change the namespace order(e.g. to
[”kip,kip-stg,kia,kia-stg”]
), this happens again with different partial namespaces chosen.Expected behavior
A clear and concise description of what you expected to happen.
Environment:
Additional context
I injected linkerd sidecar into the replicator pod.
The text was updated successfully, but these errors were encountered: