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:
clusterName: zdt-trial-cluster
# platform: aws (kubeadm), gke, or nocloud ( default )
platform: "nocloud"
# platform: aws (kubeadm, default), gke, or nocloud
platform: "aws"
highAvailable: false