Nilekh Chaudhari
d3de47ceee
chore: updates api doc
...
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
2023-10-30 18:43:30 +00:00
Sean Sullivan
2eb06e79ef
OpenAPIResourcesGetter allows lazy-loading OpenAPI V2
2023-10-30 11:00:46 -07:00
Kubernetes Prow Robot
b84e4a1333
Merge pull request #121608 from carlory/cleanup-003
...
fix wrong controller name for ephemeralController
2023-10-30 18:49:12 +01:00
Kubernetes Prow Robot
4e45e1d625
Merge pull request #121460 from jiahuif-forks/feature/crd-validation-expressions/existing-expressions-cost-exempt
...
CRD Validation Rule: skip individual cost limit check for expressions of untouched versions.
2023-10-30 18:49:03 +01:00
Kubernetes Prow Robot
ef9587c4f8
Merge pull request #116565 from seans3/lazy-load-openapi
...
OpenAPIResourcesGetter allows lazy-loading OpenAPI V2
2023-10-30 18:48:49 +01:00
Alexey Fomenko
080fe8346d
Fix typos in interface comments
2023-10-30 19:12:34 +02:00
Kubernetes Prow Robot
c7a7cb8e17
Merge pull request #121531 from saschagrunert/e2e-node-imageid
...
Make e2e node image ID test more flexible
2023-10-30 17:40:16 +01:00
Nilekh Chaudhari
e95b7c6d8b
feat: updates encryption config file watch logic to polling
...
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
fix (#2 )
Signed-off-by: Monis Khan <mok@microsoft.com>
2023-10-30 16:20:39 +00:00
Kubernetes Prow Robot
65d27c296e
Merge pull request #121612 from liggitt/kms-feature-gate
...
Mirror apiserver feature gates to kube feature gates file for consistent enablement
2023-10-30 16:28:07 +01:00
Davanum Srinivas
6d59480a70
Try a single gcloud command for scp-ing all files
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-10-30 11:26:30 -04:00
Lukasz Szaszkiewicz
bbca4a4b9a
cacher: when forgeting a watcher, call stopWatcherLocked multiple times
...
It's possible that the watcher is already not in the structure (e.g. in case of
simultaneous Stop() and terminateAllWatchers(), but it is safe to call stopLocked()
on a watcher multiple times.
2023-10-30 16:22:50 +01:00
HirazawaUi
f78b367db6
Make the decode function respect the timeout context
2023-10-30 22:27:28 +08:00
Jordan Liggitt
79c5b3ca6f
Mirror apiserver feature gates to kube feature gates file for consistent enablement
2023-10-30 10:22:37 -04:00
Andrea Tosatto
ccda2d6fd4
kube-controller-manager: Decouple TaintManager from NodeLifeCycleController (KEP-3902)
2023-10-30 12:23:56 +00:00
Abu Kashem
233bc2449d
apiserver: fix apf enablement with runtime-config
2023-10-30 08:18:41 -04:00
Abu Kashem
acd6089659
apiserver: remove prerelease annotation for flowcontrol v1
2023-10-30 08:18:41 -04:00
Abu Kashem
25447b95ad
apiserver: add testdata for flowcontrol v1
2023-10-30 08:18:41 -04:00
Abu Kashem
730d10a8fb
apiserver: add generated files for flowcontrol api change
2023-10-30 08:18:41 -04:00
Abu Kashem
9fd2ab419a
apiserver: allow zero value for the 'nominalConcurrencyShares' field
2023-10-30 08:18:40 -04:00
Abu Kashem
430c226709
apiserver: fix lint issue, defaulting and validation test for flowcontrol v1
2023-10-30 08:18:40 -04:00
Abu Kashem
90c091deda
apiserver: add pre-lifecycle replacement for flowcontrol v1beta3
2023-10-30 08:18:40 -04:00
Abu Kashem
17bda3c3e0
apiserver: apf controller, bootstrap, tests should use flowcontrol v1 API
2023-10-30 08:18:35 -04:00
Abu Kashem
25aebca8d5
apiserver: add etcd data and storage version hash for apf v1
2023-10-30 07:48:23 -04:00
Abu Kashem
5972037ffd
apiserver: generate code for apf flowcontrol v1 API
...
run:
- hack/update-codegen.sh
- hack/update-openapi-spec.sh
2023-10-30 07:48:22 -04:00
Abu Kashem
03a9ad200d
apiserver: remove copied generated files
...
otherwsie we see the following error from code-gen
Unrecognized package: k8s.io/api/flowcontrol/v1
2023-10-30 07:48:22 -04:00
Abu Kashem
b24dd44904
apiserver: enable apf v1 API
2023-10-30 07:48:22 -04:00
Abu Kashem
5cb03064d9
apiserver: update copy, rename v1beta3 to v1
2023-10-30 07:48:22 -04:00
Abu Kashem
dc72308093
apiserver: copy apf v1beta3 to v1
2023-10-30 07:48:21 -04:00
Lubomir I. Ivanov
05076de57f
kubeadm: poll additional CRB create calls for kubeadm:cluster-admins
...
Poll CRB create calls for kubeadm:cluster-admins when using the
super-admin.conf credential. The prior create call that uses the
credential admin.conf was already polled. Polling this subsequent
call seems advisable to ensure that momentary errors in between
cannot trip EnsureAdminClusterRoleBindingImpl().
2023-10-30 12:51:13 +02:00
carlory
5a20ff1617
fix wrong controller name for ephemeralController
2023-10-30 18:45:13 +08:00
Kubernetes Prow Robot
38ed3ef7b7
Merge pull request #118886 from benluddy/apf-option-disable
...
KEP-1040: Deep disablement for APF based on --enable-priority-and-fairness.
2023-10-30 09:38:59 +01:00
Kubernetes Prow Robot
2aba770df8
Merge pull request #121429 from wzshiming/fix/flake-e2e
...
Fix e2e for PodHostIPs
2023-10-30 08:23:14 +01:00
Kubernetes Prow Robot
cdaf4f886f
Merge pull request #121597 from dims/pass-through-static-overrides-in-addition-cgo-overrides
...
Pass through static overrides in addtion to cgo overrides
2023-10-30 05:50:50 +01:00
Kubernetes Prow Robot
f3560758d2
Merge pull request #114534 from ruquanzhao/skipaddons
...
kubeadm: Support skipping addons image pull
2023-10-30 04:20:44 +01:00
Davanum Srinivas
afc6c03ba7
Pass through static overrides in addtion to cgo overrides
...
This is needed for the following to work:
```
KUBE_STATIC_OVERRIDES="kubelet" make quick-release
```
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-10-29 22:07:48 -04:00
Kubernetes Prow Robot
74098ab5ad
Merge pull request #119500 from JackTroy/fix-threshold-arg
...
Add explanation for large-cluster-size-threshold arg
2023-10-30 02:50:10 +01:00
Vlad Vitan
feb0e2fc2f
Fix flaky test for services that shouldn't be available when PublishNotReadyAddresses is false
2023-10-29 17:15:06 +01:00
Shiming Zhang
3a308140cd
Fix e2e
2023-10-29 23:16:13 +08:00
HirazawaUi
2c2fa2107a
deprecate the kubeProxyVersion field of v1.Node
2023-10-29 15:04:11 +08:00
Kubernetes Prow Robot
ae2e0c00b5
Merge pull request #120450 from pawbana/auth-provider-gcp-move-fix
...
Fixed variable used for moving auth-provider-gcp binary
2023-10-29 02:59:05 +01:00
Kubernetes Prow Robot
94f7049746
Merge pull request #119129 from shiftstack/deprecate-pvlabeler
...
Document PVLabeler as deprecated
2023-10-29 02:51:53 +02:00
Kubernetes Prow Robot
e1f948f065
Merge pull request #118355 from carlory/patch-102
...
remove unused cloudprovider param from the ProbeControllerVolumePlugins func
2023-10-29 02:51:40 +02:00
Kubernetes Prow Robot
99bf6a674c
Merge pull request #121039 from josselin-c/master
...
hpa: always update status metrics when updating the replica count
2023-10-28 19:35:01 +02:00
Kubernetes Prow Robot
9482248aa9
Merge pull request #120474 from YaoC/register-apiserver-handlers-metrics
...
Register metrics for apiserver handlers
2023-10-28 19:34:52 +02:00
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