1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm alpha certs check-expiration - Check certificates expiration
7       for a Kubernetes cluster
8
9
10

SYNOPSIS

12       kubeadm alpha certs check-expiration [OPTIONS]
13
14
15

DESCRIPTION

17       Checks expiration for the certificates in the local PKI managed by
18       kubeadm.
19
20
21

OPTIONS

23       --cert-dir="/etc/kubernetes/pki"
24           The path where to save the certificates
25
26
27       --config=""
28           Path to a kubeadm configuration file.
29
30
31       --kubeconfig="/etc/kubernetes/admin.conf"
32           The kubeconfig file to use when talking to the cluster. If the flag
33       is not set, a set of standard locations can be searched for an existing
34       kubeconfig file.
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

39       --azure-container-registry-config=""
40           Path to the file containing Azure container registry configuration
41       information.
42
43
44       --log-flush-frequency=5s
45           Maximum number of seconds between log flushes
46
47
48       --rootfs=""
49           [EXPERIMENTAL] The path to the 'real' host root filesystem.
50
51
52       --version=false
53           Print version information and quit
54
55
56

SEE ALSO

58       kubeadm-alpha-certs(1),
59
60
61

HISTORY

63       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
64       com) based on the kubernetes source material, but hopefully they have
65       been automatically generated since!
66
67
68
69Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum