Releases: drogue-iot/drogue-cloud
0.4.0-rc3
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
- 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
./scripts/drogue.sh
0.4.0-rc1
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
- 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
./scripts/drogue.sh
0.3.0
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
0.3.0-rc5
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
0.3.0-rc2
v0.3.0-rc2 Fix name of the "needs" variable
0.2.0
v0.2.0 Release 0.2.0
0.2.0-rc9
v0.2.0-rc9 Use "date" instead of "uuid" as that should always be present
0.2.0-rc8
v0.2.0-rc8 Ignore errors when 'kn' is failing
0.2.0-rc7
Work around Knative "RevisionMissing" issue see: https://github.com/knative/serving/issues/10344
0.2.0-rc6
v0.2.0-rc6 Wait for the client secret to be populated