k3s/cluster
k8s-merge-robot fae7285b00 Merge pull request #27707 from yifan-gu/stage1_name
Automatic merge from submit-queue

rkt: Map kubelet's `--stage1-image` flag to rkt's `--stage1-name` flag.

This enables rkt to use cached stage1 image instead of unpacking the stage1 image every time for every pod.

After this change, users need to preload the stage1 images in order to enable rkt to find the stage1 image with the name specified by this flag.

Also, the cloud config is modified to pre-load the stage1 images.

cc @kubernetes/sig-rktnetes @kubernetes/sig-node
2016-06-20 16:40:09 -07:00
..
addons Merge pull request #27542 from piosz/heapster-version 2016-06-20 04:40:27 -07:00
aws AWS kube-down: Issue warning if VPC not found 2016-06-15 23:53:57 -04:00
azure azure: azkube v0.0.5 + deploy kube-system 2016-05-21 15:44:46 -07:00
centos Merge pull request #23829 from derekwaynecarr/fix_admission_order 2016-04-20 04:58:04 -07:00
cloudimages AWS: Update jessie image, to fix reboot issue 2016-03-05 16:57:57 -05:00
gce Merge pull request #27707 from yifan-gu/stage1_name 2016-06-20 16:40:09 -07:00
gke Merge pull request #26917 from fabioy/fix_multi_migs 2016-06-18 11:36:08 -07:00
images Make hyperkube work on all platforms, bump dnsmasq to 1.3 and addon-manager to v3, and always use the latest manifests 2016-06-19 17:15:17 +03:00
juju cluster/juju: Updated the url for the getting started doc 2016-05-16 20:56:17 +01:00
kubemark Fix default arguments in kubemark 2016-05-11 13:10:12 +02:00
lib Handle multiple MIGs (single-zone) properly in GKE scripts. 2016-06-07 08:59:51 -07:00
libvirt-coreos Remove the restart-kube-proxy and restart-apiserver functions 2016-03-18 01:49:01 -07:00
local Add local/util.sh 2016-06-06 14:45:06 +08:00
mesos/docker Address review comments 2016-05-31 10:14:33 -07:00
openstack-heat Updating CentOS image, adding heat back to the required cli tools. 2016-05-20 12:33:13 -07:00
ovirt
photon-controller Fixes and improvements to Photon Controller backend for kube-up 2016-06-14 15:40:33 -07:00
rackspace fix for https://github.com/kubernetes/kubernetes/issues/13511 2016-03-25 22:29:09 +08:00
saltbase Merge pull request #27253 from luxas/latest_hyperkube_addons 2016-06-19 22:19:09 -07:00
ubuntu Address review comments 2016-05-31 10:14:33 -07:00
vagrant Enable CPU and Memory accounting on vagrant 2016-05-27 11:21:04 -04:00
vsphere Fixes to allow Kubernetes dashboard (UI) to work 2016-04-27 13:30:21 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00
README.md add maintenance notice to cluster/README 2016-06-13 11:47:30 -07:00
common.sh cluster/gce: Preload rkt stage1 images and set the default `--rkt-stage1-image`. 2016-06-20 10:39:46 -07:00
get-kube-local.sh
get-kube.sh Merge pull request #25366 from Jollyturns/ubuntu-download-latest 2016-05-16 16:59:37 -07:00
kube-down.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kube-push.sh Mark kube-push.sh as broken 2016-05-03 10:53:33 -07:00
kube-up.sh Improved user experience for users of OpenStack provider behind a proxy. 2016-04-28 14:06:29 +02:00
kube-util.sh document federation e2e cli flow 2016-06-09 15:11:52 -07:00
kubectl.sh Update kubectl.sh 2016-04-19 13:47:05 +02:00
log-dump.sh Added logging to file for cluster autoscaler 2016-06-02 13:51:40 +02:00
options.md
test-e2e.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
test-network.sh
test-smoke.sh
update-storage-objects.sh Test jobs/hpas in storage update 2016-03-04 17:05:39 -05:00
validate-cluster.sh Merge pull request #26778 from gmarek/validate-cluster 2016-06-19 21:40:54 -07:00

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintainence mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.

The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.

See the getting-started guides for examples of how to use the scripts.

cloudprovider/config-default.sh contains a set of tweakable definitions/parameters for the cluster.

The heavy lifting of configuring the VMs is done by SaltStack.

Analytics