[Feature] Provide option for FELIX_CHAININSERTMODE

Bug #1900876 reported by Adam Dyess
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Calico Charm
Triaged
Wishlist
Unassigned
Canal Charm
Triaged
Wishlist
Unassigned

Bug Description

I have a situation where I need to change the FELIX_CHAININSERTMODE from Insert to Append

https://github.com/charmed-kubernetes/layer-canal/blob/master/templates/calico-node.service#L24

Can you make a new charm option such that this would be possible:

$ juju config canal felix-chaininsert-mode=Append

Adam Dyess (addyess)
Changed in charm-canal:
status: New → Incomplete
status: Incomplete → New
summary: - Provide option for FELIX_CHAININSERTMODE
+ [Feature] Provide option for FELIX_CHAININSERTMODE
George Kraft (cynerva)
Changed in charm-calico:
importance: Undecided → Wishlist
Changed in charm-canal:
importance: Undecided → Wishlist
Changed in charm-calico:
status: New → Triaged
Changed in charm-canal:
status: New → Triaged
Revision history for this message
Paul Goins (vultaire) wrote :

I have this issue on a customer cloud, and presently have had to manually make the change. I can second this as good to have to avoid needing manual steps.

For future travellers, this is how I manually applied the change:

* Run: calicoctl get felixconfig default -o yaml --export > felixconfig.yaml
* Modify felixconfig.yaml, adding "chainInsertMode: Append" within the "spec" dictionary.
* Run: calicoctl replace -f felixconfig.yaml

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.