Reputation: 87
I can't find where cloud-config.yml is in coreOS.
If anyone knows, please teach me cloud-config.yml location in coreOS.
If it does not exist, where should I make one?
Thank you.
Upvotes: 0
Views: 756
Reputation: 2456
The cloud-config is typically stored in your cloud providers metadata service, which is a network address that returns the config. For bare metal, it's normally stored on disk if the OS was installed, or held in RAM if the server was PXE-booted.
Here's a full list of locations: https://coreos.com/os/docs/latest/cloud-config-locations.html
Upvotes: 1