From c86eb8ddedda1d6ba1d317f5e4f1e06b93b29988 Mon Sep 17 00:00:00 2001 From: Mulloy Morrow Date: Fri, 8 Jul 2016 13:30:08 -0700 Subject: [PATCH] fix proxy url fix proxy url --- examples/spark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spark/README.md b/examples/spark/README.md index d51bf650f3c..bc8ca2e09e3 100644 --- a/examples/spark/README.md +++ b/examples/spark/README.md @@ -156,7 +156,7 @@ kubectl proxy --port=8001 ``` At which point the UI will be available at -[http://localhost:8001/api/v1/proxy/namespaces/spark-cluster/services/spark-webui/](http://localhost:8001/api/v1/proxy/namespaces/default/services/spark-webui/). +[http://localhost:8001/api/v1/proxy/namespaces/spark-cluster/services/spark-webui/](http://localhost:8001/api/v1/proxy/namespaces/spark-cluster/services/spark-webui/). ## Step Three: Start your Spark workers