1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm  init  phase  addon  coredns  -  Install the CoreDNS addon to a
7       Kubernetes cluster
8
9
10

SYNOPSIS

12       kubeadm init phase addon coredns [OPTIONS]
13
14
15

DESCRIPTION

17       Install 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

OPTIONS

24       --config=""
25           Path to a kubeadm configuration file.
26
27
28       --feature-gates=""
29           A set of key=value pairs that describe feature  gates  for  various
30       features. No feature gates are available in this release.
31
32
33       --image-repository="k8s.gcr.io"
34           Choose a container registry to pull control plane images from
35
36
37       --kubeconfig="/etc/kubernetes/admin.conf"
38           The kubeconfig file to use when talking to the cluster. If the flag
39       is not set, a set of standard locations can be searched for an existing
40       kubeconfig file.
41
42
43       --kubernetes-version="stable-1"
44           Choose a specific Kubernetes version for the control plane.
45
46
47       --service-cidr="10.96.0.0/12"
48           Use alternative range of IP address for service VIPs.
49
50
51       --service-dns-domain="cluster.local"
52           Use alternative domain for services, e.g. "myorg.internal".
53
54
55

OPTIONS INHERITED FROM PARENT COMMANDS

57       --azure-container-registry-config=""
58           Path  to the file containing Azure container registry configuration
59       information.
60
61
62       --log-flush-frequency=5s
63           Maximum number of seconds between log flushes
64
65
66       --rootfs=""
67           [EXPERIMENTAL] The path to the 'real' host root filesystem.
68
69
70       --version=false
71           Print version information and quit
72
73
74

SEE ALSO

76       kubeadm-init-phase-addon(1),
77
78
79

HISTORY

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
87Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum