Skip to content
  1. Aug 31, 2021
    • Olivier Lemasle's avatar
      Fix Calico's FelixConfiguration when "IP in IP" is disabled (#7926) · 497d2ca3
      Olivier Lemasle authored
      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`:
      497d2ca3
  2. Aug 30, 2021
  3. Aug 28, 2021
  4. Aug 26, 2021
  5. Aug 25, 2021
  6. Aug 24, 2021
  7. Aug 23, 2021
  8. Aug 21, 2021
  9. Aug 20, 2021
  10. Aug 19, 2021
  11. Aug 16, 2021
  12. Aug 13, 2021
  13. Aug 12, 2021
  14. Aug 11, 2021
  15. Aug 09, 2021
  16. Aug 02, 2021
  17. Jul 30, 2021
  18. Jul 28, 2021
  19. Jul 27, 2021
  20. Jul 26, 2021
Loading