k3s/cluster/gce/container-linux
Kubernetes Submit Queue ca37d42048
Merge pull request #55728 from rajansandeep/kubeupcoredns
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add CoreDNS as an optional addon in kube-up

**What this PR does / why we need it**:
This PR adds the option of installing CoreDNS as an addon instead of kube-dns in kube-up.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #56439 

**Special notes for your reviewer**:

**Release note**:

```release-note
kube-up: Add optional addon CoreDNS. 
Install CoreDNS instead of kube-dns by setting CLUSTER_DNS_CORE_DNS value to 'true'.
```
2017-11-27 14:10:54 -08:00
..
OWNERS OWNERS: Update latest OWNERS files 2017-01-23 10:05:48 -08:00
README.md
configure-helper.sh Merge pull request #55728 from rajansandeep/kubeupcoredns 2017-11-27 14:10:54 -08:00
configure.sh Update all binary download references to v0.6.0 2017-10-14 22:24:49 +08:00
health-monitor.sh Fix the output of health-mointor.sh 2017-02-15 18:08:27 -08:00
helper.sh
master-helper.sh Fall back to network if subnet is unknown 2017-09-06 11:59:47 -07:00
master.yaml
node-helper.sh Allow creating special node for heapster in GCE 2017-06-28 21:27:36 +02:00
node.yaml

README.md

Container Linux image

The Container Linux Operating System is a Linux distribution optimized for running containers securely at scale. CoreOS provides a Container Linux image for Google Cloud Platform (GCP).

This folder contains configuration and tooling to allow kube-up to create a Kubernetes cluster on Google Cloud Platform running on the official Container Linux image.

Analytics