Skip to content
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

[bug] TFJob dashboard UI not showing up through Ambassador reverse proxy #260

Closed
swiftdiaries opened this issue Feb 17, 2018 · 2 comments
Closed

Comments

@swiftdiaries
Copy link
Member

Is this a BUG REPORT or FEATURE REQUEST?:

/kind bug

What happened:

Tried the ambassador reverse proxy to connect to the TFJob dashboard. Got an empty page.

screen shot 2018-02-16 at 7 41 01 pm

What you expected to happen:

Wanted the TFJob dashboard. Shown below.

screen shot 2018-02-16 at 7 46 33 pm

How to reproduce it (as minimally and precisely as possible):

ks init my-kubeflow
cd my-kubeflow
ks registry add kubeflow github.com/kubeflow/kubeflow/tree/master/kubeflow
ks pkg install kubeflow/core
ks pkg install kubeflow/tf-job
NAMESPACE=kubeflow
kubectl create namespace ${NAMESPACE}
ks generate core kubeflow-core --name=kubeflow-core --namespace=${NAMESPACE}
ks param set kubeflow-core cloud gke --env=cloud
KF_ENV=cloud
ks apply ${KF_ENV} -c kubeflow-core
PORT=4004
PODNAME=`kubectl get pods --namespace ${NAMESPACE} --selector="service=ambassador" -o \
jsonpath='{.items[0].metadata.name}'`
kubectl port-forward --namespace=${NAMESPACE} $PODNAME ${PORT}:80

Then open http://127.0.0.1:4004/tfjobs/ui/ in your browser.

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
    Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.2", GitCommit:"5fa2db2bd46ac79e5e00a4e6ed24191080aa463b", GitTreeState:"clean", BuildDate:"2018-01-18T10:09:24Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"darwin/amd64"}
    Server Version: version.Info{Major:"1", Minor:"8+", GitVersion:"v1.8.7-gke.1", GitCommit:"192ccad06d24af9828cbf42330e1d915cb586406", GitTreeState:"clean", BuildDate:"2018-01-31T21:39:04Z", GoVersion:"go1.8.3b4", Compiler:"gc", Platform:"linux/amd64"}
  • Cloud provider or hardware configuration: GKE
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@jlewi
Copy link
Contributor

jlewi commented Feb 17, 2018

Is this the same problem as kubeflow/training-operator#323

@swiftdiaries
Copy link
Member Author

Yes. It's the same.

yanniszark pushed a commit to arrikto/kubeflow that referenced this issue Feb 15, 2021
Commit b6f8e07 ("Update manifests (kubeflow#246)") has just changed the
namespace as a whole. This new manifest should be updated as well.

Fixes: 67e94c7 ("Set MYSQL_ROOT_PASSWORD via Secret (kubeflow#253)")
Signed-off-by: Koichiro Den <den@valinux.co.jp>
elenzio9 pushed a commit to arrikto/kubeflow that referenced this issue Oct 31, 2022
* Add Katib release team

* Modify description

* Put katib-release team in correct order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants