The deployment files are currently using apiVersion apiregistration.k8s.io/v1beta1 for the APIService, which is deprecated in 1.19+ and dropped completely in 1.22+.
The apiVersion to use is apiregistration.k8s.io/v1. This apiVersion has been available since 1.10. No notable changes or migration steps needed according to the migration guide.
The deployment files are currently using apiVersion
apiregistration.k8s.io/v1beta1
for the APIService, which is deprecated in 1.19+ and dropped completely in 1.22+. The apiVersion to use isapiregistration.k8s.io/v1
. This apiVersion has been available since 1.10. No notable changes or migration steps needed according to the migration guide.