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
k1 get mutatingwebhookconfigurations.admissionregistration.k8s.io
List doesn't contain admission-webhook-* instance
admission-webhook-*
Mutating webhook list still contains NSM webhook.
It seems like webhook tries to unregister the entry but it doesn't happen for some reason:
cmd-admission-webhook-k8s/main.go
Line 366 in cf9eb5f
Also, in the deployments repo in the cleanup section we delete the webhook manually, so it must be a known behavior? But surely this must be just a half-documented bug. https://github.com/networkservicemesh/deployments-k8s/tree/d43747cbd24515b152ef11aec6bc4f61ea2bdc88/examples/basic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
k1 get mutatingwebhookconfigurations.admissionregistration.k8s.io
k1 get mutatingwebhookconfigurations.admissionregistration.k8s.io
againExpected result:
List doesn't contain
admission-webhook-*
instanceActual result:
Mutating webhook list still contains NSM webhook.
Additional info:
It seems like webhook tries to unregister the entry but it doesn't happen for some reason:
cmd-admission-webhook-k8s/main.go
Line 366 in cf9eb5f
Also, in the deployments repo in the cleanup section we delete the webhook manually, so it must be a known behavior? But surely this must be just a half-documented bug.
https://github.com/networkservicemesh/deployments-k8s/tree/d43747cbd24515b152ef11aec6bc4f61ea2bdc88/examples/basic
The text was updated successfully, but these errors were encountered: