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

KubeCF Release v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fargozhu fargozhu released this 28 Jan 08:57
· 2636 commits to master since this release
666ad8e

This release contains several improvements to the KubeCF continuous integration, including the public read-access to the Concourse pipelines along with the usual cool work.

Features

  • Add PSP and default bindings. [#347]
  • CCDB encryption key rotation. [#298]
  • Enable SUSE buildpacks on Cloud Controller. [#314]
  • CF-Operator 2.0.0.

You can find all the closed no-bug issues here.

Bug fixes

  • LB instances not coming up on EKS. [#262]
  • Allow setting SVC spec.loadBalancerIP for GKE reserved/static IPs. [#296]
  • Bump CATS release to 0.0.9. [#305]
  • fix: gorouter HTTP target port. [#300]
  • fix: post-start for diego-api passive instance(s). [#288]
  • fix: log-cache memory consumption spike. [#355]
  • fix: loggregator DNS spam. [#365]

You can find all the fixed bugs here.

Dependencies

Name Version Description
cf-operator v2.0.0-0.g0142d1e9 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.

cf-operator

Please check the Dependencies section for the cf-operator version that is compatible with the KubeCF release.

helm install --name cf-operator \
  --namespace cf-operator \
  --set "global.operator.watchNamespace=kubecf" \
  https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-v2.0.0-0.g0142d1e9.tgz

KubeCF

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

helm install --name kubecf \
  --namespace kubecf \
  --values values.yaml \
  https://github.com/SUSE/kubecf/releases/download/v0.2.0/kubecf-0.2.0.tgz