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

(새 문서: ==개요== {{소문자}} <syntaxhighlight lang='console'> controlplane:~$ kubeadm certs Commands related to handling Kubernetes certificates Usage: kubeadm certs [flags] kubeadm...)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
{{소문자}}
{{소문자}}
;kubeadm certs


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>

2025년 11월 10일 (월) 11:16 판

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 }}