-
Notifications
You must be signed in to change notification settings - Fork 42.1k
integration/apiserver: ignore discovery+availability reqs in front-proxy test #129031
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
|
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Fri Nov 29 10:40:14 UTC 2024. |
|
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The DetailsInstructions 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: sttts 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 |
3c2457a to
bbeb81e
Compare
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: 3b1cb79aadb15ac81c61705d34cb049204cb83ab |
|
That linter takes long. |
the job has been removed recently kubernetes/test-infra#33857 |
…oxy test Signed-off-by: Dr. Stefan Schimanski <[email protected]>
bbeb81e to
1f98234
Compare
|
New changes are detected. LGTM label has been removed. |
|
/retest |
|
As discussed on Slack: someone with the necessary permissions needs to this because /override pull-kubernetes-verify-lint |
|
@pohly: pohly unauthorized: /override is restricted to Repo administrators. 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. |
|
/override pull-kubernetes-verify-lint |
|
@sttts: sttts unauthorized: /override is restricted to Repo administrators. 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. |
|
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Mon Dec 2 10:42:22 UTC 2024. |
|
PR needs rebase. DetailsInstructions 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. |
|
/close Same change was done in #129081. |
|
@sttts: Closed this PR. 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. |
What type of PR is this?
/kind flake
What this PR does / why we need it:
kube-apiserver sends requests to aggregated apiservers for (aggregated) discovery and for availability checking. These are sent with a
system:kube-aggregatoruser name (instead ofsystem:aggregatorthat is used for openapi; no special reason, it's just implemented like that). This PR addssystem:kube-aggregatoras another user that is ignored when waiting for service account coming through in the front proxy integration tests.Which issue(s) this PR fixes:
Fixes #128565.
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: