项目作者: gabyfulchic

项目描述 :
DevOps Project : Ansible / Kubespray / git submodule / GCP
高级语言:
项目地址: git://github.com/gabyfulchic/kubespray-ops.git
创建时间: 2019-04-15T14:08:06Z
项目社区:https://github.com/gabyfulchic/kubespray-ops

开源协议:

下载


kubespray-ops

DevOps Project : Ansible / Kubespray / git submodule / GCP
Use case : need to create a kubernetes cluster with 3 nodes, 2 slaves and 1 master.
The 3 need etcd.

  1. > git clone https://github.com/gabyfulchic/kubespray-ops.git
  2. > cd kubespray-ops/
  3. > ansible inventory.ini -m ping
  4. > # only if it answer "pong" so launch the next cmd
  5. > ansible-playbook -i inventory.ini -f cluster.yml
  6. > # then to change kubernetes conf go on a node and edit this
  7. > ~/.kube/config