You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data/aws: create bootstrap machine in first public subnet
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 [email protected]
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 ~]$
```
0 commit comments