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
kustomize re-orders config causing fail when crd or admission webhook used #821#821
this included a test case that was simple. The PR that was created to close this problem #822 did not fix the issue, nor did it include the test case.
The ValidatingWebhookConfiguration is emitted after its use, causing a failure to apply, and then later no ability to delete, and a lockup, leaving me with a Namespace that is permanently stuck in 'deleting'.
testcase attached. If you run kustomize build from the overlays/global/cert-manager dir, | kubectl apply -f, you will see the error cm.tar.gz
deployment.apps/cert-manager created
cronjob.batch/cert-manager-webhook-ca-sync created
validatingwebhookconfiguration.admissionregistration.k8s.io/cert-manager-webhook created
apiservice.apiregistration.k8s.io/v1beta1.admission.certmanager.k8s.io created
job.batch/cert-manager-webhook-ca-sync created
certificate.certmanager.k8s.io/cert-manager-webhook-ca created
certificate.certmanager.k8s.io/cert-manager-webhook-webhook-tls created
issuer.certmanager.k8s.io/cert-manager-webhook-ca created
issuer.certmanager.k8s.io/cert-manager-webhook-selfsign created
Error from server (InternalError): error when creating "/tmp/l": Internal error occurred: failed calling webhook "clusterissuers.admission.certma
nager.k8s.io": the server could not find the requested resource
Error from server (InternalError): error when creating "/tmp/l": Internal error occurred: failed calling webhook "clusterissuers.admission.certmanager.k8s.io": the server could not find the requested resource
Error from server (InternalError): error when creating "/tmp/l": Internal error occurred: failed calling webhook "clusterissuers.admission.certmanager.k8s.io": the server could not find the requested resource
kustomize re-orders config causing fail when crd or admission webhook used #821 #821
this included a test case that was simple. The PR that was created to
close
this problem #822 did not fix the issue, nor did it include the test case.The
ValidatingWebhookConfiguration
is emitted after its use, causing a failure to apply, and then later no ability to delete, and a lockup, leaving me with a Namespace that is permanently stuck in 'deleting'.I retested with 16d1b20 (which includes d5c8734)
testcase attached. If you run kustomize build from the overlays/global/cert-manager dir, | kubectl apply -f, you will see the error
cm.tar.gz
as-built.zip
If we look at the file it build (attached), you can see why.
The text was updated successfully, but these errors were encountered: