Kubernetes Prow Robot
2e1da6590e
Merge pull request #113045 from wewark/master
...
Update to latest kubedns and nodelocaldns images.
2022-10-14 03:38:57 -07:00
Kubernetes Prow Robot
baaf22a37c
Merge pull request #113039 from chendave/fix_help_msg
...
kubeadm: fix the help msg for `kubeadm init phase upload-certs`
2022-10-14 03:38:46 -07:00
Kubernetes Prow Robot
2f7fae3451
Merge pull request #112941 from chendave/certs_msg
...
kubeadm: print out the solution if CA files do not exist
2022-10-14 01:40:45 -07:00
Dave Chen
bd1ac95974
kubeadm: fix the help msg for kubeadm init phase upload-certs
...
The phase `kubeadm init phase upload-certs` intends to be used if
secret "kubeadm-certs" is expired and deleted.
But the help msg was saying this command cannot run on its own.
It's fine to run this command on its own to upload local certs to secret.
Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-10-14 15:39:30 +08:00
Kubernetes Prow Robot
542ec97705
Merge pull request #113037 from pacoxu/fsnotify-v1.6.0
...
update fsnotify to v1.6.0
2022-10-13 23:00:57 -07:00
Kubernetes Prow Robot
d4ee6433b8
Merge pull request #112950 from Dingshujie/fix_ipvs
...
add rule to KUBE-SERVICES Chains to return early when source address match localhost
2022-10-13 23:00:46 -07:00
Kubernetes Prow Robot
be5ed7bd12
Merge pull request #113059 from ii/promote-replication-controller-scale-test
...
Promote Read, Replace ReplicationController scale endpoints Conformance - +2 Endpoints
2022-10-13 19:04:46 -07:00
Kubernetes Prow Robot
350fa3de66
Merge pull request #113061 from ii/promote-service-account-replace-test
...
Promote replaceCoreV1NamespacedServiceAccount test to Conformance - +1 Endpoint
2022-10-13 17:58:57 -07:00
Kubernetes Prow Robot
e16dbe94a6
Merge pull request #113060 from ii/promote-limitrange-test
...
Promote List, Patch and Delete LimitRange test to Conformance - +3 Endpoints
2022-10-13 17:58:46 -07:00
Kubernetes Prow Robot
040d7aaafa
Merge pull request #112939 from lengrongfu/feat/update_preemption_victims_metric
...
feat: update preemption victims metric
2022-10-13 16:38:46 -07:00
Kubernetes Prow Robot
215f236a6b
Merge pull request #113052 from logicalhan/buckets
...
add support for parsing buckets from variables of prom.Linear and prom.Expo helpers
2022-10-13 13:43:17 -07:00
Kubernetes Prow Robot
a31e88ad6e
Merge pull request #113048 from SataQiu/clean-20221013
...
kubeadm: optimize and make the usage consistent about apierrors.IsNotFound
2022-10-13 13:43:04 -07:00
Kubernetes Prow Robot
879e61a2fc
Merge pull request #113049 from logicalhan/stability-v2
...
update readme for instrumentation static analysis code
2022-10-13 12:39:13 -07:00
Kubernetes Prow Robot
77d5dc7efc
Merge pull request #112153 from harshanarayana/feature/GIT-111923/enable-UID-logs-for-kmsv2
...
kmsv2: enable logging for kmsv2 enc/dec operations
2022-10-13 12:39:02 -07:00
lengrongfu
8dcd869665
feat: update preemption victims metric
...
Signed-off-by: lengrongfu <rongfu.leng@daocloud.io>
2022-10-14 02:45:21 +08:00
Kubernetes Prow Robot
b601769721
Merge pull request #112924 from marosset/remove-20h2-windows-images
...
cleanup: Remove out-of-support Windows 20H2 images
2022-10-13 11:25:15 -07:00
Kubernetes Prow Robot
01019770cf
Merge pull request #112789 from enj/enj/r/kms_load_once_v2
...
Load encryption config once (second approach)
2022-10-13 11:25:02 -07:00
Han Kang
be3e5cb313
add support for parsing buckets from variables of prom.Linear and prom.Expo helpers
...
Change-Id: I61bb46dcbdc02d506da563bc7973430ecef8c364
2022-10-13 10:44:13 -07:00
Kubernetes Release Robot
c58072ee71
CHANGELOG: Update directory for v1.24.7 release
2022-10-13 17:19:10 +00:00
Kubernetes Release Robot
90396ca3a3
CHANGELOG: Update directory for v1.23.13 release
2022-10-13 17:18:15 +00:00
Kubernetes Release Robot
97efa303b7
CHANGELOG: Update directory for v1.25.3 release
2022-10-13 17:15:53 +00:00
Kubernetes Prow Robot
79b4f1e77a
Merge pull request #113011 from jpmcb/cobra-1.6.0
...
Bumps cobra from 1.5.0 to 1.6.0
2022-10-13 08:59:00 -07:00
SataQiu
d4cafe4738
kubeadm: optimize and make the usage consistent about apierrors.IsNotFound
2022-10-13 23:23:53 +08:00
John McBride
dfb55ba48a
Bumps cobra from 1.5.0 to 1.6.0
...
- Upgrades mousetrap license to latest Apache 2.0
Signed-off-by: John McBride <jpmmcbride@gmail.com>
2022-10-13 14:52:39 +00:00
Monis Khan
f507bc2553
Load encryption config once
...
This change updates the API server code to load the encryption
config once at start up instead of multiple times. Previously the
code would set up the storage transformers and the etcd healthz
checks in separate parse steps. This is problematic for KMS v2 key
ID based staleness checks which need to be able to assert that the
API server has a single view into the KMS plugin's current key ID.
Signed-off-by: Monis Khan <mok@microsoft.com>
2022-10-13 10:52:29 -04:00
Khaled Hamed
74db48f510
Update to latest kubedns and nodelocaldns images.
2022-10-13 14:48:37 +02:00
Paco Xu
2ce7a81169
fsnotify: use event.Has instead of "event.Op&h == h"
2022-10-13 13:42:26 +08:00
Paco Xu
3fee9d2735
update fsnotify to v1.6.0
2022-10-13 13:24:55 +08:00
Han Kang
03015c4bb7
update readme for instrumentation static analysis code
...
Change-Id: Ibd1261883b3d149de888c9ad2fd7897c00ea3158
2022-10-12 21:22:57 -07:00
Kubernetes Prow Robot
9b4b1c0e79
Merge pull request #113027 from logicalhan/stability-v2
...
account for timing ratio histogram function calls
2022-10-12 17:51:11 -07:00
Kubernetes Prow Robot
822d983147
Merge pull request #113022 from logicalhan/webhook-metrics
...
unparameterize 'webhook' from conversion metrics since it's the only one
2022-10-12 17:51:00 -07:00
Kubernetes Prow Robot
fd358d3606
Merge pull request #112219 from kidddddddddddddddddddddd/feat/ExtractParseError
...
Extract ParseError from PodInfo
2022-10-12 16:45:03 -07:00
Kubernetes Prow Robot
61ca612cbb
Merge pull request #112926 from jiahuif-forks/refactor/cel-out-of-apiextensions
...
split and move CEL package
2022-10-12 15:03:03 -07:00
Han Kang
bc5d3b06c9
account for timing ratio histogram function calls
...
Change-Id: Ib27d6018657e4221c36645860bdb9cb9fcf7ebf5
2022-10-12 14:44:28 -07:00
Mark Rossetti
ecd543be04
Remove out-of-support Windows 20H2 images
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-10-12 14:43:51 -07:00
Kubernetes Prow Robot
c56629803d
Merge pull request #112992 from logicalhan/clean-legacy-cp-metrics
...
fix metric labels in cloud-provider metrics since it breaks static analysis
2022-10-12 14:01:13 -07:00
Kubernetes Prow Robot
e4c4e0c50b
Merge pull request #112991 from logicalhan/explicit-stability
...
add explicit stability levels for shared metrics
2022-10-12 14:01:02 -07:00
Kubernetes Prow Robot
c8c955c4cb
Merge pull request #113014 from logicalhan/stability-v2
...
add support for parsing gauge func
2022-10-12 11:33:01 -07:00
Han Kang
849185a1fa
unparameterize 'webhook' from conversion metrics since it's the only one
...
Change-Id: I6dda5c033786f128e9b2d5d889e47f3dc7937ed5
2022-10-12 10:58:06 -07:00
Han Kang
f3cb904618
cleanup printlns
...
Change-Id: I49a48446029ba2e66b09f138a1477b837d55766a
2022-10-12 09:47:49 -07:00
Kubernetes Prow Robot
71ca3dad89
Merge pull request #112785 from MartinForReal/master
...
CloudProvider: service update event should be triggered when appProtocol in port is changed
2022-10-12 09:39:00 -07:00
Han Kang
658d7a184e
parse time signatures for maxAge
...
Change-Id: I91e330d82c4ebbfa38bc52889beb64e6689bfb77
2022-10-12 09:34:14 -07:00
Han Kang
0e7814a647
fix parsing error on labels
...
Change-Id: I990967b93b10dbfa9a564ca4286ffbd051c69697
2022-10-12 09:25:43 -07:00
Han Kang
49c08947f7
add support for parsing gauge func
...
Change-Id: Id0b9cd51dead5ee9f4adac804d62f5d9742320a7
2022-10-12 08:30:41 -07:00
kidddddddddddddddddddddd
b901ef0f68
changes in test files
2022-10-12 22:11:04 +08:00
Kubernetes Prow Robot
4f2faa2f1c
Merge pull request #112944 from kishen-v/fix_test_failures_go_1_20
...
Switch to assert.ErrorEquals from assert.Equal to check error equality
2022-10-12 06:23:00 -07:00
kidddddddddddddddddddddd
121d24cfc7
changes in non-test files
2022-10-12 21:09:55 +08:00
kidddddddddddddddddddddd
1eb9d42c3f
function changes
2022-10-12 21:00:48 +08:00
Kubernetes Prow Robot
525280d285
Merge pull request #112643 from SergeyKanzhelev/removeDynamicKubeletConfig
...
remove DynamicKubeletConfig feature gate from the code
2022-10-12 01:33:00 -07:00
Kubernetes Prow Robot
335fd41484
Merge pull request #112978 from logicalhan/kcm-fg
...
add 'metrics/slis' to kcm health checks
2022-10-11 23:39:00 -07:00