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

Deprecated Kubernetes apiVersion for Deployment #47

Open
yanntoque opened this issue Feb 21, 2022 · 0 comments
Open

Deprecated Kubernetes apiVersion for Deployment #47

yanntoque opened this issue Feb 21, 2022 · 0 comments

Comments

@yanntoque
Copy link

The current apiVersion for the kubernetes deployment is set to apps/v1beta1 which is deprecated since Kubernetes 1.16 cause the following command to fail as shown in the image below. Deployment cannot be created : kubectl apply -f <deployment.(yaml|json)>
image

How to fix this issue

Following the recommandation of the Kubernetes | API Reference the deployment apiVersion should be set to apps/v1 as mentioned in the Deployment Kubernetes API Reference

I will make the changes.

yanntoque added a commit to yanntoque/community-playground that referenced this issue Feb 21, 2022
yanntoque added a commit to yanntoque/community-playground that referenced this issue Feb 21, 2022
…v1 from deprecated apps/v1beta1

Signed-off-by: Yann Toqué [email protected]
yanntoque added a commit to yanntoque/community-playground that referenced this issue Feb 21, 2022
…v1 from deprecated apps/v1beta1

Signed-off-by: Yann Toqué <[email protected]>
yanntoque added a commit to yanntoque/community-playground that referenced this issue Feb 21, 2022
…v1 from deprecated apps/v1beta1

Signed-off-by: TOYA - Yann Toqué <[email protected]>
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

No branches or pull requests

1 participant