Commit dde9287e authored by Wen Wei Li's avatar Wen Wei Li

add README.md

parent 5d71c26a
## Ansible playbook for k8s cluster installation
### Usage
* create the inventory.ini
```
[cp]
{ip}
[nodes]
{ip}
{ip}
{ip}
```
* create the hosts file to alternate the vm's /etc/hosts file
```
{ip} dk8scp1
{ip} dk8snode1
{ip} dk8snode2
{ip} dk8snode3
```
* execute ansible-playbook
`ansible-playbook install_k8s_nodes.yml -i inventory.ini`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment