Browse Source
When using Calico with: - `calico_network_backend: vxlan`, - `calico_ipip_mode: "Never"`, - `calico_vxlan_mode: "Always"`, the `FelixConfiguration` object has `ipipEnabled: true`, when it should be false: This is caused by an error in the `| bool` conversion in the install task: when `calico_ipip_mode` is `Never`, `{{ calico_ipip_mode != 'Never' | bool }}` evaluates to `true`:pull/7925/head
Olivier Lemasle
3 years ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…