Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 551 Bytes

FAQ.md

File metadata and controls

15 lines (12 loc) · 551 Bytes

FAQ

Common problems and solutions where arena doesn't launch:

  • error: unable to recognize "/tmp/tf-dist-git.yaml392889812": no matches for kind "TFJob" in version "kubeflow.org/v1alpha2"

Solution

git clone https://github.com/kubeflow/arena.git
kubectl delete -f kubernetes-artifacts/tf-operator/tf-operator.yaml
kubectl create -f kubernetes-artifacts/tf-operator/tf-operator.yaml

Common questions:

Does arena support pytorch

Yes, we support it. See https://github.com/kubeflow/arena/releases/tag/v0.5.0 for details.