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 kubeadm: easily bootstrap a secure Kubernetes cluster.
17
18
19 ┌──────────────────────────────────────────────────────────┐
20 │ KUBEADM IS CURRENTLY IN BETA │
21 │ │
22 │ But please, try it out and give us feedback at: │
23 │ https://github.com/kubernetes/kubeadm/issues │
24 │ and at-mention @kubernetes/sig-cluster-lifecycle-bugs │
25 │ or @kubernetes/sig-cluster-lifecycle-feature-requests │
26 └──────────────────────────────────────────────────────────┘
27
28
29
30 Example usage:
31
32
33 Create a two-machine cluster with one master (which controls the cluster),
34 and one node (where your workloads, like Pods and Deployments run).
35
36 ┌──────────────────────────────────────────────────────────┐
37 │ On the first machine: │
38 ├──────────────────────────────────────────────────────────┤
39 │ master# kubeadm init │
40 └──────────────────────────────────────────────────────────┘
41
42 ┌──────────────────────────────────────────────────────────┐
43 │ On the second machine: │
44 ├──────────────────────────────────────────────────────────┤
45 │ node# 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=""
55 Path to the file containing Azure container registry configuration
56 information.
57
58
59 --google-json-key=""
60 The Google Cloud Platform Service Account JSON Key to use for
61 authentication.
62
63
64 --log-flush-frequency=5s
65 Maximum number of seconds between log flushes
66
67
68 --rootfs=""
69 [EXPERIMENTAL] The path to the 'real' host root filesystem.
70
71
72 --version=false
73 Print version information and quit
74
75
76
78 kubeadm-alpha(1), kubeadm-completion(1), kubeadm-config(1),
79 kubeadm-init(1), kubeadm-join(1), kubeadm-reset(1), kubeadm-token(1),
80 kubeadm-upgrade(1), kubeadm-version(1),
81
82
83
85 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
86 com) based on the kubernetes source material, but hopefully they have
87 been automatically generated since!
88
89
90
91Eric Paris kubernetes User Manuals KUBERNETES(1)