Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

KubeCF Release v1.0.0

Compare
Choose a tag to compare
@fargozhu fargozhu released this 11 Mar 14:05
ba84cf3

KubeCF first major release is out 🥳 ...

Features

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