This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
Releases: SAP-archive/bosh-kubernetes-cpi-release
Releases · SAP-archive/bosh-kubernetes-cpi-release
v6
The main theme of v6 was a complete test-driven rewrite of the <= v5 PoC quality code.
Notable other changes are:
- support for dynamic volume provisioning
- services no longer get created as type
NodePort
but are instead expected to be pre-provisioned and just linked to by name - CI pipeline including running BATs
v5
- 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.
v4-alpha
- align with bosh naming conventions for property keys
- workaround for local DNS on Docker
v3-alpha
- added authentication options
- bearer token
- service account
v2-alpha
- Fully implemented bootstrapping
- Deploy outer-bosh with
bosh create-env
- Deploy inner-bosh with
bosh -e outer-bosh deploy
- Deploy outer-bosh with