-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cloud-init Support? #7
Comments
We've talked about this in the underlying library: kenperkins/coreos-cluster#10 (PR's welcome!) |
Thanks, that's exactly what's needed. =) |
We'd still want to support it in the command line, I wager. |
The impetus for this feature has eased as I realized I can just use global fleet services to create files like (.dockercfg) with the credentials I need to access private repos. I kind of like using unit files for this more than cloud-config because it's easier to make changes to a running system. |
Is there any way to submit a cloud-init file? I want to auto-login the core user to my private repository without the need of tools like Ansible to provision a new host.
e.g.
The text was updated successfully, but these errors were encountered: