mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Flannel running as pod
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
---
|
||||
- name: ETCD2 | Stop etcd2 service
|
||||
- name: Stop etcd2 service
|
||||
service: name=etcd state=stopped
|
||||
ignore_errors: yes
|
||||
|
||||
- name: ETCD2 | create etcd pod template
|
||||
- name: Create etcd pod manifest
|
||||
template: src=etcd-pod.yml dest=/etc/kubernetes/manifests/etcd-pod.manifest
|
||||
|
||||
- name: ETCD2 | Check for etcd2 port
|
||||
- name: Check for etcd2 port (pulling image and running container)
|
||||
wait_for:
|
||||
port: 2379
|
||||
delay: 5
|
||||
timeout: 100
|
||||
|
||||
Reference in New Issue
Block a user