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

KubeCF Release v2.5.5

Compare
Choose a tag to compare
@fargozhu fargozhu released this 06 Oct 14:36
· 58 commits to release-2.5 since this release

⚠️ WARNING: Do not deploy this version and go directly to 2.5.8

Bug Fix(es)

  • cf-operator bump to consume the changes related with coredns image tag and location.

Dependencies

Name Version Description
cf-operator 6.1.10+0.g7b1a5f2f.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

KubeCF

Install KubeCF after setting the needed properties in your values.yaml.

helm install kubecf \
  --namespace kubecf \
  --values values.yaml \
  kubecf_release.tgz