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. Options are: IPv6DualStack=true|false (ALPHA - default=false)
31       PublicKeysECDSA=true|false (ALPHA - default=false)
32
33
34       --image-repository="k8s.gcr.io"
35           Choose a container registry to pull control plane images from
36
37
38       --kubeconfig="/etc/kubernetes/admin.conf"
39           The kubeconfig file to use when talking to the cluster. If the flag
40       is not set, a set of standard locations can be searched for an existing
41       kubeconfig file.
42
43
44       --kubernetes-version="stable-1"
45           Choose a specific Kubernetes version for the control plane.
46
47
48       --service-cidr="10.96.0.0/12"
49           Use alternative range of IP address for service VIPs.
50
51
52       --service-dns-domain="cluster.local"
53           Use alternative domain for services, e.g. "myorg.internal".
54
55
56

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

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

HISTORY

82       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
83       com) based on the kubernetes source material, but hopefully they have
84       been automatically generated since!
85
86
87
88Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum