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

NAME

6       kubeadm init phase upload-certs - Upload certificates to kubeadm-certs
7
8
9

SYNOPSIS

11       kubeadm init phase upload-certs [OPTIONS]
12
13
14

DESCRIPTION

16       This  command  is not meant to be run on its own. See list of available
17       subcommands.
18
19
20

OPTIONS

22       --certificate-key=""
23           Key  used  to  encrypt  the  control-plane  certificates   in   the
24       kubeadm-certs Secret.
25
26
27       --config=""
28           Path to a kubeadm configuration file.
29
30
31       --experimental-upload-certs=false
32           Upload control-plane certificates to the kubeadm-certs Secret.
33
34
35       --skip-certificate-key-print=false
36           Don't print the key used to encrypt the control-plane certificates.
37
38
39       --upload-certs=false
40           Upload control-plane certificates to the kubeadm-certs Secret.
41
42
43

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

64       kubeadm-init-phase(1),
65
66
67

HISTORY

69       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
70       com)  based  on the kubernetes source material, but hopefully they have
71       been automatically generated since!
72
73
74
75Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum