-
Notifications
You must be signed in to change notification settings - Fork 526
Fix local deployment with static provider credentials #12748
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
Conversation
Do not ckeck for files related to workload identity if it's not enabled.
@wpross: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks for integrating my suggestion! 🙏
LGTM label has been added. Git tree hash: bce2fc14138e6aaabe9038a25725fcce9d47db30
|
In addition revert removing dead links from getting_started_locally_with_extensions.md, and fix API version of `CredentialsBinding`.
9530641
to
33efb0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
LGTM label has been added. Git tree hash: 6ac2bfb1136a0522d20eee3dfba23177f809d8e0
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
Thanks for addressing the suggestions! 🙏
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marc1404, vpnachev 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 |
* Fix dead links in getting started doc * Add info about workload identity support to getting started doc * Fix deployment that does not use workload identity Do not ckeck for files related to workload identity if it's not enabled. * Add kustomize overlays for projects w/ and w/o workload identity * Replace `SecretBinding` with `CredentialsBinding` In addition revert removing dead links from getting_started_locally_with_extensions.md, and fix API version of `CredentialsBinding`.
How to categorize this PR?
/area usability
/area dev-productivity
/area documentation
/kind bug
What this PR does / why we need it:
This PR makes sure that workload identity related config files are only checked if the deployment is done using workload identity, so using
DEV_SETUP_WITH_WORKLOAD_IDENTITY_SUPPORT=true make gardener-extensions-up
. Some info related to required configs is added to the getting_started_locally_with_extensions.md. In addition, a bunch of links that do not work since they are pointing to files that do not originally exist in this repo are removed in this doc.Which issue(s) this PR fixes:
Fixes #12746
Special notes for your reviewer:
Release note: