Swati Sehgal
4899dc75dd
node: device-plugins: e2e: s/devLen/expectedSampleDevsAmount
...
We rename to make the intent more explicit;
We make it global to be able to reuse the value all across the module
(e.g. to check the node readiness) later on.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com >
Co-authored-by: Francesco Romani <fromani@redhat.com >
2023-05-02 11:23:11 +01:00
Swati Sehgal
c81ec1ae5b
node: device-plugins: e2e: Refactor parse log to return string and error
...
Rather than only returning a string forcing us to log failure with
`framework.Fail`, we return a string and error to handle error cases
more conventionally. This enables us to use the `parseLog` function
inside `Eventually` and `Consistently` blocks, or in general to delegate
the error processing and enable better composability.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com >
Co-authored-by: Francesco Romani <fromani@redhat.com >
2023-05-02 11:23:11 +01:00
Kubernetes Prow Robot
c766f936b7
Merge pull request #117637 from seans3/automated-cherry-pick-of-#117571-origin-release-1.27
...
Automated cherry pick of #117571 : Refactors discovery content-type and helper functions
2023-04-27 01:22:15 -07:00
Kubernetes Prow Robot
6494bc6129
Merge pull request #117596 from jpbetz/automated-cherry-pick-of-#117593-origin-release-1.27
...
Automated cherry pick of #117593 : Fix bug where CEL listOfString.join() results in unexpected
2023-04-26 16:28:14 -07:00
Sean Sullivan
3ce0c108fe
Refactors discovery content-type and helper functions
2023-04-26 19:05:06 +00:00
Joe Betz
192e9dae31
Update staging/src/k8s.io/apiserver/pkg/cel/common/values.go
...
Co-authored-by: Alvaro Aleman <alvaroaleman@users.noreply.github.com >
2023-04-25 17:48:26 -04:00
Joe Betz
8d0ac2f6f8
Fix bug where CEL listOfString.join() results in unexpected error
2023-04-25 17:48:19 -04:00
Kubernetes Prow Robot
0e4269487f
Merge pull request #117459 from liggitt/automated-cherry-pick-of-#117453-upstream-release-1.27
...
Automated cherry pick of #117453 : Fix stomping os env in kubectl e2e tests
2023-04-25 09:56:16 -07:00
Kubernetes Prow Robot
667e1645fe
Merge pull request #117242 from haircommander/bump-runc-1.1.6-1.27
...
[1.27] Bump runc to 1.1.6
2023-04-25 04:16:16 -07:00
Kubernetes Prow Robot
c2612ddcda
Merge pull request #117324 from dddddai/automated-cherry-pick-of-#117182-upstream-release-1.27
...
Automated cherry pick of #117182 : use case-insensitive header keys for http probes
2023-04-24 11:35:03 -07:00
Jordan Liggitt
d0514936f3
Fix stomping os env in kubectl e2e tests
2023-04-19 09:31:28 +02:00
Kubernetes Prow Robot
523dd0297f
Merge pull request #117147 from cji/automated-cherry-pick-of-#117020-upstream-release-1.27
...
[1.27] Automated cherry pick of #117020 : Return error for localhost seccomp type with no localhost
2023-04-17 03:00:43 -07:00
Kubernetes Release Robot
95feac5269
Update CHANGELOG/CHANGELOG-1.27.md for v1.27.1
2023-04-14 13:38:32 +00:00
Kubernetes Release Robot
4c9411232e
Release commit for Kubernetes v1.27.1
v1.27.1
2023-04-14 13:14:41 +00:00
dddddai
2c81ecc2e2
use case-insensitive header keys for http probes
2023-04-14 11:33:13 +08:00
Kubernetes Prow Robot
1f69edd929
Merge pull request #117308 from alculquicondor/automated-cherry-pick-of-#117194-upstream-release-1.27
...
Automated cherry pick of #117194 : Revert "Optimization on running prePreEnqueuePlugins
2023-04-13 16:10:39 -07:00
Kensei Nakada
1601bb7540
fix: add the bug as a known issue o on the v1.26 release note
...
Change-Id: I4d38ed15c492abbfafda770fcb6aed2b37e0ac24
2023-04-13 17:12:22 -04:00
Kensei Nakada
845ba3e3a2
Revert "Optimization on running prePreEnqueuePlugins before adding pods into activeQ"
...
This reverts commit c01fa8279d .
2023-04-13 15:06:08 -04:00
Kubernetes Prow Robot
81eb3b63b9
Merge pull request #117305 from ncdc/automated-cherry-pick-of-#117301-upstream-release-1.27
...
Automated cherry pick of #117301 : Revert "CR conversion: protect from converter input
2023-04-13 11:42:39 -07:00
Andy Goldstein
a1f97a35fc
Revert "Merge pull request #113151 from ncdc/refactor-crd-conversion"
...
This reverts commit f524d765f4 , reversing
changes made to c2b5457dfa .
2023-04-13 12:52:21 -04:00
Andy Goldstein
1da781e29b
Revert "CR conversion: protect from converter input edits"
...
This reverts commit f14cc7fdfc .
2023-04-13 12:52:21 -04:00
Kubernetes Prow Robot
a94d7b76a3
Merge pull request #117254 from smarterclayton/automated-cherry-pick-of-#116482-upstream-release-1.27
...
Automated cherry pick of #116482 : kubelet: Do not mutate pods in the pod manager
2023-04-12 23:24:36 -07:00
Clayton Coleman
d662e339aa
kubelet: Do not mutate pods in the pod manager
...
The pod manager is a cache and modifying objects returned from the
pod manager can cause race conditions in the Kubelet. In this case,
it causes static pod status from the mirror pod to leak back to
the config source, which means a static pod whose mirror pod is
set to a terminal phase (succeeded or failed) cannot restart.
2023-04-12 16:55:48 -04:00
Peter Hunt
e599722bc5
vendor: bump runc to 1.1.6
...
Signed-off-by: Peter Hunt <pehunt@redhat.com >
2023-04-12 09:27:40 -04:00
Pushkar Joglekar
25b061d820
CVE-2023-27561: Bump runc go module v1.1.4 -> v1.1.5
2023-04-12 09:27:25 -04:00
Kubernetes Release Robot
398e38784e
Update CHANGELOG/CHANGELOG-1.27.md for v1.27.0
2023-04-11 17:27:35 +00:00
Kubernetes Release Robot
1b4df30b3c
Release commit for Kubernetes v1.27.0
v1.27.0
2023-04-11 17:04:23 +00:00
Kubernetes Release Robot
848d99050c
Merge remote-tracking branch 'origin/master' into release-1.27
2023-04-07 02:00:43 +00:00
Kubernetes Release Robot
c1f2baebf7
Merge remote-tracking branch 'origin/release-1.27' into release-1.27
2023-04-06 22:37:06 +00:00
Kubernetes Release Robot
2b6072ba00
Update CHANGELOG/CHANGELOG-1.27.md for v1.27.0-rc.1
2023-04-06 20:17:17 +00:00
Kubernetes Release Robot
ad18954259
CHANGELOG: Update directory for v1.27.0-rc.1 release
2023-04-06 20:17:16 +00:00
Kubernetes Release Robot
db31c0e4e9
Merge remote-tracking branch 'origin/master' into release-1.27
2023-04-06 20:00:57 +00:00
Kubernetes Release Robot
80bc6ffd0d
Release commit for Kubernetes v1.27.0-rc.1
v1.27.0-rc.1
2023-04-06 19:52:26 +00:00
Craig Ingram
951f8dcc96
Return error for localhost seccomp type with no localhost profile defined
2023-04-06 16:57:07 +00:00
Kubernetes Prow Robot
d152baf143
Merge pull request #117134 from xmudrii/pub-bot-go1198
...
Update publishing-bot rules for release branches to Go 1.19.8
2023-04-06 09:25:47 -07:00
Kubernetes Release Robot
d2a8a4dab1
Merge remote-tracking branch 'origin/master' into release-1.27
2023-04-06 14:00:02 +00:00
Kubernetes Prow Robot
54348233b5
Merge pull request #115036 from harche/vol_attach_log
...
Do not log entire pod struct while attaching the volume
2023-04-06 03:07:47 -07:00
Marko Mudrinić
4e0bc2397d
Update publishing-bot rules for release branches to Go 1.19.8
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2023-04-06 10:31:33 +02:00
Kubernetes Release Robot
e48a823043
Merge remote-tracking branch 'origin/master' into release-1.27
2023-04-06 07:59:25 +00:00
Kubernetes Prow Robot
f28e9f6f45
Merge pull request #117126 from xmudrii/iptables-go1203
...
Update distroless-iptables to v0.2.3
2023-04-05 21:41:47 -07:00
Harshal Patil
1972dd1005
Do not log entire pod struct while attaching the volume
...
Signed-off-by: Harshal Patil <harpatil@redhat.com >
2023-04-05 20:24:12 -04:00
Marko Mudrinić
b19c362bf5
Update distroless-iptables to v0.2.3
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2023-04-06 01:37:14 +02:00
Kubernetes Prow Robot
20fc8a939c
Merge pull request #117125 from xmudrii/go1203
...
[go] Bump images, dependencies and versions to go 1.20.3
2023-04-05 16:35:50 -07:00
Marko Mudrinić
2a69edb43d
[go] Bump images, dependencies and versions to go 1.20.3
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2023-04-05 23:46:34 +02:00
Kubernetes Release Robot
a1f6d78767
Merge remote-tracking branch 'origin/master' into release-1.27
2023-04-05 04:34:13 +00:00
Kubernetes Prow Robot
330b5a2b8d
Merge pull request #117088 from nckturner/public-arg-webhook
...
Export WebhookHandler struct because some CCMs use Run directly
2023-04-04 18:07:39 -07:00
Kubernetes Release Robot
218776ea5e
Merge remote-tracking branch 'origin/master' into release-1.27
2023-04-04 22:34:29 +00:00
Kubernetes Prow Robot
e7e7532a05
Merge pull request #117073 from mimowo/fix-daemonset-pod-restarts
...
Fix: Recreate DaemonSet pods completed with Succeeded phase
2023-04-04 13:41:39 -07:00
Michal Wozniak
b5dd5f1f3a
Investigate and fix the handling of Succeeded pods in DaemonSet
2023-04-04 19:21:15 +02:00
Nick Turner
873127e3b0
Export WebhookHandler struct because some CCMs use Run directly
2023-04-04 13:25:49 +00:00