We use analytics and cookies to understand site traffic. Information about your use of our site is shared with Google for that purpose. Learn more.
Exclude namespaces from the Knative webhook
The Knative webhook examines resources that are created, read, updated, or deleted. This includes system namespaces, which can cause issues during an upgrade if the webhook becomes non-responsive. Cluster administrators may want to disable the Knative webhook on system namespaces to prevent issues during upgrades.
You can configure the label webhooks.knative.dev/exclude
to allow namespaces to bypass the Knative webhook.
apiVersion: v1
kind: Namespace
metadata:
name: knative-dev
labels:
webhooks.knative.dev/exclude: "true"
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.