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

NAME

9       kubeadm  join  phase control-plane-prepare control-plane - Generate the
10       manifests for the new control plane components
11
12
13

SYNOPSIS

15       kubeadm join phase control-plane-prepare control-plane [OPTIONS]
16
17
18

DESCRIPTION

20       Generate the manifests for the new control plane components
21
22
23

OPTIONS

25       --apiserver-advertise-address=""      If the node  should  host  a  new
26       control  plane  instance,  the IP address the API Server will advertise
27       it's listening on. If not set the default  network  interface  will  be
28       used.
29
30
31       --apiserver-bind-port=6443       If  the node should host a new control
32       plane instance, the port for the API Server to bind to.
33
34
35       --config=""      Path to a kubeadm configuration file.
36
37
38       --control-plane=false      Create a new control plane instance on  this
39       node
40
41
42       --dry-run=false      Don't apply any changes; just output what would be
43       done.
44
45
46       --patches=""      Path to a directory that contains files  named  "tar‐
47       get[suffix][+patchtype].extension".     For     example,    "kube-apis‐
48       erver0+merge.yaml" or just "etcd.json". "target" can be one  of  "kube-
49       apiserver",    "kube-controller-manager",   "kube-scheduler",   "etcd",
50       "kubeletconfiguration". "patchtype" can be one of "strategic",  "merge"
51       or  "json"  and  they match the patch formats supported by kubectl. The
52       default "patchtype" is "strategic". "extension" must be  either  "json"
53       or "yaml". "suffix" is an optional string that can be used to determine
54       which patches are applied first alpha-numerically.
55
56
57

OPTIONS INHERITED FROM PARENT COMMANDS

59       --azure-container-registry-config=""      Path to the  file  containing
60       Azure container registry configuration information.
61
62
63       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
64       filesystem.
65
66
67       --version=false      Print version information and quit
68
69
70

SEE ALSO

72       kubeadm-join-phase-control-plane-prepare(1),
73
74
75

HISTORY

77       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
78       com)  based  on the kubernetes source material, but hopefully they have
79       been automatically generated since!
80
81
82
83Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum