-
Notifications
You must be signed in to change notification settings - Fork 412
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
mcc: replace cttypes with ign v3 types #565
Comments
this is being addressed by #583 |
Updating MC* to use ignition v3. The following changes are included: - ssh keys now written to /home/core/.ssh/authorized_keys.d/ignition - code changes to use v3 and remove usage of v2.2.0 - unit and e2e test updates - updated golden files - remove the use of container-linux-config-transpiler in render.go and use v3 types instead Requires: openshift/installer#1468 Closes: openshift#565
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
closing as we've done the 2->3 transition. |
Just making this for future change:
Once ign v3_0 is release replace
cttypes
in transpiling to ign functions (ssh, files, systemd units in render.go) withhttp://github.com/coreos/ignition/config/v3_0/types
- to be created.cc: @runcom @ajeddeloh
The text was updated successfully, but these errors were encountered: