1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase addon coredns - Install the CoreDNS addon to a Ku‐
10 bernetes cluster
11
12
13
15 kubeadm init phase addon coredns [OPTIONS]
16
17
18
20 Install the CoreDNS addon components via the API server. Please note
21 that although the DNS server is deployed, it will not be scheduled un‐
22 til CNI is installed.
23
24
25
27 --config="" Path to a kubeadm configuration file.
28
29
30 --dry-run=false Don't apply any changes; just output what would be
31 done.
32
33
34 --feature-gates="" A set of key=value pairs that describe feature
35 gates for various features. Options are: EtcdLearnerMode=true|false
36 (ALPHA - default=false) PublicKeysECDSA=true|false (ALPHA - de‐
37 fault=false) RootlessControlPlane=true|false (ALPHA - default=false)
38
39
40 --image-repository="registry.k8s.io" Choose a container registry
41 to pull control plane images from
42
43
44 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
45 use when talking to the cluster. If the flag is not set, a set of stan‐
46 dard locations can be searched for an existing kubeconfig file.
47
48
49 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
50 sion for the control plane.
51
52
53 --print-manifest=false Print the addon manifests to STDOUT instead
54 of installing them
55
56
57 --service-cidr="10.96.0.0/12" Use alternative range of IP address
58 for service VIPs.
59
60
61 --service-dns-domain="cluster.local" Use alternative domain for
62 services, e.g. "myorg.internal".
63
64
65
67 --azure-container-registry-config="" Path to the file containing
68 Azure container registry configuration information.
69
70
71 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
72 filesystem.
73
74
75 --version=false Print version information and quit
76
77
78
80 kubeadm-init-phase-addon(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
91Manuals User KUBERNETES(1)(kubernetes)