Warning
k8s.gcr.io
will be redirected on Monday March 20th, and may stop working entirely in the near future. If you are usingk8s.gcr.io
you MUST move toregistry.k8s.io
to continue receiving support.Issues related to
k8s.gcr.io
will no longer be accepted.public.ecr.aws
andregistry.k8s.io
images are unaffected and remain supported as per the support policy.
The Amazon Elastic Block Store Container Storage Interface (CSI) Driver provides a CSI interface used by Container Orchestrators to manage the lifecycle of Amazon EBS volumes.
- Static Provisioning - Associate an externally-created EBS volume with a PersistentVolume (PV) for consumption within Kubernetes.
- Dynamic Provisioning - Automatically create EBS volumes and associated PersistentVolumes (PV) from PersistentVolumeClaims) (PVC). Parameters can be passed via a StorageClass for fine-grained control over volume creation.
- Mount Options - Mount options could be specified in the PersistentVolume (PV) resource to define how the volume should be mounted.
- NVMe Volumes - Consume NVMe volumes from EC2 Nitro instances.
- Block Volumes - Consume an EBS volume as a raw block device.
- Volume Snapshots - Create and restore snapshots taken from a volume in Kubernetes.
- Volume Resizing - Expand the volume (both offline and online) by specifying a new size in the PersistentVolumeClaim (PVC).
Driver Version | registry.k8s.io Image | ECR Public Image |
---|---|---|
v1.17.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.17.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.17.0 |
Previous Images
Driver Version | registry.k8s.io Image | ECR Public Image |
---|---|---|
v1.16.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.16.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.16.1 |
v1.16.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.16.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.16.0 |
v1.15.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.15.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.15.1 |
v1.15.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.15.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.15.0 |
v1.14.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.14.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.14.1 |
v1.14.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.14.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.14.0 |
v1.13.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.13.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.13.0 |
v1.12.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.12.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.12.1 |
v1.12.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.12.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.12.0 |
v1.11.5 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.11.5 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.5 |
v1.11.4 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.11.4 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.4 |
v1.11.3 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.11.3 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.3 |
v1.11.2 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.11.2 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.2 |
v1.10.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.10.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.10.0 |
v1.9.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.9.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.9.0 |
v1.8.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.8.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.8.0 |
v1.7.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.7.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.7.0 |
v1.6.2 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.6.2 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.2 |
v1.6.1 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.6.1 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.1 |
v1.6.0 | registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.6.0 | public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.6.0 |
The EBS CSI Driver publishes monthly releases. Unscheduled releases may be published for patches to security vulnerabilities and other fixes deemed urgent.
The EBS CSI Driver follows semantic versioning. The version will be bumped following the rules below:
- Significant breaking changes will be released as a
MAJOR
update. - New features will be released as a
MINOR
update. - Bug or vulnerability fixes will be released as a
PATCH
update.
Monthly releases will contain at minimum a MINOR
version bump, even if the content would normally be treated as a PATCH
version.
Support will be provided for the latest version and one prior version. Bugs or vulnerabilities found in the latest version will be backported to the previous release in a new minor version.
This policy is non-binding and subject to change.
The EBS CSI Driver is compatible with Kubernetes versions v1.17+ and implements the CSI Specification v1.1.0.