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

Update apiVersion for Deployments #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rlaurika
Copy link
Member

extensions/v1beta1 is no longer a valid apiVersion for Kubernetes >=
v1.16. The correct apiVersion to set is apps/v1 that has been available
since version v1.9.

More info: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

After this commit the Deployments under kubernetes can no longer be
created without modification on clusters that are older than v1.9.

extensions/v1beta1 is no longer a valid apiVersion for Kubernetes >=
v1.16. The correct apiVersion to set is apps/v1 that has been available
since version v1.9.

More info: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

After this commit the Deployments under kubernetes can no longer be
created without modification on clusters that are older than v1.9.
@rlaurika rlaurika requested a review from ernoaapa October 22, 2020 13:07
@rlaurika
Copy link
Member Author

Looks like the CircleCI failure is related to cloning the repo and not this change.

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 this pull request may close these issues.

1 participant