Kubernetes Prow Robot
f5d7c34b67
Merge pull request #116252 from soltysh/tz_validation
...
Forbid creating CronJob with TZ or CRON_TZ, but allow updates
2023-10-20 19:24:13 +02:00
Peter Hunt
49c947ba15
metrics: add and use ImageGarbageCollectedTotal
...
to help find MaxAge thresholds and detect image addition/removal thrashing
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Peter Hunt
d8a5cd59c0
kubelet/images: add unit test for MaxAge
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Peter Hunt
914aa746c1
kubelet/images: add and use freeOldImages function
...
to free images older than configured ImageGCMaximumAge
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Peter Hunt
76e623098c
kubelet config validation: add validation for image max gc age
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Peter Hunt
d992ea4b30
kubelet: add and use ImageMaximumGCAge in KubeletConfiguration
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-10-20 12:23:31 -04:00
Kubernetes Prow Robot
36f51eb1a1
Merge pull request #121302 from stuton/lock-job-ready-pods
...
Graduate JobReadyPods to stable
2023-10-20 17:17:32 +02:00
Maciej Szulik
9a58f6c4fb
Forbid creating CronJob with TZ or CRON_TZ, but allow updates
2023-10-20 17:14:03 +02:00
Anton Stuchinskii
34294cd67f
locking feature-gate for ready pods job status
2023-10-20 16:08:54 +02:00
Kubernetes Prow Robot
06092ecf4b
Merge pull request #120951 from kannon92/ptr-integration-test-job
...
convert pointer to ptr for sig-apps integration tests
2023-10-20 15:53:59 +02:00
Wojciech Tyczyński
b386120da2
Remove storageConfig.Paging parameter
2023-10-20 15:35:58 +02:00
Wojciech Tyczyński
106f58686d
Remove disablePaging param
2023-10-20 15:30:03 +02:00
Michal Wozniak
b0d04d933b
Introduce the job_finished_indexes_total metric
2023-10-20 15:19:04 +02:00
Patrick Ohly
6ab48d1adc
e2e storage: remove dot at end of ginkgo.It text
...
This is unusual and complicates the upcoming refactoring of test definitions.
2023-10-20 15:06:01 +02:00
Kubernetes Prow Robot
349b856505
Merge pull request #121358 from pohly/e2e-framework-ginkgowrapper-labels
...
e2e framework: allow random ordering of tags and text, fix some functions
2023-10-20 14:42:20 +02:00
Anton Stuchinskii
a913abe191
e2e test for checking ready of job status
2023-10-20 14:42:13 +02:00
Kubernetes Prow Robot
568aee16e8
Merge pull request #120731 from Nordix/sts_issue/adil
...
Fixing CurrentReplicas and CurrentRevision in completeRollingUpdate
2023-10-20 14:42:08 +02:00
Paco Xu
fb0ffb07a7
kubeadm coredns use drop ALL instead of all
2023-10-20 17:59:39 +08:00
Kubernetes Prow Robot
7b9d244efd
Merge pull request #120965 from bart0sh/PR122-DRA-unexpected-node-shutdown
...
DRA: e2e: test non-graceful node shutdown
2023-10-20 11:58:47 +02:00
Patrick Ohly
81b960efef
e2e framework: allow random ordering of tags and text, fix some functions
...
There are some tests which want to insert a tag before the main Describe text,
for example:
sigDescribe("[Feature:Windows] Cpu Resources [Serial]",
skipUnlessWindows(func() { ... })
In order to support this without change existing test names, it must be
possible to do this instead:
sigDescribe(feature.Windows, "Cpu Resources", framework.WithSerial(),
skipUnlessWindows(func() { ... })
There are similar examples for the other functions.
While at it, replace one left-over panic with ReportBug and add the missing
`NodeFeature:` prefix.
2023-10-20 11:14:57 +02:00
Kubernetes Prow Robot
04e38b2de8
Merge pull request #120827 from machine424/apiserver_storage_objects
...
storage/etcd3/metrics: add unit test for apiserver_storage_objects
2023-10-20 09:07:39 +02:00
Kubernetes Prow Robot
ef05f59448
Merge pull request #120408 from Penguin-zlh/cleanup-e2e-framework-ExpectNotEqual
...
e2e: stop using deprecated framework.ExpectNotEqual
2023-10-20 09:07:25 +02:00
Kubernetes Prow Robot
b3314270eb
Merge pull request #121376 from SataQiu/fix-kubeadm-20231020
...
kubeadm: add debug log for kubeProxyConfigFromCluster
2023-10-20 07:27:40 +02:00
Kubernetes Prow Robot
239537e74d
Merge pull request #121364 from sxd/update_grpc
...
bump golang.org/grpc to v1.56.3
2023-10-20 06:14:16 +02:00
Kubernetes Prow Robot
b32c6ff749
Merge pull request #120257 from wzshiming/promote-kep-2681-beta
...
Promote KEP-2681 to beta in 1.29
2023-10-20 06:14:05 +02:00
SataQiu
a4efb6fc13
kubeadm: add debug log for kubeProxyConfigFromCluster
2023-10-20 11:01:30 +08:00
Kensei Nakada
4f5bc7e8d7
fix based on reviews
2023-10-20 02:53:06 +00:00
penguin
82c0cbf6d8
e2e: stop using deprecated framework.ExpectNotEqual
2023-10-20 09:18:31 +08:00
Kubernetes Prow Robot
2c10d9cacb
Merge pull request #121277 from dprotaso/update-standard-protocols
...
update standard protocols to match KEP-3726
2023-10-20 03:10:43 +02:00
Kubernetes Prow Robot
7aa89084a3
Merge pull request #121240 from HirazawaUi/add-safe-sysctl
...
Add ipv4 TCP settings safe sysctls
2023-10-20 03:10:34 +02:00
Kubernetes Prow Robot
88d9573c30
Merge pull request #121103 from mimowo/dont-use-ssa-for-podgc
...
Use Patch instead of SSA for Pod Disruption condition
2023-10-20 00:08:10 +02:00
Kubernetes Prow Robot
1c18310db5
Merge pull request #121365 from bzsuni/cleanup/test/PollImmediateWithContext
...
use PollUntilContextTimeout to replace PollImmediateWithContext in test
2023-10-19 22:53:43 +02:00
Kubernetes Prow Robot
31c679f65c
Merge pull request #120757 from alexzielenski/apiserver/openapi/invalid-default
...
Update `kube-openapi` to Remove invalid defaults from fields with custom marshalling
2023-10-19 22:53:32 +02:00
Dr. Stefan Schimanski
eb3a11ea14
registry/core: wire NotFound getter instead of nil
...
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
2023-10-19 22:34:48 +02:00
Kubernetes Prow Robot
baea2df9d6
Merge pull request #121360 from pohly/e2e-apimachinery-feature-gate
...
e2e apimachinery: use feature gate
2023-10-19 21:27:31 +02:00
Ed Bartosh
fb9f2f5bc5
DRA: e2e: test non-graceful node shutdown
2023-10-19 22:09:11 +03:00
Michal Wozniak
32fdb55192
Use Patch instead of SSA for Pod Disruption condition
2023-10-19 21:00:19 +02:00
Jonathan Gonzalez V
a7adde53be
bump golang.org/grpc to v1.56.3
...
Bumping golang.org/grpc in light of CVE-2023-44487.
Signed-off-by: Jonathan Gonzalez V <jonathan.abdiel@gmail.com>
2023-10-19 15:20:07 -03:00
Kubernetes Prow Robot
f7cb8a5e8a
Merge pull request #121367 from liggitt/kubelet-cloud-provider
...
Undeprecated kubelet cloud-provider flag
2023-10-19 18:39:22 +02:00
Akihiro Suda
a1d2df81fb
e2e: add [Environment:NotInUserNS] tag to sysctl tests
...
The sysctl tests have to be skipped when the node components are running in UserNS,
because the tests fail due to `open /proc/sys/kernel/shm_rmid_forced: permission denied`
(as expected).
Can be verified with Rootless kind (https://kind.sigs.k8s.io/docs/user/rootless/ ):
```
dockerd-rootless-setuptool.sh install
: The following steps are added because 'kubetest2 kind --build' does not seem to build e2e.test and ginkgo
make WHAT=test/e2e/e2e.test
make ginkgo
cp -f _output/bin/{e2e.test,ginkgo} _output/dockerized/bin/linux/amd64
kubetest2 kind --build --up --down --test=ginkgo -- \
--use-built-binaries \
--focus-regex='\[NodeConformance\]' \
--skip-regex='\[Environment:NotInUserNS\]'
```
Test with the following host environment:
- kubernetes-sigs/kind@ac28d7fb19 (main)
- kubernetes-sigs/kubetest2@89f09b65e8 (master)
- Docker 24.0.6
- Ubuntu 22.04 amd64, kernel 5.15
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-10-20 01:16:18 +09:00
Jordan Liggitt
441d2b40df
Undeprecated kubelet cloud-provider flag
2023-10-19 11:32:34 -04:00
Kubernetes Prow Robot
145b84b0b1
Merge pull request #121359 from pohly/e2e-features
...
e2e: add more feature definitions
2023-10-19 17:03:53 +02:00
bzsuni
4a87ee2699
use PollUntilContextCancel to replace PollImmediateUntilWithContext in test
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2023-10-19 23:02:54 +08:00
Ben Luddy
cf836309dc
Add validation for --storage-media-type option.
2023-10-19 10:54:16 -04:00
bzsuni
8775d805fa
use PollUntilContextTimeout to replace PollImmediateWithContext in test
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2023-10-19 22:50:21 +08:00
Kevin Hannon
1a41ed394d
convert pointer to ptr for sig-apps integration tests
2023-10-19 10:35:38 -04:00
guangli.bao
27bb40a9d8
Remove GAed feature gates OpenAPIV3
...
Signed-off-by: guangli.bao <guangli.bao@daocloud.io>
2023-10-19 22:31:43 +08:00
Alexander Zielenski
c5e25637c6
fix typo
2023-10-19 07:28:24 -07:00
Kubernetes Prow Robot
1596bc962b
Merge pull request #121351 from bodgit/upper-case-drop-all
...
fix: Use upper case `ALL` in coredns drop capabilities
2023-10-19 15:57:33 +02:00
Kubernetes Prow Robot
1bafafe9e8
Merge pull request #121000 from jiahuif-forks/fix/validating-admission-policy/variables-omitempty
...
ValidatingAdmissionPolicySpec: set Variables as omitempty.
2023-10-19 15:57:22 +02:00