-
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
pkg/asset/machines/aws/machinesets: Give workers public IPs (for now) #927
pkg/asset/machines/aws/machinesets: Give workers public IPs (for now) #927
Conversation
Can we do something like this installer/pkg/asset/machines/aws/machines.go Line 122 in 8f02020
|
@derekwaynecarr we’ll need to commit teams to fix this once we get the full suite switched over |
Workers have not had public IPs since (at least) we moved them to cluster-API creation in e2dc955 (pkg/asset: add ClusterK8sIO, machines.Worker assets, 2018-10-15, openshift#468). But it turns out a number of e2e tests assume SSH access to workers (e.g. [1]), and we don't have time to fix those tests now. We'll remove this once the tests have been fixed. [1]: https://github.com/kubernetes/kubernetes/blob/v1.13.1/test/e2e/node/ssh.go#L43
f490402
to
0055276
Compare
Sure. Done in f490402 -> 0055276. |
When this merges I'll kick another e2e-aws-all run. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: staebler, 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 |
Workers have not had public IPs since (at least) we moved them to cluster-API creation in e2dc955 (#468). But it turns out a number of e2e tests assume SSH access to workers (e.g. here), and we don't have time to fix those tests now. We'll remove this once the tests have been fixed.
CC @abhinavdahiya, @crawford, @smarterclayton