You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Spencer Smith 5253b3ec13 ensure ca.pem makes it to multi-masters 8 years ago
inventory Add native Vagrant support 8 years ago
roles ensure ca.pem makes it to multi-masters 8 years ago
tests choose between gce and aws cloud providers 8 years ago
.gitignore Add native Vagrant support 8 years ago
.gitmodules Remove submodules 8 years ago
.travis.yml choose between gce and aws cloud providers 8 years ago
LICENSE Create LICENSE 8 years ago
README.md Add native Vagrant support 8 years ago
Vagrantfile fix flannel's cross vm networking for vagrant 8 years ago
ansible.cfg Add complete test integration 8 years ago
cluster.yml Dnsmasq runs on all nodes 8 years ago
coreos-bootstrap.yml first version of CoreOS on GCE 8 years ago
requirements.txt Add native Vagrant support 8 years ago
requirements.yml upgrade calico v0.19.0, calico-cni v1.2.1 8 years ago
uploads.yml Upload files to a separate storage 8 years ago

README.md

Kubespray Logo

##Deploy a production ready kubernetes cluster

  • Can be deployed on AWS, GCE, OpenStack or Baremetal
  • High available cluster
  • Composable (Choice of the network plugin for instance)
  • Support most popular Linux distributions
  • Continuous integration tests

To create a cluster in vagrant simply run vagrant up

For an easy way to use it, check out kargo-cli
A complete documentation can be found here

Build Status