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

Ability to pull configuration from metadata service / URL on VMWare platform (OVA/OVF) #9294

Open
Genfilf opened this issue Sep 9, 2024 · 1 comment

Comments

@Genfilf
Copy link

Genfilf commented Sep 9, 2024

Feature request

It would be great if we could obtain the machine configuration from the URL on VMware platform, not just the metal one.

Description

In the documentation for version 1.7, we can see that there is an option to include a URL in the talos.config kernel parameter. Talos then fetches the machine configuration from that URL.

Unfortunately, this functionality only works on the metal platform. For example, if I want to deploy Talos nodes on VMWare, I have to encode my entire machine configuration in base64 and then include it in the talos.config VApp property. This leads to very large Terraform state files.

I think it would be much better if we could just specify the URL in the talos.config VApp property and let Talos automatically fetch the configuration at boot time.

@smira
Copy link
Member

smira commented Sep 9, 2024

You can use the apply-config flow with VMWare by supplying no machine config at all, this should work better with Terraform.

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