Skip to content

Commit

Permalink
route to centralui (kubeflow#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkasravi authored and k8s-ci-robot committed May 18, 2018
1 parent 5326e9c commit 6d5c422
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions kubeflow/core/iap.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -491,24 +491,6 @@
],
},
},
// TODO(ankushagarwal): We should eventually
// redirect to the central UI once its ready
// See https://github.com/kubeflow/kubeflow/pull/146
// Redirect to jupyterhub when visiting /
{
timeout_ms: 600000,
path: "/",
prefix_rewrite: "/hub",
use_websocket: true,
weighted_clusters: {
clusters: [
{
name: "cluster_jupyterhub",
weight: 100.0,
},
],
},
},
{
// Route remaining traffic to Ambassador which supports dynamically adding
// routes based on service annotations.
Expand Down

0 comments on commit 6d5c422

Please sign in to comment.