upgrade k8s vers, and add a script for future upgrades

This commit is contained in:
Smana
2016-05-11 17:37:15 +02:00
parent c6e3a8dbbd
commit 608e7dfab2
12 changed files with 189 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
- name: Check pods IP are in correct network
assert:
that: item | ipaddr(kube_pods_subnet)
with_items: pod_ips
with_items: "{{pod_ips}}"
- name: Ping between pods is working