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
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
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
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
Kubernetes Prow Robot
b42128f7d4
Merge pull request #112952 from liggitt/root
...
Make root approvers list non-recursive, shift from individuals to sig/subproject aliases
2022-10-10 14:51:01 -07:00
Jordan Liggitt
e74ae29ba2
Add sig-architecture-approvers and dep-approvers to root dir
2022-10-10 13:43:04 -04:00
Jordan Liggitt
dd0910691f
Move root approvers to subdirs
2022-10-10 13:43:03 -04:00
Kubernetes Prow Robot
bb2101bac1
Merge pull request #112774 from stevekuznetsov/skuznets/dynamic-client-similar
...
client-go: factor the dynamic client similarly to others
2022-10-10 10:23:21 -07:00
Jordan Liggitt
b8b86bb2e1
Sort subdir OWNERS files
2022-10-10 08:31:43 -04:00
Jordan Liggitt
04b178b49b
Make root approval non-recursive
2022-10-10 08:26:53 -04:00
Dave Chen
3fa6662875
kubeadm: print out the solution if CA files do not exist
...
phase `kubeadm init phase kubeconfig/*` must run after the phase
`kubeadm init phase certs/ca` to get the client cert and key singed
by the CA.
print out the way to generate the CA file is more useful than just say
the file cannot be loaded.
Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-10-10 15:24:42 +08:00
Kubernetes Prow Robot
99360e5dbc
Merge pull request #112946 from chendave/typo
...
kubeadm: fix typo for cmd reset's runner binding
2022-10-09 23:55:20 -07:00
Kishen V
6f84f58d27
Switch to assert.ErrorEquals from assert.Equal to check error equality
2022-10-10 10:13:53 +05:30
Dave Chen
b375109225
kubeadm: fix typo for cmd reset's runner binding
...
Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-10-10 11:51:15 +08:00
kerthcet
127178661d
Remove newScheduler to simplify instantiation
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-10-10 10:25:37 +08:00