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 a kubeadm configuration file.
23
24
25       --node-name=""
26           Specify the node name.
27
28
29

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

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

SEE ALSO

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

HISTORY

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