gardener / gardener-extension-provider-aws

Gardener extension controller for the AWS cloud provider (https://aws.amazon.com).
https://gardener.cloud
Apache License 2.0
18 stars 96 forks source link

[GEP-27] Use cloud profile bastion machine and image #1040

Open hebelsan opened 2 weeks ago

hebelsan commented 2 weeks ago

How to categorize this PR?

/area quality /kind enhancement /platform aws

What this PR does / why we need it: Instead of using a hardcoded bastion image we will use the image provided in the bastion section of the cloud profile. See also https://github.com/gardener/gardener/pull/9935

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer: We need to wait until the bastion section is released with gardener/gardener/types_cloudprofile.go.

Release note:

Create bastion vm from the info provided in the cloud profile bastion section
hebelsan commented 2 weeks ago

/hold until updated gardener/gardener