2556eb2733
* Upgrade cilium roles * Del old test result * Add hubble ui examples * Refactor hubble metrics * Markdown fix pipeline errors * yamllint check and fix * refactor install from https://github.com/kubernetes-sigs/kubespray/pull/7520 * Docs syntax change (fix) * Cilium set default 1.8.9 * Update cilium version in Readme
9 lines
189 B
YAML
9 lines
189 B
YAML
---
|
|
- name: reset | check and remove devices if still present
|
|
include_tasks: reset_iface.yml
|
|
vars:
|
|
iface: "{{ item }}"
|
|
loop:
|
|
- cilium_host
|
|
- cilium_net
|
|
- cilium_vxlan
|