-
Notifications
You must be signed in to change notification settings - Fork 1.4k
data/aws/bootstrap: Restore global SSH access #1326
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/bootstrap: Restore global SSH access #1326
Conversation
In 6c10827 (Removing unused/deprecated security groups and ports, 2019-02-23, openshift#1306), we restricted master SSH access to the cluster, catching up with 6add0ab (data/aws: move the masters to the private subnets, 2019-01-10, openshift#1045). But the bootstrap node is a useful SSH bastion for debugging hung installs (until we get far enough along to tear down the bootstrap resources). This commit restores global SSH access to the bootstrap node, now that it is no longer provided by the master security group.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, wking 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 |
e2e-aws was not happy:
But who knows, maybe they're all flakes? /retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
I noticed that I cannot ssh into the bootstrap node anymore. Ssh just blocks. And the AWS console tells me that no ssh key is associated with the node. Are you sure SSH is working right now? |
We don't use AWS Keys (docs).
No, although this change echos our journald approach, and we know that works in CI. |
Fix in flight with #1348. |
In 6c10827 (#1306), we restricted master SSH access to the cluster, catching up with 6add0ab (#1045). But the bootstrap node is a useful SSH bastion for debugging hung installs (until we get far enough along to tear down the bootstrap resources). This commit restores global SSH access to the bootstrap node, now that it is no longer provided by the master security group.