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

KubeCF Release v2.6.1

Compare
Choose a tag to compare
@fargozhu fargozhu released this 27 Oct 13:07

Enhancement(s)

  • Capability to configure the staging ServiceAccount for the Eirini staging job and Eirini apps. #1494
  • Ability to pull KubeCF from a private registry that requires authentication. #1421

Bug Fix(es)

  • Don't allow upgrades unless the embedded database is a singleton. #1471
  • Remove blobstore settings from eirini-helm ops file that can break when KubeCF is configured to use an external blobstore. #1516
  • Update ingress.yaml to allow the pod selector to match the scheduler pod in KubeCF. #1517

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