-
Notifications
You must be signed in to change notification settings - Fork 829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix instructions printed out after helm install #991
Fix instructions printed out after helm install #991
Conversation
Build Succeeded 👏 Build Id: ee7ce22a-59ab-42f0-82f9-cbafbba407ae The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
|
||
Once ready you can create your first GameServer using our examples: | ||
|
||
'kubectl apply -f https://raw.githubusercontent.com/googleforgames/agones/master/examples/simple-udp/gameserver.yaml' | ||
'kubectl create -f https://raw.githubusercontent.com/googleforgames/agones/master/examples/simple-udp/gameserver.yaml' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's a fun question - should we be pointing people to master here. Probably not, since at some point it will be broken.
Since we're here, should we revamp this to remove all the example text, and point them to our online quickstart instead?
I figure short and sweet is likely better than all this text long term - I don't think I've ever read this, it scrolls right past when Agones installs.
WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it is definitely better to have one source of truth. So I would add a link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we are in here, can we remove the markdown? It's a .txt file, I think it just looks weird?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, md is not needed in here
f477773
to
04fdf82
Compare
Fixed links which now point to agones.dev website. |
Build Succeeded 👏 Build Id: 630356ee-c862-4b08-ac42-fdc69b9436ac The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: 7eec786a-3312-40dd-be0c-6e6642eda8fd To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
GS controller test failed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think of those suggestions?
We should check on all the components really, not just the controller.
@@ -1,29 +1,13 @@ | |||
The Agones controller has been installed in the namespace {{ .Release.Namespace }}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Agones controller has been installed in the namespace {{ .Release.Namespace }}. | |
The Agones components have been installed in the namespace {{ .Release.Namespace }}. |
@@ -1,29 +1,13 @@ | |||
The Agones controller has been installed in the namespace {{ .Release.Namespace }}. | |||
|
|||
You can watch the status by running 'kubectl --namespace {{ .Release.Namespace }} get pods -o wide -w {{ .Values.agones.serviceaccount.controller }}' | |||
You can get the status by running: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can get the status by running: | |
You can get their status by running: |
@@ -1,29 +1,13 @@ | |||
The Agones controller has been installed in the namespace {{ .Release.Namespace }}. | |||
|
|||
You can watch the status by running 'kubectl --namespace {{ .Release.Namespace }} get pods -o wide -w {{ .Values.agones.serviceaccount.controller }}' | |||
You can get the status by running: | |||
kubectl --namespace {{ .Release.Namespace }} get pods -o wide | grep {{ .Values.agones.serviceaccount.controller }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kubectl --namespace {{ .Release.Namespace }} get pods -o wide | grep {{ .Values.agones.serviceaccount.controller }} | |
kubectl --namespace {{ .Release.Namespace }} get pods -o wide |
Fix in #1002 |
Cool fix of the go test. |
04fdf82
to
fd7ed3d
Compare
URLs now pointing to agones.dev website. Removed Markdown syntax in a txt file.
fd7ed3d
to
9b242e0
Compare
Thanks for the comments, applied them, now text reads better. |
Build Succeeded 👏 Build Id: c8593280-0af0-4930-a3b7-9f7a59255604 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Failed 😱 Build Id: ca6f2310-6263-4f8a-a1c1-c7ee91e80ee4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Leaving comments to track tests failures so we can recap when build info would be deleted.
|
Build Succeeded 👏 Build Id: 5419955b-6b3d-449a-9072-ad8d46639561 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
URLs are now pointing to agones.dev website.
Removed Markdown syntax in a txt file.