This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
KubeCF Release v2.5.3
⚠️ WARNING: Do not deploy this version and go directly to 2.5.8
Enhancement(s)
- Ability to set memory limits and requests (KubeCF comes with defaults now). #1258
Bug Fix(es)
- DB rotation job has a larger memory limit now. #1420
- Quarks Operator updated to include fixes for QuarksSecret rotation and invalid resource owner references. #1384
- Deployment selector on apps-dns no longer changes based on version. #1370
- Add missing data for the CF info endpoints. #1395
Known issues
- There's a
cf-operator
bug that rotates a Secret when a SecretLabels is triggered.
Dependencies
Name | Version | Description |
---|---|---|
cf-operator | 6.1.7+0.g4d918d1f | Processes BOSH deployments. Maps them to kube objects |
Quick Fresh Installation
These are the basic guidelines to deploy KubeCF in a development environment. For more detailed information check here.
Before starting the deployment phase, make sure that the values.yaml file contains all the needed properties with valid values. For more information about the available properties check here.
Download the release bundle artifact extract the content to a local folder.
cf-operator
helm install cf-operator \
--namespace cf-operator \
--set "global.singleNamespace.name=kubecf" \
cf-operator.tgz
KubeCF
Install KubeCF after setting the needed properties in your values.yaml
.
helm install kubecf \
--namespace kubecf \
--values values.yaml \
kubecf_release.tgz