Merging all branches

This commit is contained in:
SirishaGopigiri 2020-08-07 15:07:51 +05:30
parent a0d591ab66
commit 682748dcff
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ export KUBECONFIG=~/.kube/config
Clone the repository
```
git clone https://github.com/SirishaGopigiri/airship-host-config.git -b june_29
git clone https://github.com/SirishaGopigiri/airship-host-config.git
```
Navigate to airship-host-config folder

View File

@ -12,7 +12,7 @@ max_hosts_parallel: Caps the numbers of hosts that are executed in each iteratio
stop_on_failure: When set to true stops the playbook execution on that host and subsequent hosts whenever a task fails on a node
max_failure_percenatge: Sets the Maximum failure percenatge of hosts that are allowed to fail on a every iteration
max_failure_percentage: Sets the Maximum failure percentage of hosts that are allowed to fail on a every iteration
reexecute: Executes the playbook again on the successful hosts as well

View File

@ -11,7 +11,7 @@ A vagrant script for setting up a Kubernetes cluster using Kubeadm
Git clone the repo on the host machine which has vagrant and virtual box installed
```
git clone https://github.com/SirishaGopigiri/airship-host-config.git -b june_29
git clone https://github.com/SirishaGopigiri/airship-host-config.git
```
Navigate to the kubernetes folder