mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-20 04:30:10 -03:30
@@ -180,7 +180,7 @@
|
||||
|
||||
- name: Check pods IP are in correct network
|
||||
assert:
|
||||
that: item | ipaddr(kube_pods_subnet)
|
||||
that: item | ansible.utils.ipaddr(kube_pods_subnet)
|
||||
when:
|
||||
- not item in pods_hostnet
|
||||
- item in pods_running
|
||||
|
||||
Reference in New Issue
Block a user