Using tf-controller for cluster management #519
tomhuang12
started this conversation in
General
Replies: 1 comment
-
We can also pause the reconciliation to make sure that the TF object will not kick off a new runner pod. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been thinking about cluster management using tf-controller, and a few people have also asked about this so I want to document my idea and invite discussions around this topic.
Similar to the CAPI model, tf-controller can be used to manage clusters infrastructure. A management cluster can be bootstrapped by a local cluster running tf-controller. Then, the resources can be migrated to the new management cluster.
During a node upgrade process in the management cluster, I would recommend breaking the upgrade process into various steps.
This way you don't have tf-runner potentially be evicted during upgrade.
Open to ideas and feedback!
Beta Was this translation helpful? Give feedback.
All reactions