Kubernetes Prow Robot
119f9b3e7c
Merge pull request #124675 from cici37/fgForCost
...
Adding a deprecating featurer gate to fix cost
2024-05-13 08:52:04 -07:00
Kubernetes Prow Robot
8ac9d94973
Merge pull request #123638 from sanposhiho/matchlabelkey-beta
...
graduate MatchLabelKeysInPodAffinity to Beta
2024-05-13 08:51:55 -07:00
Maciej Szulik
0c0bd6d0b7
Cleanup unused functions
2024-05-13 17:01:50 +02:00
Kubernetes Prow Robot
8e5b26b4c3
Merge pull request #124846 from saschagrunert/local-hostname
...
Fix assertion for host network hostname e2e test
2024-05-13 07:47:16 -07:00
Sascha Grunert
104b5a0f2c
Fix assertion for host network hostname e2e test
...
The original assumption is wrong, as the node name may not match the
hostname of the host in some circumstances.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-05-13 14:36:10 +02:00
Kubernetes Prow Robot
51ad0bbb73
Merge pull request #124795 from atiratree/fix-daemon-max-surge-flake
...
e2e: DaemonSet maxSurge test should account for terminated pods that are terminated by the test
2024-05-13 05:21:17 -07:00
Michal Wozniak
a517b4dcdf
Fix the comment for the Job managedBy field
2024-05-13 13:31:58 +02:00
Kubernetes Prow Robot
c7c4039093
Merge pull request #123151 from carlory/honor-pv-reclaim-policy-e2e
...
add e2e test for HonorPVReclaimPolicy
2024-05-13 00:51:28 -07:00
TessaIO
a84e893afa
feat: add ports autocompletion for kubectl port-forward command
...
Signed-off-by: TessaIO <ahmedgrati1999@gmail.com>
2024-05-13 08:16:45 +02:00
carlory
7582a768b7
kubeadm: remove outdate todo
2024-05-13 12:08:57 +08:00
Kubernetes Prow Robot
a07d3c49b3
Merge pull request #124835 from dims/switch-hard-error-to-a-warning-forkernel-version-check
...
Switch hard error to a WARNING for kernel version check
2024-05-12 19:31:45 -07:00
Kubernetes Prow Robot
12439834f4
Merge pull request #124828 from cpanato/update-go-main
...
[go] Bump images, dependencies and versions to go 1.22.2 and distroless iptables
2024-05-12 17:57:24 -07:00
Davanum Srinivas
fd06dcd604
Switch hard error to a WARNING for kernel version check
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-05-12 20:23:48 -04:00
cpanato
30efae7c8b
[go] Bump images, dependencies and versions to go 1.22.3 and distroless iptables
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-05-12 15:05:26 +02:00
Mangirdas Judeikis
b14936f679
move to generics for sets in kubeapiserver
2024-05-12 11:49:42 +03:00
Kubernetes Prow Robot
99a8a6fe25
Merge pull request #124823 from tenzen-y/unnecessary-string-casting
...
Scheduling: Remove unnecessary string casting
2024-05-11 09:27:01 -07:00
Kubernetes Prow Robot
fcda8cc269
Merge pull request #124822 from sanposhiho/fleanup-unnecessar
...
cleanup: eliminate unncessary NodeToStatusMap creation
2024-05-11 07:36:19 -07:00
Dan Winship
85d5b4bd4a
Skip source IP preservation checks for Proxy-type load balancers
...
To be revisited
2024-05-11 08:32:41 -04:00
Dan Winship
79394a1cbd
Don't require ICMP reject on UDP LB with no endpoints
...
Allow either drop or reject; we previously made the same change for
TCP load balancers.
2024-05-11 08:32:41 -04:00
Yuki Iwai
80c8c8aed7
Scheduling: Remove unnecessary string casting
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2024-05-11 21:25:34 +09:00
Kensei Nakada
9cd62186e8
cleanup: eliminate unncessary NodeToStatusMap creation
2024-05-11 12:14:22 +00:00
Kensei Nakada
2ea7d8f523
graduate MatchLabelKeysInPodAffinity to Beta
2024-05-11 10:40:28 +00:00
SataQiu
1329935739
kubeadm: add support for patching a corednsdeployment target
2024-05-11 18:21:20 +08:00
Kubernetes Prow Robot
925cb2be30
Merge pull request #124799 from benluddy/cbor-self-described-cbor-tag-decode-test
...
KEP-4222: Add CBOR decoder unit test that accepts tag 55799.
2024-05-10 15:43:18 -07:00
Cici Huang
d6e4115ead
Adding the feature gates to fix cost for VAP and webhook matchConditions.
2024-05-10 22:07:40 +00:00
Ben Luddy
19921cbf0d
Add CBOR decoder unit test that accepts tag 55799.
...
Tag 55799 (self-described CBOR) imparts no special semantics on the item it encloses. The CBOR
encoder always encloses its output in this tag so that the prefix 0xd9d9f7 can be used to
mechanically distinguish encoded CBOR from encoded JSON, and the decoder must be able to accept any
sequence of bytes that the encoder can produce.
2024-05-10 10:57:17 -04:00
Kubernetes Prow Robot
d8ed461ba1
Merge pull request #124612 from ah8ad3/add-clc-warning
...
Feat: warn user if etcd version is not supported for RequestWatchProgress feature.
2024-05-10 07:52:36 -07:00
Filip Křepinský
d70c3f752d
e2e: DaemonSet maxSurge test should account for terminated pods
...
that are terminated by the test
2024-05-10 16:11:41 +02:00
Kubernetes Prow Robot
f75d8e97f1
Merge pull request #124624 from atiratree/fix-flake
...
[test] statefulset controller: fix requests tracker concurrency
2024-05-10 06:49:00 -07:00
Kubernetes Prow Robot
71d4e4bede
Merge pull request #124362 from carlory/clean-e2efeature-labels
...
remove ScopeSelectors e2e feature label
2024-05-10 06:48:46 -07:00
ah8ad3
9f8273a5c5
Feat: warn user if etcd version is not supported for RequestWatchProgress
2024-05-10 15:26:42 +03:30
Kubernetes Prow Robot
b2b6734218
Merge pull request #124789 from carlory/clean-pkg-cloudprovider
...
remove pkg/cloudprovider
2024-05-10 04:28:40 -07:00
carlory
9c92b37d4e
remove clusterName from VolumeOptions
2024-05-10 16:42:31 +08:00
carlory
ab0205bb33
remove pkg/cloudprovider
2024-05-10 15:44:58 +08:00
carlory
6795820cfa
remove the support for in-tree volume plugin cephfs
2024-05-10 15:00:26 +08:00
Kubernetes Prow Robot
9d87fa215d
Merge pull request #124735 from AxeZhan/evaluatedNodes
...
Change EvaluatedNodes to count Nodes that reach Filter phase only
2024-05-09 22:43:22 -07:00
AxeZhan
bcf1c55837
evaluated nodes only consider filter stage
2024-05-10 12:40:12 +08:00
Kubernetes Prow Robot
df074ed002
Merge pull request #124546 from carlory/remove-rbd
...
CephRBD volume plugin and its csi migration support are removed
2024-05-09 20:50:12 -07:00
Kubernetes Prow Robot
db82fd1604
Merge pull request #124618 from gabesaba/gated_performance
...
Filter gated pods before calling isPodWorthRequeueing
2024-05-09 11:33:23 -07:00
Kubernetes Prow Robot
5cb71ec2e4
Merge pull request #123620 from benluddy/json-frame-reader-underlying-array-reuse
...
Remove shared ref to underlying array of JSONFrameReader's Read arg.
2024-05-09 11:33:09 -07:00
Kubernetes Prow Robot
3d24b962be
Merge pull request #124505 from jsafrane/clean-pvlabeler
...
Remove PersistentVolumeLabel admission plugin
2024-05-09 08:52:48 -07:00
Kubernetes Prow Robot
dfcb44758a
Merge pull request #122176 from slashpai/disable_http2_flag
...
Expose DisableHTTP2 flag in SecureServingOptions
2024-05-09 08:52:39 -07:00
carlory
c8e91b9bc2
CephRBD volume plugin ( ) and its csi migration support were removed in this release
2024-05-09 22:55:34 +08:00
Gabe
558945958e
refactor integ test
2024-05-09 14:02:37 +00:00
Ben Luddy
10f7a166dd
Remove shared ref to underlying array of JSONFrameReader's Read arg.
...
When JSONFrameReader read a JSON object longer than the length of the destination slice, but not
larger than the capacity of the destination slice, it would retain a reference to a slice sharing
the same underlying array as the destination slice. If the underlying array is modified between
calls to Read, corrupt frame data could be returned.
This is also called out in the io.Reader contract: "Implementations must not retain p."
2024-05-09 09:33:12 -04:00
Kubernetes Prow Robot
57b406a18a
Merge pull request #124767 from carlory/remove-staging-legacy-cloud-providers
...
remove legacycloudproviders from staging
2024-05-09 04:34:26 -07:00
Kubernetes Prow Robot
35f85bbb3f
Merge pull request #124717 from carlory/revert-kubelet-volumeplugins
...
Revert kubelet volume plugin files
2024-05-09 04:34:17 -07:00
liyuerich
f55588fa0b
e2e_storage:stop using deprecated framework.ExpectError
...
Signed-off-by: liyuerich <yue.li@daocloud.io>
2024-05-09 18:10:33 +08:00
Jan Safranek
e7a6ed2e3d
Remove PersistentVolumeLabel admission plugin
...
Remove useless admission plugin.
* It has been deprecated for years.
* All in-tree cloud providers were removed, so the admission plugin does not have
any way to get PV labels.
* There is a replacement in https://github.com/kubernetes-sigs/cloud-pv-admission-labeler
2024-05-09 11:10:14 +02:00
Kubernetes Prow Robot
d36b267023
Merge pull request #124660 from danwinship/feature-loadbalancer
...
Fix LoadBalancer tests to be provider-agnostic
2024-05-09 01:23:11 -07:00