AWS Storage Driver
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 34 | 04 Sep 2024 | |
latest/candidate | 31 | 15 Apr 2024 | |
latest/beta | 34 | 14 Aug 2024 | |
latest/edge | 35 | 20 Nov 2024 | |
1.32/edge | 35 | 20 Nov 2024 | |
1.31/stable | 34 | 04 Sep 2024 | |
1.31/beta | 34 | 13 Aug 2024 | |
1.31/edge | 33 | 03 Aug 2024 | |
1.30/stable | 29 | 11 Jul 2024 | |
1.30/beta | 29 | 19 Apr 2024 | |
1.30/edge | 32 | 04 Jul 2024 | |
1.29/stable | 31 | 17 Apr 2024 | |
1.29/candidate | 31 | 15 Apr 2024 | |
1.29/beta | 29 | 17 Apr 2024 | |
1.29/edge | 29 | 21 Aug 2023 | |
1.28/stable | 28 | 22 Aug 2023 | |
1.28/candidate | 24 | 07 Jun 2023 | |
1.28/beta | 28 | 07 Aug 2023 | |
1.28/edge | 29 | 09 Aug 2023 | |
1.27/stable | 24 | 12 Jun 2023 | |
1.27/candidate | 24 | 12 Jun 2023 | |
1.27/beta | 22 | 17 Apr 2023 | |
1.27/edge | 21 | 17 Apr 2023 | |
1.26/stable | 14 | 27 Feb 2023 | |
1.26/candidate | 14 | 25 Feb 2023 | |
1.26/beta | 6 | 09 Apr 2023 | |
1.26/edge | 6 | 16 Nov 2022 | |
1.25/stable | 7 | 01 Dec 2022 | |
1.25/candidate | 7 | 30 Nov 2022 | |
1.25/beta | 8 | 01 Dec 2022 | |
1.25/edge | 2 | 08 Sep 2022 |
juju deploy aws-k8s-storage
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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-driverexample) 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