-
Notifications
You must be signed in to change notification settings - Fork 820
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
Upgrade to Kubernetes 1.19 #2129
Labels
area/user-experience
Pertaining to developers trying to use Agones, e.g. SDK, installation, etc
kind/breaking
Breaking change
kind/feature
New features for Agones
Milestone
Comments
I'm getting started on this. It looks like the newest 1.19 Kubernetes release is 1.19.12. And the current AKS 1.19 release is 1.19.11:
|
This was referenced Jun 18, 2021
@cindy52 has volunteered to take a crack at updating client-go. |
markmandel
added a commit
to markmandel/agones
that referenced
this issue
Jun 25, 2021
Some new documentation in 1.19 meant that there was some extra work to be done to escape certain strings properly. This does that, and also provides the updated output for `PodTemplateSpec` and `ObjectMeta`. Work on googleforgames#2129 Fixes googleforgames#2159
markmandel
added a commit
to markmandel/agones
that referenced
this issue
Jun 25, 2021
Some new documentation in 1.19 meant that there was some extra work to be done to escape certain strings properly. This does that, and also provides the updated output for `PodTemplateSpec` and `ObjectMeta`. Work on googleforgames#2129 Fixes googleforgames#2159
markmandel
added a commit
to markmandel/agones
that referenced
this issue
Jun 25, 2021
Some new documentation in 1.19 meant that there was some extra work to be done to escape certain strings properly. This does that, and also provides the updated output for `PodTemplateSpec` and `ObjectMeta`. Work on googleforgames#2129 Fixes googleforgames#2159
roberthbailey
added a commit
that referenced
this issue
Jun 26, 2021
Some new documentation in 1.19 meant that there was some extra work to be done to escape certain strings properly. This does that, and also provides the updated output for `PodTemplateSpec` and `ObjectMeta`. Work on #2129 Fixes #2159 Co-authored-by: Robert Bailey <[email protected]>
That's the whole checklist! |
roberthbailey
added
kind/breaking
Breaking change
kind/feature
New features for Agones
area/user-experience
Pertaining to developers trying to use Agones, e.g. SDK, installation, etc
labels
Jul 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/user-experience
Pertaining to developers trying to use Agones, e.g. SDK, installation, etc
kind/breaking
Breaking change
kind/feature
New features for Agones
List of items to do for upgrading to 1.19:
build/build-image/Dockerfile
build/e2e-image/Dockerfile
supported_k8s
and related (dodev_
before main)make gen-crd-client
make gcloud-test-cluster
, uninstall agones usinghelm uninstall
, and then runmake gen-embedded-openapi
The text was updated successfully, but these errors were encountered: