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

Cherry-pick #1676 fix centralUI #1685

Merged
merged 2 commits into from
Oct 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/centraldashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ func main() {
func GetClient() *kubernetes.Clientset {
config, err := rest.InClusterConfig()
if err != nil {
panic(err.Error())
fmt.Printf("Error loading incluster config: %v", err.Error())
}
// creates the clientset
clientset, err := kubernetes.NewForConfig(config)
if err != nil {
panic(err.Error())
fmt.Printf("Error creating clientset from clusterconfig: %v", err.Error())
}

return clientset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>Kubeflow</h1>
<a href="/hub/" class="mdl-layout__tab is-active mdl-color-text--white">JupyterHub</a>
<a href="/tfjobs/ui/" class="mdl-layout__tab mdl-color-text--white">TFJob Dashboard</a>
<a href="/k8s/ui/" class="mdl-layout__tab mdl-color-text--white">k8s Dashboard</a>
<a href="/katib/" class="isDisabled mdl-layout__tab mdl-color-text--white">Katib Dashboard</a>
<a href="/" class="isDisabled mdl-layout__tab mdl-color-text--white">Katib Dashboard</a>
</div>
</header>
<br>
Expand Down
2 changes: 1 addition & 1 deletion releasing/image_tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,6 @@ images:
year: 2018
- name: gcr.io/kubeflow-images-public/centraldashboard
versions:
- digest: sha256:759d98f209ebbc57fdc73bea8df6c43209808b86c7da7845cd201f45eee6eedb
- digest: sha256:9a410ef29484aa6d8b2acacbed8cc708bbf928436b67f1ab326eaf096424139a
tags:
- v0.3.0