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 --log-flush-frequency=5s Maximum number of seconds between log
59 flushes
60
61
62 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
63 filesystem.
64
65
66 --version=false Print version information and quit
67
68
69
71 kubeadm-alpha(1), kubeadm-certs(1), kubeadm-completion(1), kubeadm-con‐
72 fig(1), kubeadm-init(1), kubeadm-join(1), kubeadm-reset(1), kubeadm-to‐
73 ken(1), kubeadm-upgrade(1), kubeadm-version(1),
74
75
76
78 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
79 com) based on the kubernetes source material, but hopefully they have
80 been automatically generated since!
81
82
83
84Manuals User KUBERNETES(1)(kubernetes)