Abhishek Kr Srivastav
81bf3a59d1
Added mutex locks when accessing file object : addressed review comments
2023-10-28 17:32:13 +05:30
Kubernetes Prow Robot
e0a623d191
Merge pull request #121538 from mimowo/job-e2e-short-termination-time
...
Improve execution time of job e2e tests
2023-10-28 11:28:52 +02:00
Kubernetes Prow Robot
1c8f88d4b6
Merge pull request #118760 from saschagrunert/user-namespaces-pss
...
KEP-127: Update PSS based on feature gate
2023-10-28 09:48:54 +02:00
Kubernetes Prow Robot
57c7b666c4
Merge pull request #118705 from pacoxu/hostnet-sysctl-rejects
...
forbid sysctls for pod sharing the respective namespaces with the host
2023-10-28 09:48:44 +02:00
AxeZhan
070e7a38cb
generic set
2023-10-28 15:31:28 +08:00
Kubernetes Prow Robot
b8693aafdf
Merge pull request #120104 from togettoyou/cleanup_endpoints
...
cleanup: Refactor BaseEndpointInfo to cache IP and Port values
2023-10-28 06:18:26 +02:00
Paco Xu
36d6917ae1
valid error for creation and update from valid to invalid only
...
- using an option AllowNamespacedSysctlsForHostNetAndHostIPC
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2023-10-28 06:58:54 +08:00
Paco Xu
9a8ccdebc5
use sysctl utils to do pod spec validation
...
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2023-10-28 06:58:51 +08:00
Paco Xu
11de9543ee
move sysctl namespace and some funcs to component helpers util
...
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2023-10-28 06:58:28 +08:00
Paco Xu
4321652d13
reject pod creation for hostNet pod with net sysctl; hostIPC pod with ipc sysctl
...
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
2023-10-28 06:58:28 +08:00
Kubernetes Prow Robot
1aef58b72a
Merge pull request #121462 from alexzielenski/apiserver/apiextensions/ratcheting-metrics-actually
...
KEP-4008: CRDValidationRatcheting Metrics
2023-10-28 00:54:00 +02:00
Kubernetes Prow Robot
7310ea0628
Merge pull request #121405 from alexzielenski/apiserver/apiextensions/ratcheting-benchmarks
...
KEP-4008: CRDValidationRatcheting: Add Benchmarks
2023-10-28 00:53:46 +02:00
Kubernetes Prow Robot
956b5adc64
Merge pull request #121567 from mzaian/etcd-3510-image
...
etcd: Build image 3.5.10
2023-10-27 23:41:55 +02:00
Kubernetes Prow Robot
6a4f08e7e6
Merge pull request #120627 from RomanBednar/pv-phase-transition-time-beta
...
graduate PersistentVolumeLastPhaseTransitionTime to beta in v1.29
2023-10-27 23:41:46 +02:00
Kubernetes Prow Robot
848de697d8
Merge pull request #115711 from sourcelliu/improve
...
Improve lock performance
2023-10-27 23:41:32 +02:00
Sean Sullivan
6614a29f47
OpenAPIResourcesGetter allows lazy-loading OpenAPI V2
2023-10-27 14:40:14 -07:00
Cici Huang
04b21126e5
Add cel new validator into Kubernetes.
2023-10-27 20:08:52 +00:00
Daman Arora
9ae77364e9
pkg/proxy: configure tcp-be-liberal
...
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2023-10-28 01:11:24 +05:30
Daman Arora
a375aa28ee
pkg/proxy: move get kernel version out of ipvs proxier
...
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2023-10-28 00:54:34 +05:30
Kubernetes Prow Robot
095786913d
Merge pull request #121571 from sanposhiho/default-etr
...
narrow down the scope of EnqueueExtensions to subscribe less cluster events
2023-10-27 21:18:28 +02:00
Kubernetes Prow Robot
ee474e6ec5
Merge pull request #120371 from atiratree/encapsulate-kcm-controllers
...
Encapsulate KCM controllers with their metadata
2023-10-27 21:18:17 +02:00
Jiahui Feng
c1fd3f5f64
suppress per-expression cost limit for unmutated versions.
2023-10-27 12:16:45 -07:00
Alexander Zielenski
4bb7dc224c
metrics: publish metrics from ratcheting across a request
2023-10-27 10:57:34 -07:00
Michal Wozniak
e50cc47a06
Improve execution time for job e2e tests
2023-10-27 19:50:04 +02:00
Alexander Zielenski
8c72be3b74
ratcheting: add benchmark
2023-10-27 10:15:18 -07:00
Kubernetes Prow Robot
f3c13d8d8a
Merge pull request #121366 from bzsuni/cleanup/test/PollImmediateUntilWithContext
...
use PollUntilContextCancel to replace PollImmediateUntilWithContext in test
2023-10-27 19:08:14 +02:00
Kubernetes Prow Robot
fe21e4d749
Merge pull request #120682 from yt2985/cleanSA
...
LegacyServiceAccountTokenCleanUp beta
2023-10-27 19:08:05 +02:00
Junhao Zou
7a91051caa
cleanup: Refactor BaseEndpointInfo to cache IP and Port values
2023-10-28 00:09:44 +08:00
Kubernetes Prow Robot
de4aa52171
Merge pull request #121476 from pohly/golangci-lint-update
...
golangci-lint v1.55.1
2023-10-27 17:43:21 +02:00
Kubernetes Prow Robot
0a36bcd11d
Merge pull request #121346 from carlory/fix-120840
...
fix volume conformance e2e test break other test
2023-10-27 17:43:07 +02:00
huweiwen
63b3085f2a
fix ad controller populators test
...
The informer is not initialized, so no assertion performed before. Fixed this now.
Then fixed the test failure by using NewAttachDetachController to initialize adc.
2023-10-27 23:35:45 +08:00
Kensei Nakada
c7842d9c63
narrow down the scope of EnqueueExtensions to subscribe less cluster events
2023-10-27 14:14:37 +00:00
Kubernetes Prow Robot
a5ac4be4d0
Merge pull request #121549 from pohly/verify-file-sizes
...
verify-file-sizes.sh: ensure that no large binary files get added
2023-10-27 16:05:41 +02:00
Kubernetes Prow Robot
ec297aa13a
Merge pull request #121524 from carlory/gomega
...
bump gomega to 1.29.0
2023-10-27 16:05:28 +02:00
hub-Prateek
21cf23b4fa
Added extra info about default plugins in component config
2023-10-27 19:32:32 +05:30
Abhishek Kr Srivastav
0e76e2c2bb
Added mutex locks when accessing file object : lint check fix
2023-10-27 19:12:01 +05:30
Kubernetes Prow Robot
6f4ad7a413
Merge pull request #121491 from dejanzele/pod-replacement-policy-e2e
...
Switch feature flag to beta for pod replacement policy and add e2e test
2023-10-27 14:49:16 +02:00
Mohamed Omar Zaian
3f8e6d6f77
etcd: Build image 3.5.10
2023-10-27 14:02:18 +02:00
Kubernetes Prow Robot
f4f5d07f4b
Merge pull request #121557 from bart0sh/PR126-e2e-mark-CDI-test-as-NodeSpecialFeature
...
e2e_node: mark CDI test as NodeSpecialFeature
2023-10-27 13:41:01 +02:00
Kubernetes Prow Robot
1c0dbe2eef
Merge pull request #121551 from pohly/fix-klog-calls
...
sample device plugin: fix incorrect Errorf invocation
2023-10-27 13:40:47 +02:00
Gunju Kim
a73725d799
Promote SidecarContainers feature to beta
2023-10-27 20:37:25 +09:00
Filip Křepinský
1591a0e132
add unit tests for NewControllerDescriptors
...
- controller descriptors should not be feature gated
- aliases should not be defined for new controllers and have only a
canonical name
2023-10-27 13:28:02 +02:00
Filip Křepinský
44cac26667
move start controller pre- and post- checks/actions out of StartControllers
...
into StartController function
the function is reused by ServiceAccountTokenController
2023-10-27 13:28:02 +02:00
Filip Křepinský
b768967280
move aliases into each registrable controller
2023-10-27 13:28:02 +02:00
Filip Křepinský
a85779b4df
include ServiceAccountTokenController in the NewControllerDescriptors to make it more generic
...
- pass a map of controllerDescriptors instead of a function
2023-10-27 13:28:02 +02:00
Filip Křepinský
27a77e0ef3
Encapsulate KCM controllers with their metadata
...
- These metadata can be used to handle controllers in a generic way.
- This enables showing feature gated controllers in kube-controller-manager's help.
- It is possible to obtain a controllerName in the InitFunc so it can be passed down to and used by the controller.
metadata about a controller:
- name
- requiredFeatureGates
- isDisabledByDefault
- isCloudProviderController
2023-10-27 13:28:01 +02:00
Abhishek Kumar Srivastav
9ed4c58a1f
Added mutex locks when accessing file object
2023-10-27 15:39:33 +05:30
carlory
77dfd63d1d
fix volume conformance e2e test break other test
2023-10-27 17:05:52 +08:00
Sascha Grunert
77e0adeb31
KEP-127: Update PSS based on feature gate
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-10-27 10:49:11 +02:00
Kubernetes Prow Robot
fd5c406112
Merge pull request #120933 from mengjiao-liu/contextual-logging-scheduler-remaining-part
...
kube-scheduler: convert the remaining part to use contextual logging
2023-10-27 10:30:58 +02:00