From d990528c63a9628f7f2755472477a848345de258 Mon Sep 17 00:00:00 2001 From: Shuyang Xin Date: Wed, 1 Jun 2022 00:28:54 +0800 Subject: [PATCH] Switch the storage of CAPV cluster to vSan vSan storage can provide higher efficiency for CI pipeline. Signed-off-by: Shuyang Xin --- ci/cluster-api/vsphere/templates/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cluster-api/vsphere/templates/cluster.yaml b/ci/cluster-api/vsphere/templates/cluster.yaml index 80bf0d4c975..81f62525263 100644 --- a/ci/cluster-api/vsphere/templates/cluster.yaml +++ b/ci/cluster-api/vsphere/templates/cluster.yaml @@ -44,7 +44,7 @@ spec: spec: cloneMode: linkedClone datacenter: DATACENTERNAME - datastore: 208.1-20TB-NFS + datastore: vsanDatastore diskGiB: 25 folder: CI memoryMiB: 8192