File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
k8s/clusters/testkube-cluster/flux-system Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ prepare-gke-cluster:
33 @gcloud config set container/use_client_certificate False
44
55create-gke-cluster :
6- @gcloud container clusters create testkube-cluster --num-nodes=3 --enable-autoscaling --min-nodes=3 --max-nodes=5 --cluster-version=1.24
6+ @gcloud container clusters create testkube-cluster --num-nodes=3 --enable-autoscaling --min-nodes=3 --max-nodes=5 --cluster-version=1.30
77 @kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$$(gcloud config get-value core/account )
88 @kubectl cluster-info
99
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ kind: Kustomization
33resources :
44- gotk-components.yaml
55- gotk-sync.yaml
6- - infrastructure-sync.yaml
76- microservice-sync.yaml
7+ # - infrastructure-sync.yaml
88# - applications-sync.yaml
You can’t perform that action at this time.
0 commit comments