Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@viovanov viovanov released this 22 Jan 22:17
· 714 commits to master since this release

New Features

  • meltdown duration is now 1 minute
  • fix for entangled pods crashing when they contain Volume Sources that are not secrets (#770)
  • support for setting tolerations in instance groups
  • entangled pods can consume multiple bosh links (and the annotations now use a JSON format)
  • helm chart values.yaml contains default values and has comments
  • support for rotating QuarksSecrets

Known Issues

  • helm delete won't clean up Custom Resource Definitions
  • updates may cause skipping of StatefulSet version numbers
  • not supported on Kubernetes > 1.16

Installation

# Use this if you've never installed the operator before
helm install --namespace cf-operator --name cf-operator https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-v2.0.0-0.g0142d1e9.tgz

# Use this if the custom resources have already been created by a previous CF Operator installation
helm install --namespace cf-operator --name cf-operator https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-v2.0.0-0.g0142d1e9.tgz --set "customResources.enableInstallation=false"

Assets

Helm chart and standalone binary: