This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
KubeCF Release v2.7.12
Enhancement(s)
- Added ca certs required by diego-cell for multi-cluster #1570
Bug Fix(es)
quarks
(previouslycf-operator
) bump to 7.1.3 that contains several bug fixes- Bumped stemcell version for SUSE buildpacks to 29.6 #1674
- Bumped
suse-java-buildpack release
to 4.35.0.1 #1655 - Bumped
sle15
release to 26.8 #1668 - Bumped
nats
to version 39 #1673 - Upgrades from prior versions of kubecf no longer fail due to can't find multi-az scheduler #1663
- Now use correct secret name when credentials are overridden #1671
Dependencies
Name | Version | Description |
---|---|---|
cf-operator | v7.1.3-0.g0ce050b | 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 \
--wait
KubeCF
Install KubeCF after setting the needed properties in your values.yaml
.
helm install kubecf \
--namespace kubecf \
--values values.yaml \
kubecf_release.tgz