Commit Graph

111234 Commits

Author SHA1 Message Date
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
Richa Banker
0dae5510b2 add metrics/slis to kube-scheduler health checks 2022-10-12 13:05:47 -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
Dixita Narang
20fa9635d6 Adding ndixita@ to KubeletCredentialProviders feature owner, and capitalizing GA 2022-10-12 17:12:17 +00: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
Brian McQueen
9c65abd2c2 bumped image version and upgraded to buster and bumped QEMUVERSION to v7.1.0-2 #109295 2022-10-12 07:48:49 -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
Kubernetes Prow Robot
a56ca8cb03
Merge pull request #112997 from liggitt/dep-approver
Add liggitt to dep-approvers alias
2022-10-11 20:41:10 -07:00
Kubernetes Prow Robot
054d86feb4
Merge pull request #112989 from ameukam/bump-golang.org/x/text-to-v0.3.8
Bump golang.org/x/text to v0.3.8
2022-10-11 20:40:59 -07:00
Kubernetes Prow Robot
73d0fac0db
Merge pull request #112995 from logicalhan/stability-v2
add support for timing histograms and const labels
2022-10-11 18:22:40 -07:00
Jordan Liggitt
ebce13bb69
Add liggitt to dep-approvers alias 2022-10-11 21:05:18 -04:00
Han Kang
52097bc02d add support for timing histograms and const labels
Change-Id: I8f77d5e16c01a403c7cfdccec464a81f4e3beba0
2022-10-11 17:19:14 -07:00
Kubernetes Release Robot
d0e735a664 CHANGELOG: Update directory for v1.26.0-alpha.2 release 2022-10-11 23:27:20 +00:00
Han Kang
44d3bbfbdf fix metric labels in cloud-provider metrics since it breaks static analysis
Change-Id: I8f4efed410cf4fae48d6340a7d45c8c6a28d60e1
2022-10-11 15:19:59 -07:00
Han Kang
e135b66845 add explicit stability levels for shared metrics
Change-Id: I1ad650379b8d0cad76596cdc3fe70397e24abba8
2022-10-11 15:07:08 -07:00
Arnaud Meukam
0d19690a54
Bump golang.org/x/text to v0.3.8
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-10-11 23:30:39 +02:00
Kubernetes Prow Robot
c1602669a6
Merge pull request #112806 from dcbw/demote-service-affinity-timeout
test: demote service ClientIP affinity timeout tests from conformance
2022-10-11 14:12:40 -07:00
Kubernetes Prow Robot
5113b705d2
Merge pull request #112563 from kerthcet/cleanup/optimize-new-scheduler
Remove newScheduler for reducing complexity
2022-10-11 12:32:41 -07:00
Han Kang
bd2417b435 add 'metrics/slis' to kcm health checks
Change-Id: I8c2114e538bb417deff8c3f9f107758c089227dc
2022-10-11 09:18:42 -07:00
MartinForReal
f68345b2f0 service update event should be triggered when appProtocol in port is changed.
Signed-off-by: MartinForReal <fanshangxiang@gmail.com>
2022-10-11 15:55:46 +00:00
Kubernetes Prow Robot
4516c7972d
Merge pull request #112975 from pohly/e2e-storage-proxy
e2e storage: proxy workarounds
2022-10-11 07:09:02 -07:00
Patrick Ohly
1793132198 e2e storage: avoid usage of stdin for file creation
It turned out to be unreliable (see
https://github.com/kubernetes/kubernetes/issues/112834).  Encoding the data
inside the command as input for base64 is a workaround that is fine for small
amounts of data. It becomes less efficient and/or unusable for large amounts.
2022-10-11 15:02:25 +02:00
Patrick Ohly
64731baffe e2e storage: add logging to proxy
This is optional and can be used to capture the result of command execution in
the log output.
2022-10-11 15:02:25 +02:00
Gunju Kim
add4652352
Promote ExpandedDNSConfig feature to the beta stage
This adds an e2e test for the feature and promotes ExpandedDNSConfig
feature to the beta stage.
2022-10-11 21:00:00 +09:00
Kubernetes Prow Robot
5301d92150
Merge pull request #112945 from chendave/dry-run
kubeadm: Inherit `dry-run` flags for each sub-phases
2022-10-11 03:03:02 -07:00
andyzhangx
36b46ee010 print error msg when fsck failed
fix
2022-10-11 09:23:11 +00:00
Dave Chen
183a26f853 kubeadm: Inherit dry-run flags for each sub-phases
- The sub-phases like `kubeadm reset phase cleanup-node` which
could be run independently would be able to support the `dry-run`
mode as well.

- Consistent with the sub-phases which support the `dry-run` mode
already, such as `kubeadm init phase control-plane apiserver`.

- Prepare for the day when each of those sub-phases could be run
independently.

Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-10-11 16:02:50 +08:00
DingShujie
e1f0b85334 Dismiss connects to localhost early in the service chain
Signed-off-by: DingShujie <dingshujie@huawei.com>
2022-10-11 13:57:35 +08:00
Kubernetes Prow Robot
ead1ef4450
Merge pull request #112956 from amacaskill/remove-volume-limits-test
remove in-tree volume limits test now that CSIMigration is GA
2022-10-10 16:13:01 -07:00
Jiahui Feng
755f41a185 use DefaultMaxRequestSizeBytes for maxRequestSizeBytes. 2022-10-10 15:05:55 -07:00
Jiahui Feng
5b8a5b37d5 generated: ./hack/update-vendor.sh 2022-10-10 15:05:55 -07:00
Jiahui Feng
0dd316a5c1 move CEL package to apiserver package.
only anything that does not require Structural
2022-10-10 15:05:55 -07:00