add k8s_external plugin to CoreDNS configuration (#4704)

This commit is contained in:
Alex Barcelo
2019-07-16 09:53:23 +02:00
committed by Kubernetes Prow Robot
parent d9dedc2cd5
commit 99c5f7e013
4 changed files with 12 additions and 0 deletions

View File

@@ -61,6 +61,10 @@ following default cluster parameters:
bits in kube_pods_subnet dictates how many kube-nodes can be in cluster.
* *skydns_server* - Cluster IP for DNS (default is 10.233.0.3)
* *skydns_server_secondary* - Secondary Cluster IP for CoreDNS used with coredns_dual deployment (default is 10.233.0.4)
* *enable_coredns_k8s_external* - If enabled, it configures the [k8s_external plugin](https://coredns.io/plugins/k8s_external/)
on the CoreDNS service.
* *coredns_k8s_external_zone* - Zone that will be used when CoreDNS k8s_external plugin is enabled
(default is k8s_external.local)
* *cloud_provider* - Enable extra Kubelet option if operating inside GCE or
OpenStack (default is unset)
* *kube_hostpath_dynamic_provisioner* - Required for use of PetSets type in