1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  init  phase addon coredns - Install the CoreDNS addon to a Ku‐
10       bernetes cluster
11
12
13

SYNOPSIS

15       kubeadm init phase addon coredns [OPTIONS]
16
17
18

DESCRIPTION

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

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

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

HISTORY

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