PV/PVC Not working after k8s upgrade to 1.25

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • terraform-kubernetes-ebs-csi-driver

    Terraform module which creates Kubernetes EBS CSI controller resources on AWS EKS.

  • When updating to 1.24 I first found https://github.com/DrFaust92/terraform-kubernetes-ebs-csi-driver but trying that one again does not change things.

  • helm-charts

    Prometheus community Helm charts

  • We are running the `kube-prometheus-stack` helm chart: https://github.com/prometheus-community/helm-charts/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • aws-node-termination-handler

    Gracefully handle EC2 instance shutdown within Kubernetes

  • I can also post some link but I'll actually read it before posting... https://github.com/aws/aws-node-termination-handler/pull/758

  • aws-ebs-csi-driver

    CSI driver for Amazon EBS https://aws.amazon.com/ebs/

  • I looks like the driver's permissions to invoke the EBS APIs was revoked and/or changed. When you install the EBS CSI addon you can either inherit permissions from the worker node or you can choose an IRSA role (preferred). If you use IRSA, the service account that the EBS CSI driver uses should have an annotation that references the ARN of the IAM role you selected, e.g. eks.amazonaws.com/role-arn: arn:aws:iam::111122223333:role/my-role. You can see an example of the IAM policy the driver needs here, https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/fb6d456558fb291b13f855454c1525c7acaf7046/docs/example-iam-policy.json.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts