bosh-kubernetes-cpi/5
You can find the source of this version on GitHub at SAP/bosh-kubernetes-cpi-release. It was created based on the commit 9387f7d
.
Release Notes¶
- implement all required CPI methods
- BATs are green excluding
persistent_disk
(migrating disk will be exposed as CPI function)manual_networking
(not possible out-of-the-box in k8s)vip_networking
(not possible out-of-the-box in k8s)powerdns
(no DNS exposed via public IP)
The Kubernetes Bosh CPI is still experimental but should be functional.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-kubernetes-cpi" version: "5" url: "https://bosh.io/d/github.com/SAP/bosh-kubernetes-cpi-release?v=5" sha1: "180f26ce90bd1cadbec016380cd7014bf615d9f1"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 180f26ce90bd1cadbec016380cd7014bf615d9f1 \ "https://bosh.io/d/github.com/SAP/bosh-kubernetes-cpi-release?v=5"