k3s/cluster
Zach Loafman 17fd5f2536 NFS: Revamp example, add nfs-common to debian saltbase
This ensures nfs-common is installed on GCE, and provides a more
functional explanation/example. I launched two replication controllers
so that there were busybox pods to poke around at the NFS volume, and
so that the later wget actually works (the original example would have
to work on the node, or need some other access to the container
network). After switching to two controllers, it actually makes more
sense to use PV claims, and it's probably a configuration that makes
more sense for indirection for NFS anyways.
2015-10-27 16:58:04 -07:00
..
addons Make heapster config creation dynamic 2015-10-22 12:05:49 -07:00
aws Merge pull request #15936 from justinsb/aws_enable_deployments 2015-10-24 11:43:05 -07:00
centos enable admission-control in kube-apiserver config 2015-10-08 19:34:41 +08:00
gce Disable google cloud monitoring sinks in heapster by default. 2015-10-23 16:21:00 -07:00
gke kubernetes-upgrade-1.0-1.1-gke configs using ci/latest-1.1 2015-10-15 10:30:09 -07:00
images Stop using the deprecated --portal-net flag in the docker 2015-10-07 23:07:08 -07:00
juju Fixing the errors with verify-boilerplate. 2015-10-09 11:13:28 -05:00
kubemark Prefix hollow-cluster-master name with instance prefix 2015-10-12 20:15:59 +02:00
libvirt-coreos Factor find-release-tars into cluster/common 2015-10-16 13:09:52 -07:00
mesos/docker mesos/docker: bump mesosslave image version 2015-10-26 15:41:38 -05:00
ovirt
rackspace Factor find-release-tars into cluster/common 2015-10-16 13:09:52 -07:00
saltbase NFS: Revamp example, add nfs-common to debian saltbase 2015-10-27 16:58:04 -07:00
ubuntu Merge pull request #13897 from darron/patch-1 2015-10-21 02:20:03 -07:00
vagrant Removed flag ENABLE_HORIZONTAL_POD_AUTOSCALER which is no longer used 2015-10-20 13:59:00 +02:00
vsphere Factor find-release-tars into cluster/common 2015-10-16 13:09:52 -07:00
README.md
common.sh Fix KUBE_TAR_URL issue and fix root cause; fixes #15738 2015-10-16 13:09:52 -07:00
get-kube.sh declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
kube-down.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-env.sh declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
kube-push.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-up.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-util.sh Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
kubectl.sh
options.md
test-e2e.sh Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
test-network.sh Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
test-smoke.sh Support passing args to cluster/test-smoke.sh 2015-10-09 14:44:23 -07:00
update-storage-objects.sh change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
validate-cluster.sh cluster/validate-cluster.sh: Allow for greater than NUM_MINIONS. 2015-10-20 18:27:23 -04:00

README.md

Cluster Configuration

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