cluster-machine-approver

module
v0.0.0-...-4e7ef3e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2022 License: Apache-2.0

README

cluster-machine-approver

The cluster-machine-approver validates and approves CSRs for nodes attempting to join the cluster.

cat <<EOF | kubectl apply -f - apiVersion: certificates.k8s.io/v1 kind: CertificateSigningRequest metadata: name: new namespace: kube-system spec: request: $(cat server.csr | base64 | tr -d '\n') signerName: example.com/serving usages:

  • digital signature
  • key encipherment
  • server auth EOF

Directories

Path Synopsis
cmd
internal
k8s

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL