Commit 3c631c23 authored by Wen Wei Li's avatar Wen Wei Li

update README

parent dde9287e
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
``` ```
* execute ansible-playbook * execute ansible-playbook
`ansible-playbook install_k8s_nodes.yml -i inventory.ini` `ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook install_k8s_nodes.yml -i inventory.ini`
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
shell: | shell: |
./k8s-install.sh ./hosts cp ./k8s-install.sh ./hosts cp
./helm-install.sh ./helm-install.sh
args:
chdir: /home/prlab/k8s/k8s-install
- name: execute k8s cmd - name: execute k8s cmd
shell: | shell: |
echo "$(kubeadm token create --print-join-command)" > /tmp/join.sh echo "$(kubeadm token create --print-join-command)" > /tmp/join.sh
......
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