Open Icarus9913 opened 6 months ago
100% reproduce
Triage: improve docs and error in kumactl
Triage: improve docs and error in kumactl
I suppose it might be a Bug? Since we only have zone-token-signing-public-key-1
global-secret in the universal environment and the kuma-system needs a zone-token-signing-key-1
global-secret to generate the zone-token
.
Triage: improve docs and error in kumactl
@jakubdyszkiewicz this is not very complete. Can we maybe expand a little on how docs would need to improve? Is this a user error and @Icarus9913 should do something differently?
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
What happened?
Version:
v2.7.1
Deploy mode:universal
What happened
Following the official docs Set up the zone control planes step by step, I can't generate the
zone-token
withingress && egress
.I have 1 global-cp-k8s and try to add 1 zone-universal. With the step-1 I started up a zone-universal-cp as well. Then I try to generate a
zone-token
withingress
andegress
, it returned me an error.Context
Additional
With the upper error, I gave up running the Ingress and switched to use the standard dataplane. I generated the
dataplane-zone-token
successfully. The following commands run well