k3s/cluster
Charles Butler f40820391a Repoint flannel-docker service to ~kubernetes namespace
This branch of the charm-store charm is tracking features targeted at
kubernetes based deployments, while the devel focus will continually be
in a state of experimentation and learning.

As all things awesome - deploy in lockstep from a source that has
extensive testing to ensure we aren't handing out experimental code that
hasn't been fully tested e2e w/ the kubernetes project.
2015-05-21 14:23:25 -04:00
..
addons Update Fluentd GCP image 2015-05-19 16:12:50 -07:00
aws Merge pull request #8296 from jlowdermilk/gen-analytics 2015-05-18 08:40:02 -07:00
azure Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
gce Merge pull request #8209 from krousey/v1beta1_cluster 2015-05-15 14:56:41 -07:00
gke Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
images More fixes for release 0.17.0 2015-05-18 20:47:03 -07:00
juju Repoint flannel-docker service to ~kubernetes namespace 2015-05-21 14:23:25 -04:00
libvirt-coreos rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Merge pull request #7998 from doublerr/rackspace_fixes 2015-05-19 09:59:54 -07:00
saltbase Revert "Modify nodes to register directly with the master." 2015-05-20 13:47:51 -07:00
ubuntu use v0.15.0 dns manifest 2015-05-16 10:11:42 +08:00
vagrant Merge pull request #8105 from thockin/dns-domain 2015-05-12 17:18:45 -04:00
vsphere Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
get-kube.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-down.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-env.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-push.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-util.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kubectl.sh make ./kubectl.sh work with juju provider 2015-05-19 10:01:55 -05:00
options.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
test-network.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
update-storage-objects.sh Adding a script to update etcd objects 2015-05-15 16:20:35 -07:00
validate-cluster.sh Check node status as part of validate-cluster.sh. 2015-05-07 16:13:07 -07: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