AWS Storage Driver

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 30 06 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 31 Yesterday
Ubuntu 22.04 Ubuntu 20.04
latest/beta 30 15 Dec 2023
Ubuntu 22.04 Ubuntu 20.04
latest/edge 29 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 29 13 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 30 12 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 31 Yesterday
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 30 15 Dec 2023
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

Description

This subordinate charm manages the ebs-csi-driver components in AWS.

Usage

The charm requires aws credentials and connection information, which can be provided either directly, via config, or via the aws-integration relation to the AWS Integrator charm.

Deployment

The full process

juju deploy charmed-kubernetes
juju config kubernetes-control-plane allow-privileged=true
juju deploy aws-integrator --trust
juju deploy aws-k8s-storage

juju relate aws-k8s-storage:certificates     easyrsa
juju relate aws-k8s-storage:kube-control     kubernetes-control-plane
juju relate aws-k8s-storage                  aws-integrator:aws
juju relate kubernetes-control-plane         aws-integrator:aws
juju relate kubernetes-worker                aws-integrator:aws

##  wait for the kubernetes-control-plane to be active/idle
kubectl describe nodes |egrep "Taints:|Name:|Provider"

Details

  • Requires a charmed-kubernetes deployment on a aws cloud launched by juju
  • Deploy the aws-integrator charm into the model using --trust so juju provided aws credentials
  • Deploy the aws-k8s-storage charm in the model relating to the integrator and to charmed-kubernetes components
  • Once the model is active/idle, the storage charm will have successfully deployed the aws ebs-csi in the kube-system namespace


Help improve this document in the forum (guidelines). Last updated 9 months ago.