-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix issue with rke2-install #346
fix issue with rke2-install #346
Conversation
Tests building local image:
the systemd:
and both files created:
After rebooting the system:
and only the /etc/ file is present (fixing the issue with ephimeral /run in sle micro):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, can you fix linter warnings?
The problem with missing /run/cluster-api/bootstrap-success.complete
after reboot still remains I guess since /run/
is ephemeral, but this issue can be addressed separately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Head branch was pushed to by a user without write access
Signed-off-by: Alberto Morgante Medina <alberto.morgante@suse.com>
What this PR does / why we need it:
This PR fix an issue #342 adding non-temporal bootstrap.success file to avoid systemd failure after reboot the system once provisioned.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #342
Special notes for your reviewer:
Some lint changes because go lint discovered during the PR creation
Checklist: