File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ Kubernetes provides built-in signers that each have a well-known `signerName`:
108
108
109
109
1 . ` kubernetes.io/legacy-unknown ` : has no guarantees for trust at all. Some distributions may honor these as client
110
110
certs, but that behavior is not standard Kubernetes behavior.
111
- This signerName can only be requested in CertificateSigningRequests created via the ` certificates.k8s.io/v1beta1 ` API version.
112
111
Never auto-approved by {{< glossary_tooltip term_id="kube-controller-manager" >}}.
113
112
1. Trust distribution: None. There is no standard trust or distribution for this signer in a Kubernetes cluster.
114
113
1. Permitted subjects - any
@@ -245,7 +244,7 @@ Create a CertificateSigningRequest and submit it to a Kubernetes Cluster via kub
245
244
246
245
```
247
246
cat <<EOF | kubectl apply -f -
248
- apiVersion: certificates.k8s.io/v1beta1
247
+ apiVersion: certificates.k8s.io/v1
249
248
kind: CertificateSigningRequest
250
249
metadata:
251
250
name: john
You can’t perform that action at this time.
0 commit comments