I am using Docker On Mac with K8 and trying to install Zeppelin on K8 so as to try out Spark jobs.
I am following https://zeppelin.apache.org/docs/0.9.0-SNAPSHOT/quickstart/kubernetes.html and got stuck at the first step itself
On executing kubectl apply -f zeppelin-server.yaml,I am getting:
NAME READY STATUS RESTARTS AGE
zeppelin-server-7cddf7f7bf-gxc2q 2/3 ImagePullBackOff 0 16s
Events:
I have not modified anything in the file.
