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
Antonio Ojea
af9d36f931
Initialize Name (GenerateName) earlier in the Create process
2022-08-31 00:15:08 +02: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
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
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
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
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
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
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
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
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
Antonio Ojea
20d190ec2a
test rest error generate name conflict
2022-08-26 13:22:50 +02:00