ah but its provider specific, anyway to get the eq...
# kubernetes
c
ah but its provider specific, anyway to get the equivalent of
kubectl version
?
b
kubectl version
just returns the server and client api version.
what is missing from the
platformVersion
output that you need?
c
So I was hoping to just understand the API version of the cluster regardless of provider, and install different versions of resources based on that
anyway to do that today?