-
Notifications
You must be signed in to change notification settings - Fork 817
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
Added new gen-install-alpha command #1673
Conversation
6fe1873
to
44417e1
Compare
Build Failed 😱 Build Id: a9b853d4-9f0b-4e0e-a431-1747591f67f5 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Golang SDK conformance test failed:
|
Build Succeeded 👏 Build Id: 76d93fcb-1792-4d9e-8508-268136ac7a10 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:
|
Question: WDYT? |
We discussed this option with @aLekSer as well but decided to add another one file, just to start this discussion at least. Alexander, what is your opinion? |
Well, an idea behind was to add a pre-generated yaml file with all Alpha features enabled for those guys who don't like dealing with
|
Yeah, doing both helm template instructions, and also where to update Feature flags is a good idea. Although that does mean that if we change places that feature flags occur in the index.yaml we need to remember to update them - so maybe we don't want to do that, and just do the helm template? |
Those 3 commands could do the job, but I am not sure what metadata is needed:
Using this as a starting point https://www.padok.fr/en/blog/helm-3-commands |
44417e1
to
9dad1cb
Compare
@aLekSer, thanks for the tip. |
9dad1cb
to
0d469e6
Compare
Build Failed 😱 Build Id: c51839df-4259-4704-89e8-284e0354567a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 836647f4-ce6c-4695-b085-79e896f8fd3d 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:
|
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.
I think this version is quite readable and easy to use by the users. Please update following the small comments.
@aLekSer thanks for the notes, PR is updated. |
0d469e6
to
c018434
Compare
Build Failed 😱 Build Id: a72e1e3d-c3a3-418d-a3f6-d71ed4d05628 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Looks like you'll need gen the api docs 👍
|
c018434
to
e6cd76f
Compare
Build Succeeded 👏 Build Id: ad374dca-be21-494e-a383-76d2ce76b725 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:
|
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.
LGTM!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akremsa, aLekSer, markmandel 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 |
* Described how to add parameters to yaml using helm * added crd api reference
What type of PR is this?
What this PR does / Why we need it:
There is a remark in Agones Community Meeting Working Doc about turning on Alpha features via YAML.
I've added a new command which allows us to achieve that.