kubernetes/cluster/gce/container-linux
Kubernetes Submit Queue 76f198399b Merge pull request #54518 from rramkumar1/custom-kube-dns-for-gke
Automatic merge from submit-queue (batch tested with PRs 52003, 54559, 54518). 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>.

Added functionality to replace default kube-dns deployment with a GKE specific one

**What this PR does / why we need it**:
In GKE, we need to use custom kube-dns deployments, which means replacing the default one with the custom. This PR adds the replacement functionality into the relevant configuration scripts.

Release Note: 
```release-note
NONE
```
2017-10-25 11:38:43 -07:00
..
configure-helper.sh Merge pull request #54518 from rramkumar1/custom-kube-dns-for-gke 2017-10-25 11:38:43 -07: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 cluster/gce: Rename coreos to container-linux. 2016-12-30 15:32:02 -08:00
master-helper.sh Fall back to network if subnet is unknown 2017-09-06 11:59:47 -07:00
master.yaml cluster/gce: Rename coreos to container-linux. 2016-12-30 15:32:02 -08:00
node-helper.sh Allow creating special node for heapster in GCE 2017-06-28 21:27:36 +02:00
node.yaml cluster/gce: Rename coreos to container-linux. 2016-12-30 15:32:02 -08:00
OWNERS OWNERS: Update latest OWNERS files 2017-01-23 10:05:48 -08:00
README.md cluster/gce: Rename coreos to container-linux. 2016-12-30 15:32:02 -08:00

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