bosh-aws-cpi/37
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit 118ea6df
.
Release Notes¶
- User can request specific iops for ephemeral disks
- AWS volume type
io1
is now supported, alongside typestandard
andgp2
. - When type
io1
is specified, iops must be specified as well.
- AWS volume type
- User can request specific iops for persistent disks
- Like ephemeral disks, persistent disks now support AWS volume type
io1
. Specifyingio1
requires iops to be specified.
- Like ephemeral disks, persistent disks now support AWS volume type
- Pull in more accurate logging of ‘ip already in use’ error when aws cpi retries requests
Omit “IP address” warning on rate limit exception
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-aws-cpi" version: "37" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=37" sha1: "d800bd2ce3b619ec2c56adf294a4b4f2e5d31678"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 d800bd2ce3b619ec2c56adf294a4b4f2e5d31678 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=37"