We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported via internal slack by @doctorwu.
The text was updated successfully, but these errors were encountered:
I confirm the issue. MeshTrafficPermission CRD is not updated. After upgrade you can still see
MeshTrafficPermission
$ kubectl get crd meshtrafficpermissions.kuma.io -oyaml | grep -i allow - ALLOW - ALLOW_WITH_SHADOW_DENY
instead of
$ kubectl get crd meshtrafficpermissions.kuma.io -oyaml | grep -i allow - Allow - AllowWithShadowDeny
Sorry, something went wrong.
Sounds like kumactl install crds --only-missing isn't doing the right thing here? IIRC I think we have to use that Job because /crds in Helm doesn't support upgrades.
kumactl install crds --only-missing
Job
/crds
Yes. I'm testing if this kind of upgrade is even possible, and it seems it is. I think we can just get rid of this --only-missing
--only-missing
Successfully merging a pull request may close this issue.
What happened?
Reported via internal slack by @doctorwu.
The text was updated successfully, but these errors were encountered: