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
Currently the app doesn't specify any limits to matching resources when it registers the webhook, which results in a webhook with scope set to *, which means it matches any resources, regardless of labels, annotations, etc.
If the app is unavailable for any reason and k8s can't successfully call it when creating or updating a resource, the create/update action will fail, even if the resource doesn't have anything to do with NSM.
The text was updated successfully, but these errors were encountered:
Currently the app doesn't specify any limits to matching resources when it registers the webhook, which results in a webhook with
scope
set to*
, which means it matches any resources, regardless of labels, annotations, etc.cmd-admission-webhook-k8s/internal/k8s/selfregister.go
Lines 91 to 105 in cf9eb5f
If the app is unavailable for any reason and k8s can't successfully call it when creating or updating a resource, the create/update action will fail, even if the resource doesn't have anything to do with NSM.
The text was updated successfully, but these errors were encountered: