We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8d8067 + b548aa7 commit dddc320Copy full SHA for dddc320
docs/book/src/user/quick-start.md
@@ -515,7 +515,9 @@ export WORKER_NODE_TYPE="t1.small"
515
export GCP_REGION="<GCP_REGION>"
516
export GCP_PROJECT="<GCP_PROJECT>"
517
# Make sure to use same kubernetes version here as building the GCE image
518
-export KUBERNETES_VERSION=1.20.9
+export KUBERNETES_VERSION=1.23.3
519
+# This is the image you built. See https://github.com/kubernetes-sigs/image-builder
520
+export IMAGE_ID=projects/$GCP_PROJECT/global/images/<built image>
521
export GCP_CONTROL_PLANE_MACHINE_TYPE=n1-standard-2
522
export GCP_NODE_MACHINE_TYPE=n1-standard-2
523
export GCP_NETWORK_NAME=<GCP_NETWORK_NAME or default>
0 commit comments