kubeflow-incubator / tfjob-java-client

Java Client for Kubeflow TFJob
Apache License 2.0
3 stars 6 forks source link

HOW TO GET KUBECONFIG #17

Closed ShangCunShanFu closed 4 years ago

ShangCunShanFu commented 4 years ago

How can I get the "/home/mofeng.cj/kubeconfig" appear in the class "org.kubeflow.client.examples.Example"? I can't run the "org.kubeflow.client.examples.Example#main".

ShangCunShanFu commented 4 years ago

resolved

jetmuffin commented 4 years ago

Hi, @ShangCunShanFu Just replace it with your own KUBECONFIG path and recompile the codes. BTW, notice that this repo is not maintained any more. Maybe you can open an issue in tf-operator or ping @gaocegege if you have any problem about tfjob-java-client.

ShangCunShanFu commented 4 years ago

@jetmuffin Thanks for reply.