-
Notifications
You must be signed in to change notification settings - Fork 825
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
Helm 3 Install Documentation #1627
Conversation
Build Succeeded 👏 Build Id: 23176c6d-77a4-4910-bd74-e9bf7aa22f85 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:
|
Preview of changes: @felipeota - this better? |
That's it! |
Split Helm install documentation into Helm 3 and Helm 2 - deliberately putting Helm 3 at the top, since we would like to push people that way. Closes googleforgames#1494 Work on googleforgames#1436
Build Succeeded 👏 Build Id: 11071548-5a7e-4dd3-a7ac-7774574e5364 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:
|
$ cd install/helm/ | ||
$ helm install --name my-release --namespace agones-system agones --set agones.image.tag={{< release-version >}}-481970d | ||
$ kubectl create namespace ps4 | ||
$ helm upgrade my-release agones/agones --set "gameservers.namespaces={default,xbox,ps4}" |
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.
While we're at it, we might want to add --reuse-values
to this command-line, so that people using it don't accidentally remove other settings that have been applied to the Helm chart.
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.
Ooh, that's an excellent suggestion. Making this adjustment now!
Build Succeeded 👏 Build Id: fbf36ffa-c287-471e-a9f7-9c054dc42844 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:
|
Gentle bump - anything else that needs changing in here? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Thank you! 😄 |
Build Failed 😱 Build Id: 8ebf0627-bede-4ae7-adc4-24dacacf131d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Arg.
Need to work out what is up there. |
Build Failed 😱 Build Id: 73145712-dc5d-4a0c-a140-5f663744d339 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: ba42ab76-3419-492d-918c-4c899bd09ca3 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:
|
* Helm 3 Install Documentation Split Helm install documentation into Helm 3 and Helm 2 - deliberately putting Helm 3 at the top, since we would like to push people that way. Closes googleforgames#1494 Work on googleforgames#1436
What type of PR is this?
/kind documentation
What this PR does / Why we need it:
Split Helm install documentation into Helm 3 and Helm 2 - deliberately
putting Helm 3 at the top, since we would like to push people that way.
Which issue(s) this PR fixes:
Closes #1494
Work on #1436
Special notes for your reviewer:
None.