1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase mark-control-plane - Mark a node as a control-plane
10
11
12
14 kubeadm init phase mark-control-plane [OPTIONS]
15
16
17
19 Mark a node as a control-plane
20
21
22
24 --config="" Path to a kubeadm configuration file.
25
26
27 --node-name="" Specify the node name.
28
29
30
32 --azure-container-registry-config="" Path to the file containing
33 Azure container registry configuration information.
34
35
36 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
37 filesystem.
38
39
40 --version=false Print version information and quit
41
42
43
45 # Applies control-plane label and taint to the current node, functionally equivalent to what executed by kubeadm init.
46 kubeadm init phase mark-control-plane --config config.yaml
47
48 # Applies control-plane label and taint to a specific node
49 kubeadm init phase mark-control-plane --node-name myNode
50
51
52
53
55 kubeadm-init-phase(1),
56
57
58
60 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
61 com) based on the kubernetes source material, but hopefully they have
62 been automatically generated since!
63
64
65
66Manuals User KUBERNETES(1)(kubernetes)