Skip to content

Commit 277b2a2

Browse files
committed
Updated demos.
1 parent 83ac7ea commit 277b2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ prepare-gke-cluster:
33
@gcloud config set container/use_client_certificate False
44

55
create-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

k8s/clusters/testkube-cluster/flux-system/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ kind: Kustomization
33
resources:
44
- gotk-components.yaml
55
- gotk-sync.yaml
6-
- infrastructure-sync.yaml
76
- microservice-sync.yaml
7+
#- infrastructure-sync.yaml
88
#- applications-sync.yaml

0 commit comments

Comments
 (0)