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

NAME

6       kubeadm init phase mark-control-plane - Mark a node as a control-plane
7
8
9

SYNOPSIS

11       kubeadm init phase mark-control-plane [OPTIONS]
12
13
14

DESCRIPTION

16       Mark a node as a control-plane
17
18
19

OPTIONS

21       --config=""
22           Path to kubeadm config file. WARNING: Usage of a configuration file
23       is experimental.
24
25
26       --node-name=""
27           Specify the node name.
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

32       --azure-container-registry-config=""
33           Path to the file containing Azure container registry  configuration
34       information.
35
36
37       --log-flush-frequency=5s
38           Maximum number of seconds between log flushes
39
40
41       --rootfs=""
42           [EXPERIMENTAL] The path to the 'real' host root filesystem.
43
44
45       --version=false
46           Print version information and quit
47
48
49

EXAMPLE

51                # Applies control-plane label and taint to the current node, functionally equivalent to what executed by kubeadm init.
52                kubeadm init phase mark-control-plane --config config.yml
53
54                # Applies control-plane label and taint to a specific node
55                kubeadm init phase mark-control-plane --node-name myNode
56
57
58
59

SEE ALSO

61       kubeadm-init-phase(1),
62
63
64

HISTORY

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