Jefftree
bbef156ef5
update 129
2024-02-23 23:53:54 -05:00
Jefftree
b3216214f9
Fix sample-apiserver rbac for v1.27 and bump e2e
2024-02-23 23:53:54 -05:00
Kubernetes Prow Robot
781da75951
Merge pull request #123476 from Jefftree/1292-sample-apiserver
...
release v1.29.2 for sampleapiserver
2024-02-23 17:41:54 -08:00
Davanum Srinivas
e2ff63103d
fix for persistent Horizontal pod autoscaling failures
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-02-23 20:07:31 -05:00
Jefftree
148757903a
release v1.29.2 for sampleapiserver
2024-02-23 19:40:27 -05:00
Alexander Zielenski
247233f7b4
bugfix: modifying argument causes wrong fieldpath
2024-02-23 15:49:31 -08:00
Kubernetes Prow Robot
fc7325fbec
Merge pull request #123469 from harshanarayana/hfx/fix/kubelet-log-rotate-race
...
kubelet: fix flaky unit test with TestRotateLogs due to improper handling of goroutine in the tests
2024-02-23 04:04:26 -08:00
Harsha Narayana
e2506906d6
kubelet: fix flaky unit test with TestRotateLogs due to improper handling of goroutine in the tests
2024-02-23 16:28:35 +05:30
Kubernetes Prow Robot
a54d84d17f
Merge pull request #123138 from carlory/remove-ExpectNotEqual
...
remove deprecated framework.ExpectNotEqual
2024-02-23 02:57:09 -08:00
Kubernetes Prow Robot
1b07df8845
Merge pull request #123464 from SataQiu/remove-bridge-nf-call-iptables-check
...
kubeadm: remove bridge-nf-call-iptables and bridge-nf-call-ip6tables preflight checks since not all the network implementations require this setting
2024-02-23 00:49:17 -08:00
SataQiu
75238e592d
kubeadm: remove bridge-nf-call-iptables and bridge-nf-call-ip6tables preflight checks since not all the network implementations require this setting
2024-02-23 15:37:42 +08:00
Kubernetes Prow Robot
003f4c5de4
Merge pull request #123460 from liggitt/drain-proxy-output
...
Fix kubectl proxy e2e test
2024-02-22 21:49:53 -08:00
Jordan Liggitt
e1ac3e1de7
Fix kubectl proxy e2e test
2024-02-22 23:50:23 -05:00
Kubernetes Prow Robot
a823a842ec
Merge pull request #123438 from yankay/golangci-lint-update
...
hack/tools: update to golangci-lint v1.56.2 and Go v1.21
2024-02-22 17:57:23 -08:00
Kubernetes Prow Robot
5d39bc5680
Merge pull request #122977 from Jefftree/add-e2e-agg-discovery
...
e2e for aggregated discovery
2024-02-22 16:09:59 -08:00
Jefftree
52dd603055
initial e2e for aggregated discovery
2024-02-22 22:33:19 +00:00
Kubernetes Prow Robot
9fa043e769
Merge pull request #123181 from tenzen-y/job-avoid-casts-due-to-old-sets
...
Job: Use generic sets to avoid unnecessary string casts in valiations
2024-02-22 13:03:10 -08:00
Kubernetes Prow Robot
88c581833b
Merge pull request #123081 from tenzen-y/job-stop-no-need-type-casting
...
Job: Stop unnecessary string casts in validations
2024-02-22 13:03:01 -08:00
Kubernetes Prow Robot
31a482a149
Merge pull request #120344 from rohitssingh/disable_force_detach
...
Add a flag to disable force detach behavior in kube-controller-manager
2024-02-22 13:02:38 -08:00
Kubernetes Prow Robot
446afd90b2
Merge pull request #123427 from alexzielenski/apiserver/policy/matching-refactor
...
ValidatingAdmissionPolicy: Factor out matching and params logic for reuse with MutatingAdmissionPolicy
2024-02-22 10:51:18 -08:00
Rohit Singh
13dddca6a2
Add "disable-force-detach-on-timeout" flag to kube-controller-manager
2024-02-22 18:31:52 +00:00
Alexander Zielenski
4760e0cc44
refactor: use shared CollectParams from VAP
2024-02-22 09:47:18 -08:00
Alexander Zielenski
64cd09f720
refactor: use match from generic pkg in vap
...
It is same exact code, but uses accessors now
2024-02-22 09:47:18 -08:00
Alexander Zielenski
96c418a7b7
add generic policy dispatcher
...
similar to the generic policy source, applies common match logic
for code sharing with validating/mutating
2024-02-22 09:47:18 -08:00
Kubernetes Prow Robot
58bbf69913
Merge pull request #123442 from jsafrane/reconstruction-ga
...
KEP 3756: Mark NewVolumeManagerReconstruction as GA
2024-02-22 08:14:55 -08:00
Kubernetes Prow Robot
ef19539cdc
Merge pull request #123416 from pacoxu/fix-flaky-ut
...
fix flaky ut in TestCause contexthelper_test
2024-02-22 07:13:34 -08:00
Kubernetes Prow Robot
cbfebf02e8
Merge pull request #121720 from aojea/first_pod_network_startup
...
kubelet: add internal metric for the first pod with network latency
2024-02-22 07:13:25 -08:00
Kubernetes Prow Robot
0863144a1d
Merge pull request #123423 from dims/fix-nfs-related-issues-on-gcp-ubuntu
...
Fix NFS related issues on GCP/Ubuntu
2024-02-22 06:13:04 -08:00
Kubernetes Prow Robot
786510947b
Merge pull request #123406 from SataQiu/fix-20240221
...
kubeadm: fix the invalid cross-device link bug during upgrade
2024-02-22 06:12:58 -08:00
Kubernetes Prow Robot
af595ef284
Merge pull request #122825 from pohly/e2e-deadcode-removal-providers
...
e2e: remove dead code for providers
2024-02-22 04:42:49 -08:00
Jan Safranek
2e92036576
Rename "new" reconstruction just to reconstruction
...
There is no "old" reconstruction, so remove "_new" from the file names and
function names.
2024-02-22 13:20:38 +01:00
Patrick Ohly
e9193b4f33
e2e: remove dead code for providers
...
The dead code was found with:
deadcode -test -filter=k8s.io/kubernetes/test/e2e/framework/... ./test/e2e ./test/e2e_node ./test/e2e_node ./test/e2e_kubeadm
See https://go.dev/blog/deadcode for an introduction.
This removes everything that was reported as dead code for
test/e2e/framework/providers.
2024-02-22 12:42:17 +01:00
Ricardo Katz
d816ab7657
Promote LoadBalancerIPMode to Beta
2024-02-22 08:35:12 -03:00
Patrick Ohly
4cb4228522
ktesting: improve unit test coverage
...
In particular ExpectNoError needed testing, as it was unused so far and not
functional in its initial implementation.
2024-02-22 12:04:42 +01:00
Patrick Ohly
4ffa628ead
ktesting: add missing methods to error context
...
Expect and ExpectNoError were not implemented and thus unintentionally
inherited from the base TContext.
2024-02-22 11:43:54 +01:00
Patrick Ohly
dc6abc3ff8
ktesting: add Underlier type alias
...
This may help avoid importing both this ktesting and klog's ktesting.
2024-02-22 11:42:48 +01:00
Patrick Ohly
fe10bfb044
ktesting: fix ExpectNoError
...
The error wasn't actually being checked and generating the description was
broken.
2024-02-22 11:41:51 +01:00
Jan Safranek
2a2542289f
Remove usage of NewVolumeManagerReconstruction feature gate
...
This removes lot of code related to "old" VolumeManage reconstruction.
2024-02-22 10:21:13 +01:00
Kubernetes Prow Robot
ec58e1f2fc
Merge pull request #123372 from carlory/fix-kubeadm-494
...
kubeadm certs check-expiration support json/yaml output
2024-02-22 01:07:52 -08:00
Jan Safranek
513c2a3690
Mark NewVolumeManagerReconstruction GA
2024-02-22 10:06:04 +01:00
Kay Yan
78c9610235
hack/tools: update to golangci-lint v1.56.2 + golang v1.21
...
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
2024-02-22 07:03:10 +00:00
carlory
0c4df64092
fix api
2024-02-22 10:39:30 +08:00
Davanum Srinivas
aaa9b6ebd7
Fix NFS related issues on GCP/Ubuntu
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-02-21 21:36:54 -05:00
SataQiu
f3cb5059a7
kubeadm: fix a bug during kubeadm upgrade, where it is not possible to mount a new device and create a symbolic link for /etc/kubernetes (or a sub-directory) so that kubeadm stores its information on the mounted device
2024-02-22 09:42:57 +08:00
Cici Huang
9bc5257c45
[KEP-3962]Add feature gate for MAP ( #123425 )
...
* Add feature gate for MAP
* sort feature gates.
---------
Co-authored-by: Jiahui Feng <jhf@google.com>
2024-02-21 17:00:13 -08:00
Alexander Zielenski
11ed3032c0
test: infer gvk of objects
...
avoids relying on the GVK to be written to the object
2024-02-21 15:07:34 -08:00
Alexander Zielenski
acf1d850c6
refactor: handle paramKind directly
...
remove hacks that might conceal errors
2024-02-21 15:07:34 -08:00
Kubernetes Prow Robot
3ae6c051a0
Merge pull request #123223 from mmerkes/labels
...
Add AdditionalLabels to cloudprovider.InstanceMetadata
2024-02-21 14:41:50 -08:00
Kubernetes Prow Robot
948c5d9b4f
Merge pull request #122780 from pacoxu/fix-mirror-pod-log
...
kubelet: make log more clearer for not create a mirror pod
2024-02-21 13:08:19 -08:00
Kubernetes Prow Robot
3d3d705a6d
Merge pull request #122883 from Jefftree/agg-discovery-block-stale
...
Aggregated Discovery, mark APIServices stale before initial health check
2024-02-21 12:02:41 -08:00