1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm init phase mark-control-plane - Mark a node as a control-plane
10
11
12

SYNOPSIS

14       kubeadm init phase mark-control-plane [OPTIONS]
15
16
17

DESCRIPTION

19       Mark a node as a control-plane
20
21
22

OPTIONS

24       --config=""      Path to a kubeadm configuration file.
25
26
27       --node-name=""      Specify the node name.
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

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

SEE ALSO

55       kubeadm-init-phase(1),
56
57
58

HISTORY

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)
Impressum