Skip to content

Commit

Permalink
Show the name of the controller in NOTES.txt from values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fooock committed Mar 21, 2018
1 parent 554e720 commit 5ef0dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/agones/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The Agones controller has been installed in the namespace {{ .Values.namespace }}.

You can watch the status by running 'kubectl --namespace {{ .Values.namespace }} get pods -o wide -w agones-controller'
You can watch the status by running 'kubectl --namespace {{ .Values.namespace }} get pods -o wide -w {{ .Values.serviceaccount.controller }}'

Once ready you can create your first GameServer using our examples :
Once ready you can create your first GameServer using our examples:

'kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/agones/master/examples/simple-udp/server/gameserver.yaml'

Expand Down

0 comments on commit 5ef0dcb

Please sign in to comment.