-
Notifications
You must be signed in to change notification settings - Fork 117
Add a section for prerequisites #171
Conversation
ash211
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love docs!
docs/running-on-kubernetes.md
Outdated
|
|
||
| ## Prerequisites | ||
|
|
||
| * You must have a running Kubernetes cluster with access configured to it using [kubectl](https://kubernetes.io/docs/user-guide/prereqs/). If you do not already ahve a working Kubernetes cluster, you may setup a test cluster on your local machine using [minikube](https://kubernetes.io/docs/getting-started-guides/minikube/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: ahve -> have
docs/running-on-kubernetes.md
Outdated
| ## Prerequisites | ||
|
|
||
| * You must have a running Kubernetes cluster with access configured to it using [kubectl](https://kubernetes.io/docs/user-guide/prereqs/). If you do not already ahve a working Kubernetes cluster, you may setup a test cluster on your local machine using [minikube](https://kubernetes.io/docs/getting-started-guides/minikube/). | ||
| * You must have appropriate permissions to create and list pods & nodes on the cluster. You can verify that you can list these resources by running `kubectl get nodes` and `kubectl get pods` which should give you a list of nodes and pods (if any) respectively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also need to be able to create services
docs/running-on-kubernetes.md
Outdated
|
|
||
| * You must have a running Kubernetes cluster with access configured to it using [kubectl](https://kubernetes.io/docs/user-guide/prereqs/). If you do not already ahve a working Kubernetes cluster, you may setup a test cluster on your local machine using [minikube](https://kubernetes.io/docs/getting-started-guides/minikube/). | ||
| * You must have appropriate permissions to create and list pods & nodes on the cluster. You can verify that you can list these resources by running `kubectl get nodes` and `kubectl get pods` which should give you a list of nodes and pods (if any) respectively. | ||
| * You must have an uncompressed spark distribution with Kubernetes support, or build one from [sources](https://github.com/apache-spark-on-k8s/spark). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uncompressed -> extracted
ash211
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge when build is green (or earlier since this is a docs-only change)
* Adding prerequisites * address comments
* Adding prerequisites * address comments
* Adding prerequisites * address comments (cherry picked from commit 6556451)
…o 64KB bytecode size limit (apache-spark-on-k8s#171)
* Adding prerequisites * address comments
No description provided.