-
Notifications
You must be signed in to change notification settings - Fork 125
WIP: do-not-merge: Rebase 1.34 #2386
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
base: master
Are you sure you want to change the base?
Conversation
fix: handle corner cases in the async preemption
ContainerRestartRules feature gate should work with probes
…cing Signed-off-by: ndixita <ndixita@google.com>
Reset metrics per status code also allow to log the particular status code that flake, in case the problem comes from an specific one. Change-Id: I29f67d4c5d76449350f45049f45ce8325a2d0ddd
Test that assert on metrics use the returned status to sync the test, if the metric is updated AFTER the state is returned the test will flake because the assertion on the metric will race. Change-Id: I317708a22cb47256c37dac3cab0463a2f925ad6b
The metrics assertion race with the metric update, and since this happens at the serverside, we use an active look to check the metrics instead of expecting to be updated immidiatly. Change-Id: I9a64b66301d5f4ac3df0c0a01de10602a20f89ea
…tial, add TODOs see: kubernetes#130271
Also, fix its conformance description, which appears to have accidentally been filled in with the description of the wrong test.
…d-image-pulling remove broken test that depends on expired credential, remove hardcoded credential, add TODOs
…2e-failure [PodLevelResources] Add missing label to Downward API test
Turned up during manual end-to-end testing of the Pod Certificates feature. This issue prevents podCertificate projected volumes from successfully mounting. Would have been caught by a feature e2e test. After this fix, podCertificate volumes function correctly in a Kind cluster. Additionally, fix logging from podcertificatemanager. In order for projectionKey to have sensible logging output, its fields need to be exported.
Adding check for nil pod resources in huge pages test
…flake Fix apiserver service proxying e2e test flakiness
…expected network errors Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
feat: trigger PreBindPreFlight in the binding cycle
Signed-off-by: utam0k <k0ma@utam0k.jp>
…cycle Fix prerelease-lifecycle for volumeattributesclass
…ding-conditions Implement DRA Device Binding Conditions (KEP-5007)
…1 as deprecated." This reverts commit 24bf6d5.
…t containers The pod modification routine that prepares containers for Workload Partitioning quits early when it encounters a container with no resources specified. This causes a logical leak of resource capacity on the node, because the Pod is left untouched and still reports its full resource requests to the scheduler. It is however not using them, because the logic that moves the container to the management partitions works just fine. The end result is lowered node capacity for scheduling. Signed-off-by: Martin Sivak <msivak@redhat.com>
… for missed disabled tests
…s compilation Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Add featuregate for performantsecuritypolicy for storage
…teOncePodOnly Tests with [Feature:SELinuxMountReadWriteOncePodOnly] must be skipped if SELinuxMount feature gate is set to true. See https://github.com/kubernetes/kubernetes/blob/1ce98e3c093e6c2eea794737de894394683c9ffb/test/e2e/storage/csimock/csi_selinux_mount.go#L50 for details how the SELinux tests use FeatureGate: / Feature: to test various combinations of the gates.
Ensure that we remove the SELinuxMount check when the feature gate is removed from k/k. The code will fail to compile + the rebase person will find helpful comments around.
…stream struct changes.
…required to make build scripts work in our env doot
… a comment - it results in invalid yaml
Similar to OCPBUGS-3016, the changes in this rebase have caused mass image pull failures on metal IPv6 jobs which run disconnected. Before reintroducing this, please run metal IPv6 jobs against the PR.
…ly without this feature locked on
@jacobsee: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
No description provided.