k3s/cluster
Kubernetes Submit Queue 3b40702586
Merge pull request #58231 from roberthbailey/kube-up-cleanup
Automatic merge from submit-queue (batch tested with PRs 58192, 58231). 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>.

Remove salt support for providers that no longer exist

xref #49213

```release-note
NONE
```
2018-01-13 05:36:48 -08:00
..
addons Merge pull request #57456 from kawych/master 2018-01-12 13:11:44 -08:00
centos Add zouyee as a reviewer for the cluster/centos directory. 2018-01-10 22:27:25 -08:00
gce remove support for container-linux in gce kube-up 2018-01-10 10:20:26 -08:00
images Honor make variable OUT_DIR. 2018-01-03 17:46:03 -08:00
juju Merge pull request #57246 from juju-solutions/feature/etcd3 2018-01-10 08:15:46 -08:00
kubemark Revert k8s.gcr.io vanity domain 2017-12-22 14:36:16 -08:00
kubernetes-anywhere Fix log collection for kubeadm-gce tests 2017-10-26 07:57:42 -04:00
lib Remove kubectl's dependence on schema file in pkg/api/validation. 2017-08-16 16:38:28 -07:00
local
log-dump Revert k8s.gcr.io vanity domain 2017-12-22 14:36:16 -08:00
pre-existing Launch kubemark with an existing Kubemark Master 2017-07-05 09:14:53 -04:00
saltbase Remove salt support for providers that no longer exist. 2018-01-12 15:51:23 -08:00
skeleton Conditionally run detect-project in log-dump 2017-09-21 13:41:30 +08:00
BUILD Merge pull request #53034 from tallclair/gce-addons 2017-10-31 09:12:55 -07:00
OWNERS
README.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
clientbin.sh Update helper scripts to find binaries in new bazel-bin paths 2017-12-23 13:13:09 -08:00
common.sh remove support for container-linux in gce kube-up 2018-01-10 10:20:26 -08:00
get-kube-binaries.sh
get-kube-local.sh Revert k8s.gcr.io vanity domain 2017-12-22 14:36:16 -08:00
get-kube.sh Remove salt support for providers that no longer exist. 2018-01-12 15:51:23 -08:00
kube-down.sh
kube-push.sh
kube-up.sh remove provides which has been deleted 2018-01-11 21:52:47 +08:00
kube-util.sh Do not clobber KUBERNETES_PROVIDER - fix kubeadm/gce log collection 2017-10-30 17:33:08 -04:00
kubeadm.sh
kubectl.sh
restore-from-backup.sh Revert k8s.gcr.io vanity domain 2017-12-22 14:36:16 -08:00
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh Swap NetworkPolicy storage to networking.k8s.io/v1 2017-11-14 15:15:01 -05:00
validate-cluster.sh Switch away from gcloud deprecated flags in compute resource listings 2017-08-30 06:41:09 +01:00

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintenance 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