Skip to content

[release-1.5] GatewayInfrastructure: use uncached client lookups#4719

Merged
k8s-ci-robot merged 1 commit into
kubernetes-sigs:release-1.5from
k8s-infra-cherrypick-robot:cherry-pick-4717-to-release-1.5
Apr 17, 2026
Merged

[release-1.5] GatewayInfrastructure: use uncached client lookups#4719
k8s-ci-robot merged 1 commit into
kubernetes-sigs:release-1.5from
k8s-infra-cherrypick-robot:cherry-pick-4717-to-release-1.5

Conversation

@k8s-infra-cherrypick-robot
Copy link
Copy Markdown
Contributor

This is an automated cherry-pick of #4717

/assign howardjohn

NONE

We have a combination of cached client lookup + no retry loop. This
means that if the Service/SA/etc are actually created, but slow to
update the cache, we will fail the test.

We need eitgher a retry loop or use an uncached client; I chose the
latter here.
@k8s-ci-robot k8s-ci-robot added the release-note-none Denotes a PR that doesn't merit a release note. label Mar 30, 2026
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 30, 2026
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Mar 30, 2026
@snorwin
Copy link
Copy Markdown
Member

snorwin commented Apr 7, 2026

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 7, 2026
@rikatz
Copy link
Copy Markdown
Member

rikatz commented Apr 17, 2026

/approve

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: k8s-infra-cherrypick-robot, rikatz, snorwin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 17, 2026
@k8s-ci-robot k8s-ci-robot merged commit 5c78924 into kubernetes-sigs:release-1.5 Apr 17, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants