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 --log-flush-frequency=5s Maximum number of seconds between log
37 flushes
38
39
40 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
41 filesystem.
42
43
44 --version=false Print version information and quit
45
46
47
49 # Applies control-plane label and taint to the current node, functionally equivalent to what executed by kubeadm init.
50 kubeadm init phase mark-control-plane --config config.yaml
51
52 # Applies control-plane label and taint to a specific node
53 kubeadm init phase mark-control-plane --node-name myNode
54
55
56
57
59 kubeadm-init-phase(1),
60
61
62
64 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
65 com) based on the kubernetes source material, but hopefully they have
66 been automatically generated since!
67
68
69
70Manuals User KUBERNETES(1)(kubernetes)