Skip to content

Commit

Permalink
Update versions in example-config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
briansonnenberg committed Dec 8, 2023
1 parent 4caa8e7 commit 47c6058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions isotope/example-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environments = [
]

[cluster]
project_id = "istio-200620"
project_id = "" # <your_project_here>
# Cluster will be created with one n1-standard-1 node per zone in the default node-pool.
# Only one of them will be running Prometheus. In total, the cluster will have
# 1 Prometheus node per zone, 1 client node per zone, and N service-graph nodes per zone.
Expand All @@ -19,10 +19,10 @@ name = "isotope-cluster-2"
# would be in the first zone you specify but the nodes would be
# spread around the zones.
zones = ["us-central1-a", "us-central1-b", "us-central1-c"]
version = "1.12.7-gke.25"
version = "1.27.3-gke.100"

[istio]
archive_url = "https://github.com/istio/istio/releases/download/1.1.3/istio-1.1.3-linux.tar.gz"
archive_url = "https://github.com/istio/istio/releases/download/1.20.0/istio-1.20.0-linux-amd64.tar.gz"

[server]
machine_type = "n1-standard-1"
Expand Down

0 comments on commit 47c6058

Please sign in to comment.