Skip to content
Snippets Groups Projects
Select Git revision
  • 11e5a2867ec0d86613bbadb5d85b44cc80247300
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

README-config.md

Blame
  • Cloud providers

    Provisioning

    You can use kubespray-cli to start new instances on cloud providers here's an example

    kubespray [aws|gce] --nodes 2 --etcd 3 --cluster-name test-smana

    Deploy kubernetes

    With kubespray-cli

    kubespray deploy [--aws|--gce] -u admin

    Or ansible-playbook command

    ansible-playbook -u smana -e ansible_ssh_user=admin -e cloud_provider=[aws|gce] -b --become-user=root -i inventory/single.cfg cluster.yml