Kubernetes Prow Robot
0f3ac85d32
Merge pull request #113681 from andrewsykim/fix-node-address-validation
...
fix node address validation
2022-11-07 11:21:00 -08:00
Kubernetes Prow Robot
3d5725d9c0
Merge pull request #113649 from andrewsykim/apiserver-identity-hash
...
apiserver identity : use SHA256 hash in lease names
2022-11-07 11:20:49 -08:00
Kubernetes Prow Robot
b1dd1cd2f1
Merge pull request #113529 from enj/enj/i/kms_single_healthz
...
kms: add wiring to support automatic encryption config reload
2022-11-07 11:20:42 -08:00
Kubernetes Prow Robot
8c3777aa63
Merge pull request #112877 from ConnorJC3/format-options
...
Add ability to pass format options in mount-utils
2022-11-07 11:20:30 -08:00
Kubernetes Prow Robot
9349688d40
Merge pull request #112223 from astraw99/fix-ownerRef-validate
...
Fix ownerRef controller validate err msg
2022-11-07 11:20:18 -08:00
Kubernetes Prow Robot
f8750e2faf
Merge pull request #113666 from wojtek-t/storage_standard_test_naming
...
Standardize naming in generic storage tests
2022-11-07 09:18:40 -08:00
Kubernetes Prow Robot
73f6b96f0a
Merge pull request #113615 from kerthcet/feat/add-benchmark-tests
...
Add nodeInclusionPolicy benchmark tests to scheduler_perf
2022-11-07 09:18:28 -08:00
Kubernetes Prow Robot
7cd98dec08
Merge pull request #113160 from andyzhangx/azurefile-migration-ga
...
make Azure File CSI migration as GA in 1.26
2022-11-07 09:18:16 -08:00
Monis Khan
22e540bc48
kms: add wiring to support automatic encryption config reload
...
This change adds a flag --encryption-provider-config-automatic-reload
which will be used to drive automatic reloading of the encryption
config at runtime. While this flag is set to true, or when KMS v2
plugins are used without KMS v1 plugins, the /healthz endpoints
associated with said plugins are collapsed into a single endpoint at
/healthz/kms-providers - in this state, it is not possible to
configure exclusions for specific KMS providers while including the
remaining ones - ex: using /readyz?exclude=kms-provider-1 to exclude
a particular KMS is not possible. This single healthz check handles
checking all configured KMS providers. When reloading is enabled
but no KMS providers are configured, it is a no-op.
k8s.io/apiserver does not support dynamic addition and removal of
healthz checks at runtime. Reloading will instead have a single
static healthz check and swap the underlying implementation at
runtime when a config change occurs.
Signed-off-by: Monis Khan <mok@microsoft.com>
2022-11-07 12:03:18 -05:00
Andrew Sy Kim
5b3a9e2d75
apiserver identity : use SHA256 hash in lease names
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-07 12:02:57 -05:00
Kubernetes Prow Robot
b4156ea47b
Merge pull request #113648 from SataQiu/improve-supported-media-type-20221105
...
kube-apiserver: print supported media types on failure to find a serializer
2022-11-07 08:06:53 -08:00
Kubernetes Prow Robot
ac95e5b701
Merge pull request #113510 from alculquicondor/finalizers-stable
...
Graduate JobTrackingWithFinalizers to stable
2022-11-07 08:06:41 -08:00
Kubernetes Prow Robot
240f6651e1
Merge pull request #113503 from kerthcet/cleanup/use-string-like-type
...
Refactor scheduler_perf_test codes
2022-11-07 08:06:29 -08:00
Kubernetes Prow Robot
f33209a6ed
Merge pull request #111545 from jlsong01/rewrite_signature_of_StartEventWatcher
...
rewrite signature of function StartEventWatcher
2022-11-07 08:06:18 -08:00
Andrew Sy Kim
2aee9b26f7
fix node address validation
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-07 10:22:44 -05:00
Kubernetes Prow Robot
62e9df085a
Merge pull request #113661 from nckturner/fix-server-diagram
...
Fix formatting of API server diagram
2022-11-07 06:52:28 -08:00
Kubernetes Prow Robot
fce1fbec29
Merge pull request #113528 from iyear/remove-useless-set
...
scheduler/framework: remove useless SetFailedPlugin
2022-11-07 06:52:16 -08:00
Kubernetes Prow Robot
ac22aff150
Merge pull request #113668 from xmudrii/pub-bot-1188
...
Update publishing-bot rules to Go 1.18.8
2022-11-07 05:48:16 -08:00
Marko Mudrinić
0aec9f7133
Update publishing-bot rules to Go 1.18.8
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2022-11-07 09:37:49 +01:00
Wojciech Tyczyński
e49c225eb9
Standardize naming in generic storage tests
2022-11-07 08:59:28 +01:00
Wojciech Tyczyński
1bc95675b1
Fix naming in storage test setup
2022-11-07 08:59:28 +01:00
Kubernetes Prow Robot
c519bc02e8
Merge pull request #112011 from pbeschetnov/ambiguous-selectors
...
Add ambiguous selector check to HPA
2022-11-06 21:08:16 -08:00
Nick Turner
02e3fbfeff
Fix formatting of API server diagram
2022-11-06 19:18:08 -08:00
Kubernetes Prow Robot
3efd107eb2
Merge pull request #113491 from tallclair/psa-warn
...
[PSA] default warn to enforce level
2022-11-06 01:34:27 -08:00
Kubernetes Prow Robot
565f582c4b
Merge pull request #113199 from bobbypage/node_e2e_stop_kubelet
...
test: Stop kubelet systemd service after node e2e
2022-11-06 01:34:16 -08:00
Kubernetes Prow Robot
1f9e20eb86
Merge pull request #113588 from wojtek-t/generalize_cacher_tests_1
...
Reuse generic GetListNonRecursive test for watchcache
2022-11-05 14:56:25 -07:00
Kubernetes Prow Robot
dc129a29d2
Merge pull request #112582 from thockin/validation-msgs
...
Clarify a few validation messages
2022-11-05 14:56:13 -07:00
Kubernetes Prow Robot
108523d037
Merge pull request #113352 from ping035627/k8s-221027
...
Correct some incorrect comments
2022-11-05 08:22:24 -07:00
Kubernetes Prow Robot
f522df5b49
Merge pull request #113217 from dashpole/filterlatency_tracing
...
FilterLatency tracing for APIServerTracing
2022-11-05 08:22:13 -07:00
SataQiu
56b46e13c2
kube-apiserver: print supported media types on failure to find a serializer
2022-11-05 23:03:23 +08:00
David Ashpole
64af1adace
Second attempt: Plumb context to Kubelet CRI calls ( #113591 )
...
* plumb context from CRI calls through kubelet
* clean up extra timeouts
* try fixing incorrectly cancelled context
2022-11-05 06:02:13 -07:00
Kubernetes Prow Robot
27766455f1
Merge pull request #113640 from andrewsykim/ccm-priority-class-name
...
cluster: fix cloud-controller-manager.manifest to use priorityClassName
2022-11-04 17:40:14 -07:00
Andrew Sy Kim
3242ca8ab1
cluster: fix cloud-controller-manager.manifest to use priorityClassName instead of priorityClass
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-04 19:35:39 -04:00
Kubernetes Prow Robot
5d06c6a92d
Merge pull request #113634 from liggitt/duplicate-admission
...
Stop creating three copies of admission plugins
2022-11-04 14:56:14 -07:00
Aldo Culquicondor
4948918155
Graduate JobTrackingWithFinalizers to stable
...
Change-Id: Ifc749a85b1270c0155ac511b91d4681d53236820
2022-11-04 17:05:53 -04:00
Kubernetes Prow Robot
6691876326
Merge pull request #113271 from cheftako/kubeUpCcm
...
Turn on CCM in kube-up when cloudprovider=external
2022-11-04 13:48:26 -07:00
Kubernetes Prow Robot
d9db8db68f
Merge pull request #111707 from leiyiz/migration
...
remove const that's not used
2022-11-04 13:48:15 -07:00
Kubernetes Prow Robot
b1e348f60d
Merge pull request #113632 from dims/switch-to-newer-nvidia-installer-for-m97
...
Switch to newer nvidia installer for m97
2022-11-04 12:34:17 -07:00
Davanum Srinivas
f19589d38a
Switch to newer nvidia installer for m97
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-11-04 14:32:04 -04:00
Kubernetes Prow Robot
abcbaed078
Merge pull request #113613 from cyclinder/typo
...
kube-proxy ipatbles: update log message
2022-11-04 10:52:47 -07:00
Kubernetes Prow Robot
8a6cd6e76d
Merge pull request #113601 from marosset/use-resource-consumer-1.13
...
e2e - use resource-consumer:1.13
2022-11-04 10:52:36 -07:00
Kubernetes Prow Robot
ee640d7756
Merge pull request #113336 from divyenpatel/vsphere-csi-migration-ga
...
Promote CSIMigrationvSphere to GA
2022-11-04 10:52:25 -07:00
Kubernetes Prow Robot
d3601a0f06
Merge pull request #113225 from bertinatto/delete-fsgroup-to-csi-driver-ga
...
Promote DelegateFSGroupToCSIDriver feature to GA
2022-11-04 10:52:14 -07:00
Jordan Liggitt
318b089918
Stop creating three copies of admission plugins
2022-11-04 13:35:15 -04:00
Kubernetes Prow Robot
63a62defda
Merge pull request #113604 from moshe010/cni-arch
...
fix local-up-cluster.sh to run on other arch than amd64
2022-11-04 09:36:47 -07:00
Kubernetes Prow Robot
b20ddbd75a
Merge pull request #113351 from andrewsykim/endpointslice-terminating-ga
...
Promote EndpointSliceTerminatingCondition to GA
2022-11-04 09:36:39 -07:00
Kubernetes Prow Robot
ead17f3dc8
Merge pull request #113008 from soltysh/promote_cronjob_metrics
...
Promote cronjob_job_creation_skew metric to stable
2022-11-04 09:36:27 -07:00
Kubernetes Prow Robot
20ffe3bbf9
Merge pull request #111607 from tnqn/reduce-redundant-index
...
Remove duplicate and unused index from PodIndexer
2022-11-04 09:36:16 -07:00
kerthcet
bc15aca26d
Refactor SchedulerConfigFile
...
Rename to SchedulerConfigPath and make it a pointer
to be consist with other fields
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-11-05 00:30:34 +08:00
kerthcet
48f2c9ec20
Add benchmark tests for nodeInclusionPolicy
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-11-05 00:13:43 +08:00