AWS Storage Driver

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 31 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 31 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 29 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 29 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 29 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 29 13 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 31 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 31 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 29 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 29 21 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 28 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 24 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 28 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 29 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 24 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 24 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 22 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/edge 21 17 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/stable 14 27 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/candidate 14 25 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/beta 6 09 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/edge 6 16 Nov 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/stable 7 01 Dec 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/candidate 7 30 Nov 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/beta 8 01 Dec 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/edge 2 08 Sep 2022
Ubuntu 22.04 Ubuntu 20.04
juju deploy aws-k8s-storage
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • access-key | string

    An IAM access key. It is strongly recommended that you use 'juju trust' instead, if available.

  • image-registry | string

    Default: public.ecr.aws

    Source registry of aws images. By setting to a value, each image listed in the releases manifest has its image-registry replaced. If unset, the manifests will use the image registry from the kube-control relation example) juju config aws-k8s-storage image-registry='' juju config aws-k8s-storage --reset image-registry

  • secret-key | string

    An IAM secret key. It is strongly recommended that you use 'juju trust' instead, if available.

  • storage-release | string

    Specify the version of storage-provider as defined by the `release` tags of https://github.com/kubernetes-sigs/aws-ebs-csi-driver example) juju config aws-k8s-storage storage-release='v1.11.2' A list of supported versions is available through the action: juju run-action aws-k8s-storage/0 list-releases --wait To reset by to the latest supported by the charm use: juju config aws-k8s-storage --reset storage-release The current release deployed is available by viewing juju status aws-k8s-storage