README.md
June 20, 2022 · View on GitHub
Installation
Download one of the installers, extract and run the installer script scripts/drgadm from the main directory of
the archive.
You will need:
- Bash
kubectlcurlhelm- 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/drgadm deploy
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/drgadm deploy
Kind
- Install
kind– https://github.com/kubernetes-sigs/kind/releases
kind create cluster --config=deploy/kind/cluster-config.yaml
./scripts/drgadm deploy
Code Ready Containers
- Install
crc- https://developers.redhat.com/products/openshift-local/overview - Run
crc setupat least once after the installation
crc start --cpus 8 --memory 32768
env CLUSTER=openshift ./scripts/drgadm deploy -p crc