Skip to content

Commit 005acf9

Browse files
authored
Merge pull request #23895 from christomas1/patch-2
Updating apiVersion for CertificateSigningRequest object
2 parents bb20048 + 1425384 commit 005acf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/reference/access-authn-authz/certificate-signing-requests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Kubernetes provides built-in signers that each have a well-known `signerName`:
108108

109109
1. `kubernetes.io/legacy-unknown`: has no guarantees for trust at all. Some distributions may honor these as client
110110
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.
112111
Never auto-approved by {{< glossary_tooltip term_id="kube-controller-manager" >}}.
113112
1. Trust distribution: None. There is no standard trust or distribution for this signer in a Kubernetes cluster.
114113
1. Permitted subjects - any
@@ -245,7 +244,7 @@ Create a CertificateSigningRequest and submit it to a Kubernetes Cluster via kub
245244
246245
```
247246
cat <<EOF | kubectl apply -f -
248-
apiVersion: certificates.k8s.io/v1beta1
247+
apiVersion: certificates.k8s.io/v1
249248
kind: CertificateSigningRequest
250249
metadata:
251250
name: john

0 commit comments

Comments
 (0)