From c37ec58ab567d824520412f1c4e703a8d51e5c89 Mon Sep 17 00:00:00 2001 From: slartibaartfast Date: Tue, 14 Aug 2018 16:51:59 -0400 Subject: [PATCH] add link to gcr auth methods --- docs/edit_first_game_server.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/edit_first_game_server.md b/docs/edit_first_game_server.md index baf13f51c7..dd652f424a 100644 --- a/docs/edit_first_game_server.md +++ b/docs/edit_first_game_server.md @@ -43,12 +43,15 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bin/server -a -v main.go ```bash docker build -t gcr.io/[PROJECT_ID]/agones-udp-server:0.2 . ``` -Note that: you can change the image name "agones-udp-server" to something else. +Note: you can change the image name "agones-udp-server" to something else. ### If using GKE, push the image to GCP Registry ```bash docker push gcr.io/[PROJECT_ID]/agones-udp-server:0.2 ``` +Note: Review [Authentication Methods](https://cloud.google.com/container-registry/docs/advanced-authentication) +for additional information regarding use of gcloud as a Docker credential helper +and advanced authentication methods to the Google Container Registry. ### If using Minikube, change directory to agones/build and push the image into Minikube ```bash