-
Notifications
You must be signed in to change notification settings - Fork 83
🌱 Before using the ssh Rescue Client, ensure the rescue system is active. Log reboot events #1598
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
🌱 Before using the ssh Rescue Client, ensure the rescue system is active. Log reboot events #1598
Conversation
…ore-pre-provision-command
…/check-hostname-before-pre-provision-command
…ore-pre-provision-command
Strange error in e2e test:
136.243.69.167 is severID=1670788 162.55.157.123 is controlPlaneEndpoint and apiServerEndpoint in KubeadmConfig |
…ore-pre-provision-command
Before using the ssh Rescue Client, ensure the rescue system is active.
This uses ssh not an API. So rate-limit is not an issue.
It is better to double-check that.
Additionally, Events created when rebooting machines will be written to the logs, so that debugging failing e2e is easier. Unfortunately this means
ctx
needs to be added to a lot of functions.