andygrove commented on code in PR #322: URL: https://github.com/apache/arrow-ballista/pull/322#discussion_r990663638
########## helm/README.md: ########## @@ -0,0 +1,48 @@ +# Ballista Helm Chart + +Helm is a convenient way to install applications into Kubernetes. It can work against any Kubeneretes environement, +including all the major cloud providers. +For the purposes of this documentation, we will use Kubernetes-in-Docker (kind) to install locally. + +## Prerequisites + +```shell +sudo apt install kubectl docker.io docker-compose Review Comment: I tried this on Ubuntu 20.04.4 LTS and got: ``` $ sudo apt install kubectl docker.io docker-compose [sudo] password for andy: Reading package lists... Done Building dependency tree Reading state information... Done No apt package "kubectl", but there is a snap with that name. Try "snap install kubectl" E: Unable to locate package kubectl ``` ########## helm/README.md: ########## @@ -0,0 +1,48 @@ +# Ballista Helm Chart + +Helm is a convenient way to install applications into Kubernetes. It can work against any Kubeneretes environement, +including all the major cloud providers. +For the purposes of this documentation, we will use Kubernetes-in-Docker (kind) to install locally. + +## Prerequisites + +```shell +sudo apt install kubectl docker.io docker-compose Review Comment: We can just document this of course. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org