I’ve been encountering similar challenges dealing with old Kubernetes library versions, CRDs, etc. Is this a problem mainly with the Kubernetes project or just Go dependencies? It’s quite frustrating, and I always discover some new set of voodoo to handle it.
philkuz|4 years ago
Hopefully this becomes easier with the beta lifecycle policy: https://kubernetes.io/blog/2020/08/21/moving-forward-from-be...
Unfortunately this also means you'll see similar issues in the short term.
One way to avoid these might be to opt for only GA k8s APIs for your infra.
dilyevsky|4 years ago