Sathyanarayanan Saravanamuthu
Sathyanarayanan Saravanamuthu
Adding more details to reproduce this issue in Kind cluster: 1. Edit the kind configuration located at `cert-manager/make/config/kind/cluster.yaml` to disable server side apply ``` apiVersion: kind.x-k8s.io/v1alpha4 kind: Cluster featureGates: "ServerSideApply":...
Since the ServerSIdeApply feature was on Beta in K8s 1.20 & 1.21, customers may choose to disable them!
For cert-manager versions above v1.7.0, the cluster should have ServerSideApply enabled!
/remove-lifecycle stale
/remove-lifecycle stale
The certificate is not issued. Looks like there is some problem in issuing the certificate! Please run the following command to know the status of the CertificateRequest: `kubectl describe certificaterequest...
/remove-lifecycle stale
/remove-lifecycle rotten
Why do we need a flag to switch? Is it not possible to have both fields simultaneously? We can have a feature flag; when enabled, the cert-manager adds `ingressClassName` in...
@ksauzz , this has been fixed and the fix has been disabled by default. It can be enabled using the feature flag `StableCertificateRequestName`. Please let us know if this works!