gardener / ops-toolbelt

Useful tools and operations guide for gardener landscapes
Apache License 2.0
15 stars 26 forks source link

fix default_image #92

Closed tedteng closed 1 year ago

tedteng commented 1 year ago

What this PR does / why we need it: The current image:latest setup is able to access the shoot node, but when I try to access the seed node, I find default_image not able to use export value from env

image

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

petersutter commented 1 year ago

Hi @tedteng , you can set the image using the following flag:

-i|--image Image to use for the privileged pod. The default value is: eu.gcr.io/gardener-project/gardener/ops-toolbelt:latest

your change is breaking this

tedteng commented 1 year ago

cool, At the beginning I saw image=${image:-$default_image}. then testing export but not working.

I wasn't aware of this flag. I think the PR can close it