-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add Public-Key from Spec to Ignition Templates #158
Comments
The maintainers of this repository would appreciate it if you could provide more information. |
This depends on #157 being closed first. |
Putting this in the ignition template has the clear advantage that we don't need to sync the ssh pub key from the spec to the kluster's service user (and keep it in sync). On the other hand we circumvent the standard way of distributing ssh keys that nova offers. This is less portable when using other images for nodes than coreos. I would favour using ignition for now because it requires less maintenance on the operator side. Counter thoughts? |
we have talked about this in the mob and i thought about adding the key to the service user that is used to create the nodes. |
Cloud-Init doesn't even work properly (due to DHCP timing issues?). At least at the moment, it times out on all machines. I would like to avoid it and possibly disable it completely. Therefore my +1 goes to Ignition and sparing us the service user key management problem. |
But if cloud-init times out due to dhcp issues then ignition will suffer the same fate, no? In the end both rely on dhcp/network and the metadata service. |
Yeah, it should. No idea. Need to check out what's up. It definitely times out but Ignition ran before. |
No description provided.
The text was updated successfully, but these errors were encountered: