https://rancher.com/ logo
#general
Title
# general
c

cuddly-appointment-26831

10/04/2022, 5:27 AM
Hey Everyone, I have a doubt... So I have my ingress ( when seen from kubectl ) in networking.k8s.io/v1 but from the rancher ui when I see the ingress yaml, I see the apiVersioin as extensions/v1beta1. Idk what is the reason here. Thank you in advance for help !!!
m

miniature-artist-12945

10/04/2022, 11:56 AM
When you call the API server with
kubectl
it will request version
v1
and the API server will happily convert the
v1beta1
resource to
v1
for you. If you want to find deprecated resources in your cluster, asking the API server is not the right way. See https://pluto.docs.fairwinds.com
3 Views