You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update links to k8s documentation in site/assets/templates/crd-doc-config.json
Regenerate crd api reference docs - make gen-api-docs
Regenerate crd client libraries - make gen-crd-client
Regenerate Kubernetes resource includes (e.g. ObjectMeta, PodTemplateSpec)
Start a cluster with make gcloud-test-cluster, uninstall agones using helm uninstall agones -n agones-system, and then run make gen-embedded-openapi and make gen-install
If client-go pulled in a new version of gRPC, then also
Update the SDK base image grpc version and rebuild the image. Note that this can take a while and in the past we have had to manually push it to gcr because cloud build doesn't like how long it takes.
@1804devs - Thanks for your interest in this ticket and contributing to Agones!
This may not be the easiest ticket to tackle for you first contribution. Have you read the contributing guide and Developing, Testing and Building Agones? Those should help with your development workflow and help you figure out why CI isn't passing on your pull request. It is also helpful if you can run the build locally to replicate what is failing in the CI system to speed up the debugging cycle.
I would suggest trying to pick up a ticket with the "good first issue" label to make your first contribution. Those issues tend to be simpler and require a lot less understanding of the internals of the project.
This update doesn't introduce new version of google.golang.org/grpc so there is not need to update the SDK base image grpc version and the version number in C++ Cmake scripts (steps 1 and 4 of the last task in the list above). I also run make gen-allocation-grpc and make gen-all-sdk-grp to confirmed they didn't generate any change.
As discussed during last week's community meeting, it's time to upgrade to the next version of Kubernetes!
List of items to do for upgrading to 1.24:
cd build/terraform/prow; terraform apply -var project=agones-images
cd build/terraform/e2e; terraform apply -var project=agones-images
build/build-image/Dockerfile
build/e2e-image/Dockerfile
supported_k8s
and related (dodev_
before main)site/assets/templates/crd-doc-config.json
make gen-api-docs
make gen-crd-client
make gcloud-test-cluster
, uninstall agones usinghelm uninstall agones -n agones-system
, and then runmake gen-embedded-openapi
andmake gen-install
The text was updated successfully, but these errors were encountered: