This repository was archived by the owner on Oct 22, 2021. It is now read-only.
v7.2.0 π
Pre-release
Pre-release
·
34 commits
to master
since this release
New Features
This fixes several issues with bootstrap and BOSH job template rendering.
Multi AZ deployments should work now. For every AZ there will be one separate statefulset of the instance group.
π Features
π Bug Fixes
- Remove drain dir @manno (#1292)
- Remove startup-ordinal, use pre-generated job instances (affects bootstrap, etc) @manno (#1288)
- Fixes upgrading problems due to mismatching statefulset labels from 6.x and 7.x
π§° Maintenance
- Update controller runtime to 0.8.2 @rohitsakala (#1291)
- Bump kind and kubernetes images in CI @manno (#1290)
- Modify HA upgrade test @rohitsakala (#1284)
- Fix Github CI @rohitsakala (#1282)
Known Issues
- The operator helm charts do not support "multi namespace" well. I.e. migration hooks won't run in workload namespace. One operator watching multiple namespaces is not supported by the provided helm charts.
- Installing multiple operators in one namespace is not supported by the helm charts. (#1257)
- Installing multiple operators on the same cluster, but in different namespaces is currently broken and
--set fullameOverridemust be used for subsequent operators installs. (#1257)
Installation
# Use this if you've never installed the operator before
helm repo add quarks https://cloudfoundry-incubator.github.io/quarks-helm/
helm install quarks quarks/quarks --wait
# For more options look at the README for the chart
helm show readme quarks/quarks