This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
v4.0.0
New Features
- Deployment name prefixes have been removed #873
- Ability to control processes lifecyle managed by
containerrun
through a socket #858
Known Issues
- helm delete won't clean up Custom Resource Definitions
- updates may cause skipping of StatefulSet version numbers
- this version won't upgrade properly from v3.4.0; if you need to upgrade from that version, please let us know on cloudfoundry.slack.com, channel #quarks-dev
Installation
# Use this if you've never installed the operator before
helm repo add quarks https://cloudfoundry-incubator.github.io/quarks-helm/
helm install cf-operator quarks/cf-operator
# Use this if the custom resources have already been created by a previous CF Operator installation
helm repo update
helm install cf-operator quarks/cf-operator --set "customResources.enableInstallation=false"
# For more options look at the README for the chart
helm show readme quarks/cf-operator
Dependencies
Kubernetes
Helm
Assets
Helm repository
Helm chart and standalone binary: