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.