You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
307 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. ---
  2. - name: Stop etcd2 service
  3. service: name=etcd state=stopped
  4. ignore_errors: yes
  5. - name: Create etcd pod manifest
  6. template: src=etcd-pod.yml dest=/etc/kubernetes/manifests/etcd-pod.manifest
  7. - name: Check for etcd2 port (pulling image and running container)
  8. wait_for:
  9. port: 2379
  10. delay: 5