mirror of
https://github.com/ben1234560/k8s_PaaS.git
synced 2025-04-19 18:05:52 +08:00
Docs. 调整文字错误问题
This commit is contained in:
parent
27f2205e4c
commit
28340fefdc
@ -136,7 +136,7 @@
|
||||
- name: 部署API-server集群,检查kube-apiserver.sh文件中的IP地址; Deploy the API-server cluster and check the IP address in the kube-apiserver.sh file
|
||||
hosts: k8s_21,k8s_22
|
||||
tasks:
|
||||
- name: 检查虚拟IP地址是否存在于文件中
|
||||
- name: 检查12机器IP地址是否存在于文件中
|
||||
shell: grep -E "{{ hostvars['k8s_12']['ansible_host'] }}" /opt/kubernetes/server/bin/kube-apiserver.sh
|
||||
register: grep_result
|
||||
changed_when: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user