This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
KubeCF Release v1.0.0
KubeCF first major release is out 🥳 ...
Features
- HA database configuration for CCDB and UAA based on the upstream PXC chart
[#312] - Stratos on KubeCF [#199]
- Bump all releases to use SLE15 base image [#373]
- Add SITS to CI [#423]
- Bump cf-deployment to 12.33 [#413]
- Bump cf-operator to 3.2.1 [#446]
- Public Concourse CI
You can find all the closed no-bug issues here.
Bug fixes
- fix: allow only credhub and uaa for apps [#434]
- fix: helm: reduce duplication in sizing ops [#440]
- fix: allow only credhub and uaa for apps [#434]
- Fixing out of memory issue when scaling doppler instances [#366]
- Remove security group that allows apps to communicate with internal network [#304]
You can find all the fixed bugs here.
Dependencies
Name | Version | Description |
---|---|---|
cf-operator | 3.2.1-.ga32a3f79 | 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.operator.watchNamespace=kubecf" \
cf-operator-3.2.1+0.ga32a3f79.tgz
KubeCF
Install KubeCF after setting the needed properties in your values.yaml
.
helm install kubecf \
--namespace kubecf \
--values values.yaml \
kubecf.tgz