0.3.0-rc5
Pre-release
Pre-release
Installation
Download one of the installers, extract and run the installer script scripts/drogue.sh
from the main directory of
the archive.
You will need:
- Bash
kubectl
curl
- Podman or docker
- A Kubernetes cluster (also see below)
Minikube
- Install Minikube – https://minikube.sigs.k8s.io/docs/start/
minikube start --cpus 4 --memory 16384 --disk-size 20gb --addons ingress
minikube tunnel # in a separate terminal, as it keeps running
./scripts/drogue.sh
Kind
- Install
kind
– https://github.com/kubernetes-sigs/kind/releases
kind create cluster
env CLUSTER=kind ./scripts/drogue.sh