Releases: drogue-iot/drogue-cloud
0.7.0-rc1
v0.7.0-rc1 update javascript dependencies
0.6.0
v0.6.0 Switch to kind version 0.11.1
0.6.0-rc1
v0.6.0-rc1 Clarify installation instructions a bit.
0.5.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)
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.5.0-rc4
v0.5.0-rc4 Add a way to see the refresh token
0.5.0-rc3
v0.5.0-rc3 Clean up the status script output a bit
0.5.0-rc2
v0.5.0-rc2 Clean up the status script output a bit
0.5.0-rc1
v0.5.0-rc1 [#49]: Gracefully handle missing command and payload
0.4.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)
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-rc4
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