This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
KubeCF Release v2.4.0
This new version is coming with multi-stack work, loads of bumps, the buildpack updates and other enhancements and bugs fixed.
The team will continue focus on Eirini stability work, container-to-container support, fixing bugs reported by the community and other stories listed in our board.
Enhancement(s)
- implement configurable multi-stack support #1202
- detailed information for the most used fields in values.yaml #736
Bug Fix(es)
- auto creation of ingress should not include bare domain #1205
- autoscaler goes into a CLBO if we run helm upgrade to enable it #973
- support configurable cluster domain #872
Maintenance
- better startup dependency declarations #727
- bump cflinuxfs3 release to 0.203.0 #1235
- bump PXC to 5.7.30-33 #1238
- bump cf-deployment to 13.9.0, cats to 6.0.0 #1172
Dependencies
Name | Version | Description |
---|---|---|
cf-operator | 5.2.0+0. g22cafc90 | 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