How the FelixConfiguration is being recreated and how to change its default values? #9147
Unanswered
PawelJablonski-Dynatrace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I would like to understand the behavior of recreating FelixConfiguration resource. I have reinstalled calico/tigera to version v3.28.1 on my k8s cluster. By default it created following FelixConfiguration resource:
This configuration results in following log entry:
I have modified the spec entry locally and reapplied it via calicoctl to following values:
This was accepted and after restart of calico-nodes the log was changed to:
When I have tried to describe the FelixConfiguration once again, I found that both options were present, 'routeTableRanges' and my previous 'routeTableRange' which I tried to remove.
Then I tried to remove the FelixConfiguration manually and it was immediately recreated with its default values which I posted at the top of this post.
What is recommendation for configuring this part to be upgrade-safe when the previous field will be removed? How to get rid of the warning in the log?
Beta Was this translation helpful? Give feedback.
All reactions