Skip to content

0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 16:55

Changelog

Fixes

  • upgrade ntex dependency of MQTT endpoint too 7325197
  • update ntex dependencies 905c2a7, closes #148
  • frontend: Add the missing topic field to the Knative example 804f41b
  • auth: Fix the crate version f4d3c81
  • base64 encode json payload for TTNv3 API 8ffa258

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
  • kubectl
  • curl
  • helm
  • 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

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

kind create cluster --config=deploy/kind/cluster-config.yaml
./scripts/drgadm deploy