"Kubeadm certs"의 두 판 사이의 차이

 
37번째 줄: 37번째 줄:
* [[kubeadm]]
* [[kubeadm]]
* [[kubeadm certs check-expiration]]
* [[kubeadm certs check-expiration]]
* [[kubeadm certs renew]]


[[분류: kubeadm]]
[[분류: kubeadm]]

2025년 11월 10일 (월) 11:20 기준 최신판

1 개요[ | ]

kubeadm certs
controlplane:~$ kubeadm certs
Commands related to handling Kubernetes certificates

Usage:
  kubeadm certs [flags]
  kubeadm certs [command]

Aliases:
  certs, certificates

Available Commands:
  certificate-key  Generate certificate keys
  check-expiration Check certificates expiration for a Kubernetes cluster
  generate-csr     Generate keys and certificate signing requests
  renew            Renew certificates for a Kubernetes cluster

Flags:
  -h, --help   help for certs

Global Flags:
      --rootfs string        The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.
  -v, --v Level              number for the log level verbosity
      --vmodule moduleSpec   comma-separated list of pattern=N settings for file-filtered logging

Use "kubeadm certs [command] --help" for more information about a command.
error: 
error: subcommand is required
To see the stack trace of this error execute with --v=5 or higher

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}