Commit Graph

123315 Commits

Author SHA1 Message Date
Alexander Zielenski
8d45bbea2b add prerelease lifecycle tags to GA types
Estimated based upon the milestone of the commit that added the original struct header. If the commit wasn't in a milestone used the deprecation of the prior beta api. If that wasn't available inferred the next available release from the date the commit was merged.
2024-05-23 10:42:49 -07:00
Kubernetes Prow Robot
5a121aad53
Merge pull request #125067 from neolit123/1.31-add-v-to-windows-pause
build/pause: add -v flag to the Windows pause binary. Add 3.10 changelog entry.
2024-05-23 08:16:05 -07:00
Kubernetes Prow Robot
ef39aa896a
Merge pull request #124948 from SataQiu/clean-20240519
kube-controller-manager: remove the deprecated horizontal-pod-autoscaler-upscale-delay and horizontal-pod-autoscaler-downscale-delay flags
2024-05-23 08:15:56 -07:00
Lukasz Szaszkiewicz
8c0c1f7201 client-go/rest: add TestWatchListWhenFeatureGateDisabled unit test 2024-05-23 16:38:52 +02:00
Lukasz Szaszkiewicz
3d97808b95 client-go/features/testing: intro SetFeatureGatesDuringTest 2024-05-23 16:38:52 +02:00
carlory
ba7b3bcbb6 Add carlory (myself) in kubeadm reviewers 2024-05-23 22:07:57 +08:00
Kubernetes Prow Robot
8339711e1f
Merge pull request #124779 from cici37/updateEnv
Update CEL default compatibility environment version  to 1.30
2024-05-23 07:02:10 -07:00
Kubernetes Prow Robot
b42bb8fa58
Merge pull request #124060 from iholder101/swap/tmpfs-noswap
[KEP-2400] Mount tmpfs memory-backed volumes with a noswap option if supported
2024-05-23 07:02:03 -07:00
Lubomir I. Ivanov
7871949990 build/pause: add -v flag to the Windows pause binary
Make the Windows pause.exe have the same -v flag as the Linux
pause binary.

_stricmp is documented here:
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/strcmp-wcscmp-mbscmp?view=msvc-170

The VERSION definition is passed on compile time for both OSes
in the Makefile via CFLAGS:

  $(TRIPLE)-gcc $(CFLAGS) -o $@ $^ && \

