1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm - kubeadm: easily bootstrap a secure Kubernetes cluster
7
8
9
11 kubeadm [OPTIONS]
12
13
14
16 ┌──────────────────────────────────────────────────────────┐
17 │ KUBEADM │
18 │ Easily bootstrap a secure Kubernetes cluster │
19 │ │
20 │ Please give us feedback at: │
21 │ https://github.com/kubernetes/kubeadm/issues │
22 └──────────────────────────────────────────────────────────┘
23
24
25
26 Example usage:
27
28
29 Create a two-machine cluster with one control-plane node
30 (which controls the cluster), and one worker node
31 (where your workloads, like Pods and Deployments run).
32
33 ┌──────────────────────────────────────────────────────────┐
34 │ On the first machine: │
35 ├──────────────────────────────────────────────────────────┤
36 │ control-plane# kubeadm init │
37 └──────────────────────────────────────────────────────────┘
38
39 ┌──────────────────────────────────────────────────────────┐
40 │ On the second machine: │
41 ├──────────────────────────────────────────────────────────┤
42 │ worker# kubeadm join <arguments-returned-from-init> │
43 └──────────────────────────────────────────────────────────┘
44
45 You can then repeat the second step on as many other machines as you like.
46
47
48
49
51 --azure-container-registry-config=""
52 Path to the file containing Azure container registry configuration
53 information.
54
55
56 --log-flush-frequency=5s
57 Maximum number of seconds between log flushes
58
59
60 --rootfs=""
61 [EXPERIMENTAL] The path to the 'real' host root filesystem.
62
63
64 --version=false
65 Print version information and quit
66
67
68
70 kubeadm-alpha(1), kubeadm-completion(1), kubeadm-config(1),
71 kubeadm-init(1), kubeadm-join(1), kubeadm-reset(1), kubeadm-token(1),
72 kubeadm-upgrade(1), kubeadm-version(1),
73
74
75
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
83Eric Paris kubernetes User Manuals KUBERNETES(1)