Answer the question
In order to leave comments, you need to log in
How to check if a given version of Kubernetes supports the api version for a pod object?
Hello everyone,
in the yaml manifest there is a line,
apiVersion: apps/v1beta1
kind: Deployment
Answer the question
In order to leave comments, you need to log in
It is best to look at the API Reference
https://kubernetes.io/docs/reference/generated/kub...
https://kubernetes.io/docs/reference/generated/kub...
In the Release Notes, you can see that in 1.18 they left only apps/v1 for Deployment
https://v1-18.docs.kubernetes.io/docs/setup/releases...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question