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

KubeCF Release v2.5.8

Compare
Choose a tag to compare
@fargozhu fargozhu released this 10 Oct 04:07

Bug Fix(es)

  • cf-operator bump to 6.1.17 that contains several bug fixes
  • Fixed problem whereby images were missing Diego install #1467
  • Updated Brain tests to handle Eirini-specific Metron tests #1468

Known issues

  • When using Eirini, the routing-api will be disabled since it only works with Diego. #1469
  • Prior to upgrading from an earlier version of KubeCF, if you ever changed sizing.database.instances to be greater than 1, you'll need to scale back down to 1. HA with the local database was introduced in a recent release but removed based on broken upgrades.

Dependencies

Name Version Description
cf-operator 6.1.17+0.gec409fd7.tgz 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