Add 3.10 version entry in the changelog.
2024-05-23 16:09:17 +03:00
Gunju Kim
65b9e560ce
e2e: Increase preStop hook delay to deflake the test
This delays the preStop hook to allow sufficient time for the readiness
probe to be executed.
2024-05-23 21:31:02 +09:00
Azimjon Pulatov
90c0875941 Bump konnectivity-client to v0.30.3 2024-05-23 10:31:11 +00:00
Kubernetes Prow Robot
c9a1a0a3b8
Merge pull request #125072 from brianpursley/create-fix-validation
Fix validation of -f or -k flag in kubectl create command to be consistent with other commands
2024-05-22 22:34:27 -07:00
carlory
3812fa1d6d Fix kubelet on Windows fails if a pod has SecurityContext with RunAsUser.
Co-authored-by: rphillips <rphillips@redhat.com>
2024-05-23 12:44:51 +08:00
Kubernetes Prow Robot
073ce0e34b
Merge pull request #125076 from dims/missing-version-file-in-release-tarballs
Add missing "version" file in release tarballs
2024-05-22 19:40:59 -07:00
Kubernetes Prow Robot
25b3912c0d
Merge pull request #124997 from neolit123/1.31-deprecate-rootless-cp-fg
kubeadm: deprecate the RootlessControlPlane feature gate
2024-05-22 19:40:50 -07:00
Kubernetes Prow Robot
c9cfc74fd5
Merge pull request #124775 from benluddy/cbor-unstructuredlist
KEP-4222: Decode CBOR to UnstructuredList as UnstructuredJSONScheme does.
2024-05-22 19:40:41 -07:00
Jeffrey Ying
4506f0542a
Add gitignore to sample-controller 2024-05-23 11:22:53 +09:00
Kubernetes Prow Robot
df35f179ba
Merge pull request #125077 from eddiezane/ez/fix-test-simple-pod
Reduce file descriptors created in test
2024-05-22 17:49:27 -07:00
Kubernetes Prow Robot
ea06d605f7
Merge pull request #125071 from BenTheElder/ag-pause
kubectl logs test: use agnhost pause instaed of fixed duration sleep
2024-05-22 17:49:18 -07:00
Kubernetes Prow Robot
ff829fe036
Merge pull request #125073 from brianpursley/cli-runtime-owners
Update cli-runtime OWNERS file to use sig-cli-maintainers/sig-cli-reviewers
2024-05-22 16:46:45 -07:00
Kubernetes Prow Robot
06ba3d8ab6
Merge pull request #125068 from benluddy/cbor-decode-to-any
KEP-4222: Add unit tests for decoding CBOR into interface{} type
2024-05-22 15:43:50 -07:00
Kubernetes Prow Robot
dad8fe71f2
Merge pull request #124220 from HirazawaUi/fix-pod-restarted
[kubelet]: fixed container restart due to pod spec field changes
2024-05-22 15:43:36 -07:00
Eddie Zaneski
49f85ca854
Reduce file descriptors created in test
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2024-05-22 16:35:37 -06:00
Davanum Srinivas
4898651297
missing "version" file in release tarballs
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-05-22 17:52:45 -04:00
Kubernetes Prow Robot
5cdab888bb
Merge pull request #125027 from haircommander/e2e-swap-v1
e2e_node: skip swap tests on cgroupv1
2024-05-22 13:09:42 -07:00
Brian Pursley
667ff6c333 Update cli-runtime OWNERS file to use sig-cli-maintainers/sig-cli-reviewers 2024-05-22 15:57:37 -04:00
Benjamin Elder
12cbad2110 kubectl logs test: use agnhost pause instaed of fixed duration sleep 2024-05-22 12:40:56 -07:00
Brian Pursley
4fddd6a3cd Fix inconsistent validation of -f or -k flag in kubectl create command 2024-05-22 15:36:28 -04:00
Suriyan S
3a097f224a
Add unit tests for decoding CBOR into interface{} type
Co-authored-by: Ben Luddy <bluddy@redhat.com>
2024-05-22 14:43:10 -04:00
Kubernetes Prow Robot
84a7f1ea15
Merge pull request #125049 from srivastav-abhishek/flake-fix-logs-test
fixed flaky test TestLog/stateful_set_logs_with_all_pods by splitting expected output string
2024-05-22 09:11:30 -07:00
TommyStarK
c0ed4972ac
kubelet: remove deprecated otel NewNoopTracerProvider
Signed-off-by: TommyStarK <thomasmilox@gmail.com>
2024-05-22 17:38:20 +02:00
Abhishek Kr Srivastav
5de6f7cf61 fixed flaky test by splitting expected output string
addressed review comments
2024-05-22 20:39:44 +05:30
Kubernetes Prow Robot
74d578485d
Merge pull request #123910 from MarSik/fix-printer-leap-y
Fix printers tests - remove dependency on leap years
2024-05-22 07:51:29 -07:00
Bridget Kromhout
0c464b1ac5
SIG Cloud Provider update
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2024-05-22 08:58:27 -05:00
Daman Arora
2e669de458 test/e2e/network: test for localhost nodeport metric update
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-05-22 17:52:40 +05:30
Kubernetes Prow Robot
68091805a5
Merge pull request #124785 from kerthcet/cleanup/deprecate-wait-pull
Avoid to use deprecated wait.Poll in scheduler tests
2024-05-22 01:17:30 -07:00
HirazawaUi
3ec13c5e37 remove HashWithoutResources field 2024-05-22 10:01:31 +08:00
HirazawaUi
f6b650430a fixed container restart due to field changes 2024-05-22 09:55:46 +08:00
Kubernetes Prow Robot
5732a8bbb4
Merge pull request #125035 from BenTheElder/docker-containerd
log-dump.sh: dump containerd by default, not docker
2024-05-21 18:15:42 -07:00
Kubernetes Prow Robot
cabdf39e26
Merge pull request #125037 from eddiezane/ez/fix-logs-flake
[Flake] Fix test in kubectl logs all pods
2024-05-21 17:09:29 -07:00
Eddie Zaneski
411e0094ac
Prevent pods from completing before test runs
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2024-05-21 16:49:34 -06:00
Kubernetes Prow Robot
790d65b28d
Merge pull request #125006 from matthyx/fixoom
increase memory limit for e2e test containers
2024-05-21 15:48:15 -07:00
Benjamin Elder
fa3270607d log-dump.sh: dump containerd by default, not docker 2024-05-21 14:15:57 -07:00
Alexander Zielenski
99c4af2053 enforce that GA apis also have lifecycle tags 2024-05-21 13:27:01 -07:00
Kubernetes Prow Robot
51e8b5cb80
Merge pull request #125019 from wojtek-t/reduced_contention
Reduce critical section for watchcache.lock
2024-05-21 12:24:56 -07:00
Kubernetes Prow Robot
0f584a9b86
Merge pull request #124933 from AxeZhan/fix_panic
[Scheduler] Use allNodes when calculating nextStartNodeIndex
2024-05-21 10:29:35 -07:00
Daman Arora
9b9a3d780e test/e2e: add kube-proxy metrics grabber
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-05-21 22:41:23 +05:30
Peter Hunt
ba80f252bf e2e_node: skip swap tests on cgroupv1
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2024-05-21 11:39:46 -04:00
Daman Arora
bc8b90b07d pkg/proxy: track localhost nodeport accepted packets
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-05-21 20:09:54 +05:30
Daman Arora
985d64cdbe add ct_state_invalid_dropped_pkts nfacct counter to unit tests
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-05-21 20:09:47 +05:30