1 min readOct 7, 2019
kubectl convert -f some.yaml
kubectl convert is DEPRECATED and will be removed in a future version.
In order to convert, kubectl apply the object to the cluster, then kubectl get at the desired version.
Be aware!