Skip to content

Commit

Permalink
Updated demos.
Browse files Browse the repository at this point in the history
  • Loading branch information
lreimer committed Oct 23, 2024
1 parent 83ac7ea commit 277b2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ prepare-gke-cluster:
@gcloud config set container/use_client_certificate False

create-gke-cluster:
@gcloud container clusters create testkube-cluster --num-nodes=3 --enable-autoscaling --min-nodes=3 --max-nodes=5 --cluster-version=1.24
@gcloud container clusters create testkube-cluster --num-nodes=3 --enable-autoscaling --min-nodes=3 --max-nodes=5 --cluster-version=1.30
@kubectl create clusterrolebinding cluster-admin-binding --clusterrole=cluster-admin --user=$$(gcloud config get-value core/account)
@kubectl cluster-info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
- infrastructure-sync.yaml
- microservice-sync.yaml
#- infrastructure-sync.yaml
#- applications-sync.yaml

0 comments on commit 277b2a2

Please sign in to comment.