feat: change default blockSize for calico (#9055)

Signed-off-by: cyclinder qifeng.guo@daocloud.io
This commit is contained in:
Cyclinder
2022-07-20 04:05:27 +08:00
committed by GitHub
parent 2a282711df
commit 2e1863af78
5 changed files with 10 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
- hosts: kube_node
tasks:
- name: Test tunl0 routes
shell: "set -o pipefail && ! /sbin/ip ro | grep '/{{ calico_pool_blocksize}} | default(26) via' | grep -v tunl0"
shell: "set -o pipefail && ! /sbin/ip ro | grep '/{{ calico_pool_blocksize }} | default(26) via' | grep -v tunl0"
args:
executable: /bin/bash
when: