Google Cloud Platform Storage Driver

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

Platform:

Ubuntu
22.04 20.04

Description

This charm manages installation of the out of tree csi driver from google kubernetes-sigs/gcp-compute-persistent-disk-csi-driver such that Charmed Kubernetes can use its storage features.

Usage

The charm requires gcp credentials and connection information, which should be provided by relating to the gcp-integrator charm.

Deployment

The full process

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

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

##  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 gcp cloud launched by juju
  • Deploy the gcp-integrator charm into the model using --trust so juju provided gcp credentials
  • Deploy the gcp-k8s-storage charm in the model relating to the integrator
  • Once the model is active/idle, the charm will have successfully deployed the gcp persistent disk driver in the gce-pd-csi-driver namespace


Help improve this document in the forum (guidelines). Last updated 1 year, 7 months ago.