Commit Graph

110433 Commits

Author SHA1 Message Date
Antoine Pelisse
7d64440dd1 Validate segments with client-go/dynamic 2022-08-31 09:49:42 -07:00
Jordan Liggitt
6c549d75a8
Improve kubectl display of invalid errors 2022-08-31 11:49:34 -04:00
Kubernetes Prow Robot
cb057985ce
Merge pull request #112035 from piotrnosek/owners-autoscaling
Add OWNERS for autoscaling-owned directory
2022-08-31 08:37:01 -07:00
Kubernetes Prow Robot
253acfc8bc
Merge pull request #112142 from SataQiu/fix-cm-20220831
controller-manager: remove deprecated insecure serving from Config
2022-08-31 06:57:01 -07:00
Kensei Nakada
d9835ae9c4 cleanup(scheduler): remove outdated comments on metrics package 2022-08-31 11:55:07 +00:00
Dave Chen
7533748bcc fix: Node not found when testcases is executed
Signed-off-by: Dave Chen <dave.chen@arm.com>
2022-08-31 18:28:48 +08:00
SataQiu
1ae5237a66 controller-manager: remove deprecated insecure serving from Config 2022-08-31 17:32:21 +08:00
Octopusjust
48c8183fc4
cmd/kubeadm/:add test file for data.go (#112122)
Update data_test.go

according to the modification suggestions

Update data_test.go

according to the modification suggestions
2022-08-31 01:43:00 -07:00
Kubernetes Prow Robot
4cb7524e5a
Merge pull request #110492 from j2gg0s/opt-var-name-in-hpa
hpa: rename rebalanceIgnored to scaleUpWithUnready for understanding
2022-08-30 23:43:00 -07:00
Alexander Zielenski
f7defeecce
refactor if statement 2022-08-30 15:46:43 -07:00
Antonio Ojea
af9d36f931 Initialize Name (GenerateName) earlier in the Create process 2022-08-31 00:15:08 +02:00
Alexander Zielenski
cc0b9ffbd5
return when test is done 2022-08-30 14:38:21 -07:00
Alexander Zielenski
e8d8eb4381
address comments 2022-08-30 13:21:29 -07:00
Kubernetes Prow Robot
5debf63a74
Merge pull request #112074 from bertinatto/fix-snapshot-timeouts
e2e: use custom timeouts in GetSnapshotContentFromSnapshot()
2022-08-30 13:15:05 -07:00
Kubernetes Prow Robot
cdbac6f27b
Merge pull request #111917 from logicalhan/request-sizes
Add request body size metric for the write path.
2022-08-30 13:14:52 -07:00
Kubernetes Prow Robot
239a19ecc1
Merge pull request #111170 from ping035627/k8s-220715
HandleError of updateStatusIfNeeded in func reconcileAutoscaler
2022-08-30 10:59:06 -07:00
Kubernetes Prow Robot
da6d8c997e
Merge pull request #109058 from oliviermichaelis/calculate-start-replicas
Fix replica calculation at start of HPA scaling policy period
2022-08-30 10:58:55 -07:00
Patrick Ohly
80d3cc3027 e2e: suppress progress messages for custom progress reporter
The custom progress reporter gets invoked via ginkgo.ReportAfterEach after each
test. The problem was that the e2e framework unconditionally enables Ginkgo's
-progress output which shows execution of all nodes, including this
ReportAfterEach. The effect were over 1000 lines of useless output at the start
of a test run while skipping disabled tests.

The solution is to tell Ginkgo that the ReportAfterEach isn't meant to be
reported.
2022-08-30 19:58:10 +02:00
Patrick Ohly
311144fb3e dependencies: update to ginkgo v2.1.6 and gomega v1.20.1
Ginkgo v2.1.6 adds ginkgo.SuppressProgressReporting which is needed
to suppress too verbose output each time the ReportAfterEach of the custom
progress reporter is invoked.
2022-08-30 19:57:47 +02:00
Alex Zielenski
9dab9f3e28
Update kube_features.go 2022-08-30 09:06:29 -07:00
Alex Zielenski
92fac4ab8a
update comments 2022-08-30 09:04:06 -07:00
Kubernetes Prow Robot
4f66f8c408
Merge pull request #112069 from enj/enj/t/aggregated_apis
Expand aggregated API server integration test to include CRUD
2022-08-30 08:52:55 -07:00
Monis Khan
ec283e526b
Expand aggregated API server integration test to include CRUD
This change updates TestAggregatedAPIServer and the related test
server wiring to exercise the full network path between the Kube API
server and the aggregated API server.  We now assert that the wardle
API service and Kube API server discovery endpoints are fully healthy.
CRUD operations are performed through the Kube API server to the
wardle API server.

Signed-off-by: Monis Khan <mok@microsoft.com>
2022-08-30 10:44:01 -04:00
Kubernetes Prow Robot
04f8a5c41a
Merge pull request #111999 from kerthcet/refactor/handle-failure
fix error type when handling failures in scheduler
2022-08-30 05:47:01 -07:00
Kubernetes Prow Robot
6a6fc324af
Merge pull request #112118 from soltysh/soltysh_owners
Add soltysh as cmd/kcm approver
2022-08-30 02:55:01 -07:00
Maciej Szulik
04b4908b18
Add soltysh as cmd/kcm approver 2022-08-30 09:39:01 +02:00
Mike Spreitzer
d3081b378a Revise according to review 2022-08-29 23:02:29 -04:00
Alexander Zielenski
7b54c492d9
add aggregated discovery feature gate 2022-08-29 16:21:23 -07:00
Kubernetes Prow Robot
6e3d62ca1c
Merge pull request #111904 from pandaamanda/controller_codeclean
refactor: move attachdetach controller param validation ahead
2022-08-29 14:12:49 -07:00
Kirsten Garrison
a9be883f8a Changelog-1.25: add 1.25.0 known issues section
- Add known issue affecting LocalStorageCapacityIsolationFSQuotaMonitoring
2022-08-29 13:52:41 -07:00
Alexander Zielenski
7ce19b75a8
hold listener lock while waiting for goroutines to finish 2022-08-29 12:34:35 -07:00
Kubernetes Prow Robot
bf2e850b3a
Merge pull request #111910 from tosi3k/go-runtime-metrics
Enable new set of Go metrics in Kubernetes
2022-08-29 12:26:48 -07:00
Alexander Zielenski
ee24648300
simplify control flow 2022-08-29 11:52:35 -07:00
Kubernetes Prow Robot
67d75db890
Merge pull request #111932 from azylinski/rm-lastContainerStartedTime-lru
Cleanup: Remove unused lastContainerStartedTime time.Cache lru
2022-08-29 09:54:37 -07:00
Antonio Ojea
510a85c53a rate limit /healthz etcd healthchecks
return the last request error, instead of last error received
The rate limit allows 1 event per healthcheck timeout / 2
2022-08-29 17:58:10 +02:00
Antonio Ojea
dd6d3d95cd fix etcd unit tests
stop leaking goroutines

reduce etcd test duration
2022-08-29 17:57:52 +02:00
Antonio Ojea
5a67248115 don't serialize etcd healthchecks 2022-08-29 17:57:01 +02:00
Kubernetes Prow Robot
3a4e3a0b56
Merge pull request #111964 from DangerOnTheRanger/cel-estimate-fix-update
Fix CEL size estimation
2022-08-29 08:00:38 -07:00
HaoJie Liu
f55d658c1c test: use bytes.Buffer.String
Signed-off-by: HaoJie Liu <liuhaojie@beyondcent.com>
2022-08-29 15:45:20 +08:00
Kubernetes Prow Robot
891cbede96
Merge pull request #110972 from chendave/cleanup_data
kubeadm: unify the way to cleanup the files for `kubeadm reset`
2022-08-29 00:44:36 -07:00
Kubernetes Prow Robot
50097acf15
Merge pull request #112008 from pacoxu/kubeadm-taint
Kubeadm cleanup for taint / toleration with master label
2022-08-28 19:58:36 -07:00
jackzhang
8690ff6264 update lock getter of leaderelection
The lock acquired by tryAcquireOrRenew is released when the leader ends
leadership. However, due to the cancellation of the context, the lock may
be set as an empty lock, so the Update cannot be run normally, resulting
in a failure to release the lock.

Signed-off-by: jackzhang <x_jackzhang@qq.com>
2022-08-29 09:58:13 +08:00
zeze
eeef44aa68 Fix typo "sturct" to "struct" 2022-08-28 23:19:40 +09:00
S R Ashrith
16f541ea8f Skip read only raw block volume test for in-tree vsphere driver 2022-08-27 23:17:29 +05:30
S R Ashrith
41dbdef540 vsphere in-tree driver test fixes 2022-08-27 23:14:40 +05:30
Kubernetes Prow Robot
1959fe1b94
Merge pull request #112064 from aojea/dryrun_cleanup
Dryrun cleanup
2022-08-27 07:18:35 -07:00
Kubernetes Prow Robot
41df8167dd
Merge pull request #111635 from aryan9600/ipvs-restart
Fix IPVS proxier to update stale real server after restart
2022-08-27 02:24:36 -07:00
Sanskar Jaiswal
8b5f263cd3 add tests for initialSync usage in syncEndpoint
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
2022-08-27 07:42:21 +00:00
Sanskar Jaiswal
b670656a09 update ipvs proxier to update realserver weights at startup
Update the IPVS proxier to have a bool `initialSync` which is set to
true when a new proxier is initialized and then set to false on all
syncs. This lets us run startup-only logic, which subsequently lets us
update the realserver only when needed and avoiding any expensive
operations.

Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
2022-08-27 07:42:07 +00:00
Kubernetes Prow Robot
52c5d6ef1a
Merge pull request #112077 from aojea/fix_alpha_job
Revert "change CPUCFSQuotaPeriod default value to 100us to match Linu…
2022-08-26 22:26:46 -07:00