-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to install tf-operator in minikube because of the version of kubectl/kustomize #1381
Comments
Thanks for the issue, we will have a look asap |
Cannot reproduce it here. |
I am using 1.21, maybe I should try 1.19 |
I also try 1.16, 1,17. Both versions don't work for me. |
@gaocegege It's not related to the Kubernetes version. |
Interesting. Maybe we should add doc for it. |
The version of the kustomize in different kubectl varies. This is kind of tricky and we should probably consider the compatibility later |
I didn't notice 1.19 and 1.20 are still using kustomize v2.0.x. The major reason kustomize doesn't work is only bases can refer to outside paths. See more details here. kubernetes-sigs/kustomize#776 (comment) |
Closed by #1387 |
Try to use
kubectl kustomize "github.com/kubeflow/tf-operator.git/manifests/overlays/standalone?ref=master" | kubectl apply -f -
to install tf-oepator, and I met below erorrKubernetes version:
The text was updated successfully, but these errors were encountered: