-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
data/aws: create bootstrap machine in first public subnet #1348
data/aws: create bootstrap machine in first public subnet #1348
Conversation
openshift@afa0b59 had moved the bootstrap node to private subnet based on openshift#1121 (comment), but we need the bootstrap node in public subnet to be able to ssh. The bootstrap node is accesible on ssh again. ```console $ ush core@18.215.154.240 Warning: Permanently added '18.215.154.240' (ECDSA) to the list of known hosts. Red Hat CoreOS 4.0 Beta WARNING: Direct SSH access to machines is not recommended. This node has been annotated with machineconfiguration.openshift.io/ssh=accessed --- This is the bootstrap node; it will be destroyed when the master is fully up. The primary service is "bootkube.service". To watch its status, run e.g. journalctl -b -f -u bootkube.service [core@ip-10-0-8-165 ~]$ ```
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.
Dummy move on my part. Thanks for the fix.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, staebler The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
afa0b59 had moved the bootstrap node to private
subnet based on #1121 (comment), but we need the bootstrap node in public subnet to be able to ssh.
The bootstrap node is accesible on ssh again.