Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Gardenctl fails for AWS - hardcoded instance type #194

Conversation

neo-liang-sap
Copy link
Contributor

What this PR does / why we need it:
In gardenctl while ssh to a node in aws, we have t2.nano hardcoded which not exist in some region e.g. eu-north1, so now logic is first check whether t2.nano is available, if not, choose an random one from t series
Which issue(s) this PR fixes:
Fixes #193

Special notes for your reviewer:

Release note:

fix gardenctl ssh error when t2.nano instance type is not available in some region of AWS

@gardener-robot-ci-3 gardener-robot-ci-3 added the reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) label Apr 27, 2020
@gardener-robot-ci-1 gardener-robot-ci-1 added needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Apr 27, 2020
Copy link
Contributor

@DockToFuture DockToFuture left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@DockToFuture DockToFuture merged commit 152b113 into gardener-attic:master May 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gardenctl fails for AWS - hardcoded instance type
4 participants