We programmatically create a pod by defining a Pod
and PodSpec
then calling Create
through Kubernetes API. Is there a way to say “ignore mutating webhooks for this pod” while creating the pod in Kubernetes API?
We programmatically create a pod by defining a Pod
and PodSpec
then calling Create
through Kubernetes API. Is there a way to say “ignore mutating webhooks for this pod” while creating the pod in Kubernetes API?