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
Example: `missing-san.invalid-cert.kubernetes.io/example-svc.example-namespace.svc: "relies on a legacy Common Name field instead of the SAN extension for subject validation"`
80
+
81
+
Used by Kubernetes version v1.24 and later
82
+
83
+
This annotation indicates a webhook or aggregated API server
84
+
is using an invalid certificate that is missing `subjectAltNames`.
85
+
Support for these certificates was disabled by default in Kubernetes 1.19,
86
+
and removed in Kubernetes 1.23.
87
+
88
+
Requests to endpoints using these certificates will fail.
89
+
Services using these certificates should replace them as soon as possible
90
+
to avoid disruption when running in Kubernetes 1.23+ environments.
91
+
92
+
There's more information about this in the Go documentation:
0 commit comments