k3s/cluster
k8s-merge-robot eeda4c7915 Merge pull request #24910 from paralin/aws-configurable-context
Automatic merge from submit-queue

cluster/aws: Add option for kubeconfig context

Added KUBE_CONFIG_CONTEXT environment variable to customize the kubeconfig context created at the end of the aws kube-up script.

Fixes #24877 

This PR does barely anything and shouldn't require e2e tests. It's just a minor convenience.

<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24910)
<!-- Reviewable:end -->
2016-06-24 13:09:40 -07:00
..
addons Added PetSet support to addon manager. 2016-06-24 16:45:41 +02:00
aws Merge pull request #24910 from paralin/aws-configurable-context 2016-06-24 13:09:40 -07:00
azure azure: azkube v0.0.5 + deploy kube-system 2016-05-21 15:44:46 -07:00
centos
gce Cleanup in kube-down: removed deletion of old autoscaler. 2016-06-24 13:32:37 +02:00
gke Merge pull request #27803 from fabioy/fix-multizone-groups 2016-06-22 10:45:54 -07:00
images Revert kube-proxy as a DaemonSet in hyperkube for the v1.3 release 2016-06-22 00:48:46 +03:00
juju cluster/juju: Updated the url for the getting started doc 2016-05-16 20:56:17 +01:00
kubemark
lib Handle multiple MIGs (single-zone) properly in GKE scripts. 2016-06-07 08:59:51 -07:00
libvirt-coreos
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
saltbase Merge pull request #27986 from madhusudancs/fed-kubedns-flags 2016-06-24 11:33:31 -07:00
skeleton Use a skeleton provider for unimplemented functionality 2016-06-07 16:08:09 -07:00
ubuntu Address review comments 2016-05-31 10:14:33 -07:00
vagrant Simplifying the code to create kubeconfig 2016-06-20 16:10:47 -07:00
vsphere
OWNERS
README.md add maintenance notice to cluster/README 2016-06-13 11:47:30 -07:00
common.sh kube-down deletes instance templates created by the cluster upgrade 2016-06-22 14:09:37 +02: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
kube-push.sh
kube-up.sh
kube-util.sh Merge pull request #26932 from aaronlevy/conformance-fix 2016-06-21 14:30:58 -07:00
kubectl.sh
log-dump.sh Added logging to file for cluster autoscaler 2016-06-02 13:51:40 +02:00
options.md
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh
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