Reputation: 35
I'm trying to install a cores in a vm and I'm not sure how I can load the cloud-config.yml
file from a remote URL, without having to use coreos-cloudinit
since it's deprecated.
Is there a way to do that?
Upvotes: 1
Views: 399
Reputation: 341
coreos-cloudinit
is deprecated in favour of ignition
. Ignition Configs can indeed be loaded from remote URLs, typically via a coreos.config.url=
kernel command-line parameter.
However different methods exist for specific providers, so it's better to check the Supported Platforms doc and look for the relevant platform.
Upvotes: 1