From 9186d4a16f8ecaa1ce1207bc7523379c365544d1 Mon Sep 17 00:00:00 2001 From: jay vyas Date: Wed, 21 Aug 2019 05:52:00 -0700 Subject: [PATCH] spark cluster namespace to the tl;dr section --- staging/spark/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/staging/spark/README.md b/staging/spark/README.md index a7777d8c..b95d733f 100644 --- a/staging/spark/README.md +++ b/staging/spark/README.md @@ -311,14 +311,15 @@ information. ## tl;dr ```console -kubectl create -f examples/staging/spark +kubectl create ns spark-cluster +kubectl create -f examples/staging/spark -n spark-cluster ``` After it's setup: ```console -kubectl get pods # Make sure everything is running -kubectl get svc -o wide # Get the Loadbalancer endpoints for spark-ui-proxy and zeppelin +kubectl get pods -n spark-cluster # Make sure everything is running +kubectl get svc -o wide -n spark-cluster # Get the Loadbalancer endpoints for spark-ui-proxy and zeppelin ``` At which point the Master UI and Zeppelin will be available at the URLs under the `EXTERNAL-IP` field.