Skip to content

0.4.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 15:08

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)

By default, the cluster type will be aligned with the downloaded installer. However, you can override this using
the CLUSTER variable:

env CLUSTER=kind ./scripts/drogue.sh

Minikube

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

kind create cluster
./scripts/drogue.sh