Add subnet var in tests
This commit is contained in:
parent
c7d61af332
commit
08d9d24320
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
register: running_pods
|
||||
|
||||
- set_fact:
|
||||
kube_pods_subnet: 10.233.64.0/18
|
||||
pod_names: "{{ (pods.stdout | from_json)['items'] | map(attribute = 'metadata.name') | list }}"
|
||||
pod_ips: "{{ (pods.stdout | from_json)['items'] | selectattr('status.podIP', 'defined') | map(attribute = 'status.podIP') | list }}"
|
||||
pods_hostnet: |
|
||||
|
|
Loading…
Reference in a new issue