cilium_exportPodCIDR variable missing? Should this be defined in the all.yml under group_vars? #501
Unanswered
byrn-baker
asked this question in
Questions
Replies: 1 comment 2 replies
-
We test Cilium in CI so this should be working https://github.com/techno-tim/k3s-ansible/actions/runs/8794130426/job/24175046790 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cilium_exportPodCIDR variable missing? Should this be defined in the all.yml under group_vars?
Expected Behavior
Enabling cilium the playbook runs and enables k3s with cilium
Current Behavior
fails because it is looking for a boolean cilium_exportPodCIDR
Steps to Reproduce
Context (variables)
Operating system: Ubuntu 22.04
Hardware: Virtualized
Variables Used
all.yml
Hosts
host.yml
Possible Solution
Define cilium_exportPodCIDR boolean in the all.yml
Beta Was this translation helpful? Give feedback.
All reactions