feat: some prep work for gcp support
This commit is contained in:
parent
7b28096397
commit
a6599ff390
@ -66,6 +66,7 @@ render_kubeadm() {
|
||||
|
||||
parse_kubezero() {
|
||||
export CLUSTERNAME=$(yq eval '.global.clusterName // .clusterName' ${HOSTFS}/etc/kubernetes/kubeadm-values.yaml)
|
||||
export PLATFORM=$(yq eval '.global.platform // "nocloud"' ${HOSTFS}/etc/kubernetes/kubeadm-values.yaml)
|
||||
export HIGHAVAILABLE=$(yq eval '.global.highAvailable // .highAvailable // "false"' ${HOSTFS}/etc/kubernetes/kubeadm-values.yaml)
|
||||
export ETCD_NODENAME=$(yq eval '.etcd.nodeName' ${HOSTFS}/etc/kubernetes/kubeadm-values.yaml)
|
||||
export NODENAME=$(yq eval '.nodeName' ${HOSTFS}/etc/kubernetes/kubeadm-values.yaml)
|
||||
|
@ -91,7 +91,7 @@ argo-cd:
|
||||
|
||||
secret:
|
||||
createSecret: false
|
||||
# `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'`
|
||||
# `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/' | base64 -w0`
|
||||
# argocdServerAdminPassword: "$2a$10$ivKzaXVxMqdeDSfS3nqi1Od3iDbnL7oXrixzDfZFRHlXHnAG6LydG"
|
||||
# argocdServerAdminPassword: "ref+file://secrets.yaml#/test"
|
||||
# argocdServerAdminPasswordMtime: "2020-04-24T15:33:09BST"
|
||||
|
@ -5,9 +5,15 @@ kubezero:
|
||||
gitSync: {}
|
||||
|
||||
global:
|
||||
highAvailable: false
|
||||
clusterName: zdt-trial-cluster
|
||||
|
||||
# platform: aws (kubeadm), gke, or nocloud ( default )
|
||||
platform: "nocloud"
|
||||
|
||||
highAvailable: false
|
||||
|
||||
aws: {}
|
||||
gcp: {}
|
||||
|
||||
addons:
|
||||
enabled: true
|
||||
|
Loading…
Reference in New Issue
Block a user