Update 'README.md'

master
Garrett Mills 3 years ago
parent 9d91c08045
commit 2bca8fa37c

@ -10,7 +10,7 @@ If you want to follow along or try OpenMPI on Kubernetes out for yourself, you c
2. Install `kubectl`. This is the Kubernetes CLI tool. It's how you interface with Kubernetes. [Grab it here.](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
3. Install Minikube. Minikube is a software tool that creates a Kubernetes cluster with VMs on your local machine. This is an excellent tool for testing deployments. [Get it here.](https://kubernetes.io/docs/tasks/tools/install-minikube/)
4. Install Helm. Helm is a Kubernetes package manager used by the cluster framework. [Here's the link.](https://helm.sh/docs/using_helm/#installing-helm)
5. Clone this repository to your computer using Git: `git clone https://git.glmdev.tech/glmdev/k8s-hpc-demo`
5. Clone this repository to your computer using Git: `git clone https://code.garrettmills.dev/garrettmills/k8s-hpc-demo`
That's it! You're ready to start using the Kubernetes cluster on your computer.

Loading…
Cancel
Save