Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

V1.1.0

Compare
Choose a tag to compare
@f0rmiga f0rmiga released this 23 Sep 14:37
· 13 commits to master since this release
ef11c30

What's new

  • The bindings return the URI with the cluster domain. This is important when the search path of apps' /etc/resolv.conf doesn't include the cluster domain.

You can check the full diff here: v1.0.0...v1.1.0.

Upgrading from v1.0.0

The upgrade should be smooth, but to take advantage of the FQDN URI, all service bindings must be re-done.
IMPORTANT - If you are using Minibroker with KubeCF, you will need to do this before upgrading to KubeCF 2.5 as apps will not include the search path in /etc/resolv.conf.

Installation instructions

  1. Make sure you have service catalog installed, if not:
helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com
kubectl create namespace svc-cat
helm install catalog --namespace svc-cat svc-cat/catalog
  1. Add the Minibroker Helm repository:
helm repo add minibroker https://minibroker.blob.core.windows.net/charts
helm repo update
  1. Install!
kubectl create namespace minibroker
helm install minibroker --namespace minibroker minibroker/minibroker