fix: switch default platform to aws for easy migrate

This commit is contained in:
Stefan Reimer 2024-08-24 09:53:25 +00:00
parent 852292102b
commit 1058ec1a1d

View File

@ -7,8 +7,8 @@ kubezero:
global: global:
clusterName: zdt-trial-cluster clusterName: zdt-trial-cluster
# platform: aws (kubeadm), gke, or nocloud ( default ) # platform: aws (kubeadm, default), gke, or nocloud
platform: "nocloud" platform: "aws"
highAvailable: false highAvailable: false