Add fallback for fetchClientIdBySeedIdentifier#343
Add fallback for fetchClientIdBySeedIdentifier#343gardener-prow[bot] merged 1 commit intogardener:mainfrom
fetchClientIdBySeedIdentifier#343Conversation
SummaryThe following content is AI-generated and provides a summary of the pull request: How to categorize this PR? What this PR does / why we need it: Code changes:
Additional context: Which issue(s) this PR fixes: Special notes for your reviewer: Release note: Add fallback in `fetchClientIdBySeedIdentifier` to automatically use the single configured OIDC client when no seed annotation is set, simplifying multi-seed landscapes that share one client.
PR Bot InformationVersion:
💌 Have ideas or want to contribute? Create an issue and share your thoughts with us! Made with ❤️ by Hyperspace. |
|
@hyperspace-insights[bot]: The label(s) DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nickytd The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM label has been added. DetailsGit tree hash: fc7971581c3fe1859128a2ddd95332f29e15d939 |
What this PR does / why we need it:
This PR introduces a fallback for
fetchClientIdBySeedIdentifier, e.g. if only one client is configured and no annotation is set, use that client.Which issue(s) this PR fixes:
The proposed change is intended for the use-case where one client for multiple seeds in a landscape should be used, instead of having to annotate each seed individually.
Special notes for your reviewer:
cc @nickytd
Release note: