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 --feature-gates="" A set of key=value pairs that describe feature
31 gates for various features. Options are: PublicKeysECDSA=true|false
32 (ALPHA - default=false) RootlessControlPlane=true|false (ALPHA - de‐
33 fault=false) UnversionedKubeletConfigMap=true|false (default=true)
34
35
36 --image-repository="registry.k8s.io" Choose a container registry
37 to pull control plane images from
38
39
40 --kubeconfig="/etc/kubernetes/admin.conf" The kubeconfig file to
41 use when talking to the cluster. If the flag is not set, a set of stan‐
42 dard locations can be searched for an existing kubeconfig file.
43
44
45 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
46 sion for the control plane.
47
48
49 --print-manifest=false Print the addon manifests to STDOUT instead
50 of installing them
51
52
53 --service-cidr="10.96.0.0/12" Use alternative range of IP address
54 for service VIPs.
55
56
57 --service-dns-domain="cluster.local" Use alternative domain for
58 services, e.g. "myorg.internal".
59
60
61
63 --azure-container-registry-config="" Path to the file containing
64 Azure container registry configuration information.
65
66
67 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
68 filesystem.
69
70
71 --version=false Print version information and quit
72
73
74
76 kubeadm-init-phase-addon(1),
77
78
79
81 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
82 com) based on the kubernetes source material, but hopefully they have
83 been automatically generated since!
84
85
86
87Manuals User KUBERNETES(1)(kubernetes)