Skip to content
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

Kubernetes API version (apps/v1beta1) should be updated to apps/v1 #115

Open
oke-py opened this issue Apr 19, 2020 · 0 comments
Open

Kubernetes API version (apps/v1beta1) should be updated to apps/v1 #115

oke-py opened this issue Apr 19, 2020 · 0 comments

Comments

@oke-py
Copy link

oke-py commented Apr 19, 2020

Statefulset in apps/v1beta1 is deprecated in Kubernetes v1.16.
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

It is used as below.

$ git grep apps/v1beta1                          
example/StatefulSet/mongo-statefulset.yaml:apiVersion: apps/v1beta1

Currently, GKE is using v1.14 or v1.15, and so these manifests can be applied.
However, a few months later, GKE will use v1.16, and then the manifests cannot be applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant