Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] Specify update.conf directives as annotations #204

Closed
tijmenvandenbrink opened this issue Jun 6, 2024 · 1 comment
Closed

[RFE] Specify update.conf directives as annotations #204

tijmenvandenbrink opened this issue Jun 6, 2024 · 1 comment

Comments

@tijmenvandenbrink
Copy link
Contributor

Current situation

Currently we specify the SERVER, GROUP and MACHINE_ALIAS in /etc/flatcar/update.conf when bootstrapping a node. This makes it quite static as we're not touching/actively managing this file after initial bootstrap.

Impact

At this point there is no way to manage these directives via Kubernetes which forces us to manually change it on the host.

Ideal future situation

Ideally we would be able to set annotations on a node specifying SERVER, GROUP and MACHINE_ALIAS which overrides the directives in /etc/flatcar/update.conf. This would give us a lot of flexibility in controlling which versions run within a cluster. A specific use case I see is running a small set of beta release nodes in a cluster allowing for early detection of issues.

Implementation options

[ Optional: please provide one or more options for implementing the feature requested ]

Additional information

[ Please Add any information that does not fit into any of the above sections here ]

@invidian
Copy link
Member

Thank you for reporting. I'll close this as duplicate of #34 since IIUC is about the same thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants