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

NAME

6       kubeadm join phase control-plane-prepare kubeconfig - Generate the
7       kubeconfig for the new control plane components
8
9
10

SYNOPSIS

12       kubeadm join phase control-plane-prepare kubeconfig [OPTIONS]
13
14
15

DESCRIPTION

17       Generate the kubeconfig for the new control plane components
18
19
20

OPTIONS

22       --certificate-key=""
23           Use this key to decrypt the certificate secrets uploaded by init.
24
25
26       --config=""
27           Path to kubeadm config file.
28
29
30       --control-plane=false
31           Create a new control plane instance on this node
32
33
34       --discovery-file=""
35           For file-based discovery, a file or URL from which to load cluster
36       information.
37
38
39       --discovery-token=""
40           For token-based discovery, the token used to validate cluster
41       information fetched from the API server.
42
43
44       --discovery-token-ca-cert-hash=[]
45           For token-based discovery, validate that the root CA public key
46       matches this hash (format: "<type>:<value>").
47
48
49       --discovery-token-unsafe-skip-ca-verification=false
50           For token-based discovery, allow joining without
51       --discovery-token-ca-cert-hash pinning.
52
53
54       --tls-bootstrap-token=""
55           Specify the token used to temporarily authenticate with the
56       Kubernetes Control Plane while joining the node.
57
58
59       --token=""
60           Use this token for both discovery-token and tls-bootstrap-token
61       when those values are not provided.
62
63
64

OPTIONS INHERITED FROM PARENT COMMANDS

66       --azure-container-registry-config=""
67           Path to the file containing Azure container registry configuration
68       information.
69
70
71       --log-flush-frequency=5s
72           Maximum number of seconds between log flushes
73
74
75       --rootfs=""
76           [EXPERIMENTAL] The path to the 'real' host root filesystem.
77
78
79       --version=false
80           Print version information and quit
81
82
83

SEE ALSO

85       kubeadm-join-phase-control-plane-prepare(1),
86
87
88

HISTORY

90       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
91       com) based on the kubernetes source material, but hopefully they have
92       been automatically generated since!
93
94
95
96Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum