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
LiHui
1df24569a0
kubectl: fix memory leaks in port forwarding client
...
Signed-off-by: LiHui <andrewli@kubesphere.io>
2022-08-30 10:19:36 +08: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
Kubernetes Prow Robot
569b14ceec
Merge pull request #112076 from rphillips/revert-107329-promote-e2e-quota
...
Revert "promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta"
2022-08-26 22:26:35 -07:00
Kubernetes Prow Robot
065a761547
Merge pull request #111512 from SataQiu/fix-kubeadm-20220728
...
kubeadm: move show-join-command as a separate phase
2022-08-26 21:14:35 -07:00
Kubernetes Prow Robot
5f57708c88
Merge pull request #111934 from deads2k/apply-gen
...
make applyconfiguration-gen work in non-kube repositiories
2022-08-26 19:26:51 -07:00
Antonio Ojea
d434c588d7
Revert "change CPUCFSQuotaPeriod default value to 100us to match Linux default"
...
This reverts commit f2d591fae6
.
2022-08-26 23:51:04 +02:00
Ryan Phillips
32a90f5f35
Revert "promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta"
2022-08-26 16:25:00 -05:00
Kubernetes Prow Robot
ce2c5875d8
Merge pull request #111241 from Abirdcfly/fixtestorsource
...
make TestListPager_EachListItem rework
2022-08-26 13:38:34 -07:00
David Eads
45c4311b4e
make applyconfiguration-gen skip generation for types that have generated clients and lack objectmeta
2022-08-26 15:12:05 -04:00
Kubernetes Prow Robot
213d811fcb
Merge pull request #112068 from aojea/aojea_client_go
...
add aojea as client-go reviewer
2022-08-26 11:30:26 -07:00
Kubernetes Prow Robot
4269caeffd
Merge pull request #111864 from kerthcet/cleanup/remove-untrue-comments
...
Remove not correct annotations with node.Spec.Unschedulable
2022-08-26 11:30:15 -07:00
Fabio Bertinatto
e13c9be88a
e2e: use custom timeouts in GetSnapshotContentFromSnapshot()
2022-08-26 15:16:35 -03:00
Mike Spreitzer
98acbc3692
Make TestApplyResetFields exhibit surprising object
2022-08-26 14:13:35 -04:00
Kubernetes Prow Robot
6d451ccfa7
Merge pull request #112070 from alculquicondor/job-owner
...
Self-nominate alculquicondor as job approver
2022-08-26 09:52:25 -07:00
SataQiu
8e4cf3b8d2
kubeadm: move show-join-command as a separate phase
2022-08-26 23:35:58 +08:00
Aldo Culquicondor
848eece7b7
Add alculquicondor to job OWNERS
...
Change-Id: If974f0890ef4accbd7d2111fb1a1aa38718dc74b
2022-08-26 11:29:37 -04:00
Antonio Ojea
7ddb0ef464
add aojea as client-go reviewer
2022-08-26 17:01:56 +02:00
Antonio Ojea
a1bfb76458
remove DryRun feature gate checks
2022-08-26 15:12:22 +02:00
Claudiu Belu
d192029e6a
unittests: Fixes cmd unit tests for Windows
...
Currently, there are some unit tests that are failing on Windows due to
various reasons:
- filepath.IsAbs does not consider "/" or "\" as absolute paths, even
though files can be addressed as such.
- paths not properly joined (filepath.Join should be used).
- files not closed, which means that they cannot be removed / renamed.
- some assertions fail due to slashes / backslashes not matching.
- backslashes need to be escaped in yaml files, or put between ''
instead of "".
2022-08-26 16:03:13 +03:00
Kubernetes Prow Robot
6dd8b86124
Merge pull request #112062 from pacoxu/fix/kubeadm-cleanup
...
fix a flag replace of container-runtime=remote
2022-08-26 05:24:24 -07:00