1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm - kubeadm: easily bootstrap a secure Kubernetes cluster
10
11
12
14 kubeadm [OPTIONS]
15
16
17
19 ┌──────────────────────────────────────────────────────────┐
20 │ KUBEADM │
21 │ Easily bootstrap a secure Kubernetes cluster │
22 │ │
23 │ Please give us feedback at: │
24 │ https://github.com/kubernetes/kubeadm/issues │
25 └──────────────────────────────────────────────────────────┘
26
27
28
29 Example usage:
30
31
32 Create a two-machine cluster with one control-plane node
33 (which controls the cluster), and one worker node
34 (where your workloads, like Pods and Deployments run).
35
36 ┌──────────────────────────────────────────────────────────┐
37 │ On the first machine: │
38 ├──────────────────────────────────────────────────────────┤
39 │ control-plane# kubeadm init │
40 └──────────────────────────────────────────────────────────┘
41
42 ┌──────────────────────────────────────────────────────────┐
43 │ On the second machine: │
44 ├──────────────────────────────────────────────────────────┤
45 │ worker# kubeadm join <arguments-returned-from-init> │
46 └──────────────────────────────────────────────────────────┘
47
48 You can then repeat the second step on as many other machines as you like.
49
50
51
52
54 --azure-container-registry-config="" Path to the file containing
55 Azure container registry configuration information.
56
57
58 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
59 filesystem.
60
61
62 --version=false Print version information and quit
63
64
65
67 kubeadm-alpha(1), kubeadm-certs(1), kubeadm-completion(1), kubeadm-con‐
68 fig(1), kubeadm-init(1), kubeadm-join(1), kubeadm-kubeconfig(1),
69 kubeadm-reset(1), kubeadm-token(1), kubeadm-upgrade(1), kubeadm-ver‐
70 sion(1),
71
72
73
75 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
76 com) based on the kubernetes source material, but hopefully they have
77 been automatically generated since!
78
79
80
81Manuals User KUBERNETES(1)(kubernetes)