2 min read
Since the version 1.6.0 of the EBS CSI driver it is now possible to define a set of custom tags to add the the volumes.
06/07/2022
Read more...3 min read
If we try to provision a gp3 Volume using a PVC on an EKS cluster we might get the invalid AWS VolumeType "gp3" error. This means we are using an outdated EBS CSI
21/09/2021
Read more...2 min read
The default StorageClass is defined using the storageclass.kubernetes.io/is-default-class annotation as follows:
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
annotations:
storageclass.kubernetes.io/is-default-class: "true"
(...)
To be able to change it we will have to removed from the current default and set it to the new one.
20/09/2021
Read more...