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
io1is now supported, alongside typestandardandgp2. - When type
io1is 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. Specifyingio1requires 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: sha256:
Or upload it to your director with the upload-release command:
bosh upload-release --sha1=sha256: \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=37"