-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The DP can't start with Mesh whose name contains dot sign #12954
Comments
This problem exists in The CP logs:
The DP logs:
|
The problem happens in the function Line 366 in fbef990
aa.a.2048-app-7c5f756499-l9p2m.kuma-demo then it was parsed into xds.ProxyId{mesh:"aa", name:"a.2048-app-7c5f756499-l9p2m.kuma-demo"}
In Kubernetes,
Later, we'll parse the string into |
Kuma Version
2.9.3
Describe the bug
In Kubernetes environment, the sidecar-injected Pod can't go to
ready
state because thekuma-sidecar
container failed to start.To Reproduce
aa.a
aa.a
injectedExpected behavior
The Pod can start successfully and go to
ready
stateAdditional context (optional)
Here's the Pod's event:
The
kuma-control-plane
Pod's logs:The workload Pod's kuma-sidecar container logs:
The text was updated successfully, but these errors were encountered: