apache-spark-on-k8s / spark

Apache Spark enhanced with native Kubernetes scheduler back-end: NOTE this repository is being ARCHIVED as all new development for the kubernetes scheduler back-end is now on https://github.com/apache/spark/
https://spark.apache.org/
Apache License 2.0
612 stars 118 forks source link

Docs: Use can-i instead of get #526

Closed johscheuer closed 7 years ago

johscheuer commented 7 years ago

What changes were proposed in this pull request?

Use kubectl can-i instead of kubectl get since can-i checks the needed permissions directly. Also I updated the Docker images to the latest release version 0.4.0

How was this patch tested?

I ran the example application and tested the kubectl can-i commands.

Please review http://spark.apache.org/contributing.html before opening a pull request.

foxish commented 7 years ago

The docs are now in https://apache-spark-on-k8s.github.io/userdocs/, can you please retarget the PR against http://github.com/apache-spark-on-k8s/userdocs

johscheuer commented 7 years ago

Thanks for the hint!