kubectl-certificate
manages certificate signing requests in Kubernetes
TLDR
Approve certificate signing request
$ kubectl certificate approve [csr-name]
Deny certificate signing request$ kubectl certificate deny [csr-name]
List certificate signing requests$ kubectl get csr
SYNOPSIS
kubectl certificate subcommand [options]
DESCRIPTION
kubectl certificate manages certificate signing requests (CSRs) in Kubernetes. Used to approve or deny CSRs for kubelet client certificates and other TLS certificates. Part of the cluster's PKI management.
PARAMETERS
approve name
Approve a certificate signing request.deny name
Deny a certificate signing request.
SEE ALSO
kubectl(1)
