1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha phase addon coredns - Installs the CoreDNS addon to a
7 Kubernetes cluster
8
9
10
12 kubeadm alpha phase addon coredns [OPTIONS]
13
14
15
17 Installs the CoreDNS addon components via the API server. Please note
18 that although the DNS server is deployed, it will not be scheduled
19 until CNI is installed.
20
21
22 Alpha Disclaimer: this command is currently alpha.
23
24
25
27 --config=""
28 Path to a kubeadm config file. WARNING: Usage of a configuration
29 file is experimental
30
31
32 --feature-gates=""
33 A set of key=value pairs that describe feature gates for various
34 features. Options are: Auditing=true|false (ALPHA - default=false)
35 CoreDNS=true|false (default=true) DynamicKubeletConfig=true|false (BETA
36 - default=false)
37
38
39 --image-repository="k8s.gcr.io"
40 Choose a container registry to pull control plane images from
41
42
43 --kubeconfig="/etc/kubernetes/admin.conf"
44 The KubeConfig file to use when talking to the cluster. If the flag
45 is not set, a set of standard locations are searched for an existing
46 KubeConfig file.
47
48
49 --kubernetes-version="stable-1"
50 Choose a specific Kubernetes version for the control plane
51
52
53 --service-cidr="10.96.0.0/12"
54 The range of IP address used for service VIPs
55
56
57 --service-dns-domain="cluster.local"
58 Alternative domain for services
59
60
61
63 --azure-container-registry-config=""
64 Path to the file containing Azure container registry configuration
65 information.
66
67
68 --google-json-key=""
69 The Google Cloud Platform Service Account JSON Key to use for
70 authentication.
71
72
73 --log-flush-frequency=5s
74 Maximum number of seconds between log flushes
75
76
77 --rootfs=""
78 [EXPERIMENTAL] The path to the 'real' host root filesystem.
79
80
81 --version=false
82 Print version information and quit
83
84
85
87 kubeadm-alpha-phase-addon(1),
88
89
90
92 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
93 com) based on the kubernetes source material, but hopefully they have
94 been automatically generated since!
95
96
97
98Eric Paris kubernetes User Manuals KUBERNETES(1)