Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade AWS EBS CSI Driver chart to 2.23.1 #4876

Closed
11 tasks
poornima-krishnasamy opened this issue Oct 12, 2023 · 4 comments
Closed
11 tasks

Upgrade AWS EBS CSI Driver chart to 2.23.1 #4876

poornima-krishnasamy opened this issue Oct 12, 2023 · 4 comments

Comments

@poornima-krishnasamy
Copy link
Contributor

Background

The AWS EBS CSI Driver chart is in 2.10.1 and the latest version is 2.23.1. Upgrade the chart to 2.23.1.

There are number of components deployed in the kube-system as part of EBS CSI driver update.

Approach

https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/charts/aws-ebs-csi-driver/Chart.yaml
https://github.com/ministryofjustice/cloud-platform-terraform-eks-csi

  • test the upgrade in test cluster
  • upgrade live-2, manager and live

Which part of the user docs does this impact

#4794

Communicate changes

  • post for #cloud-platform-update
  • Weeknotes item
  • Show the Thing/P&A All Hands/User CoP
  • Announcements channel

Questions / Assumptions

Definition of done

  • ebs-csi-driver upgraded in live-2, manager and live
  • update the release number in the issue page [October 2023] Container image updates #4794
  • readme has been updated
  • user docs have been updated
  • another team member has reviewed
  • smoke tests are green
  • prepare demo for the team

Reference

How to write good user stories

@sj-williams
Copy link
Contributor

@sj-williams
Copy link
Contributor

Image changes 2.10.1 > 2.24.0

Chart: 2.10.1 Chart: 2.24.0
k8s.gcr.io/sig-storage/csi-attacher:v3.4.0 public.ecr.aws/eks-distro/kubernetes-csi/external-attacher:v4.4.0-eks-1-28-6
k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0 public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v3.5.0-eks-1-28-
k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 public.ecr.aws/eks-distro/kubernetes-csi/external-resizer:v1.9.0-eks-1-28-6
public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.2 public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.24.0
k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1 public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.9.0-eks-1-28-6
k8s.gcr.io/sig-storage/livenessprobe:v2.6.0 public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.10.0-eks-1-28-6

@sj-williams
Copy link
Contributor

K8s compatibility table:

Image URL Min k8s v
k8s.gcr.io/sig-storage/csi-attacher:v3.4.0 https://github.com/kubernetes-csi/external-attacher/tree/v4.4.0#compatibility 1.17
k8s.gcr.io/sig-storage/csi-provisioner:v3.1.0 https://github.com/kubernetes-csi/external-provisioner/tree/v3.5.0#compatibility 1.20
k8s.gcr.io/sig-storage/csi-resizer:v1.4.0 https://github.com/kubernetes-csi/external-resizer/tree/v1.9.0#csi-resizer 1.16
public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.11.2 https://github.com/kubernetes-sigs/aws-ebs-csi-driver/tree/v1.24.0#compatibility 1.17
k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.1 https://github.com/kubernetes-csi/node-driver-registrar#compatibility 1.13
k8s.gcr.io/sig-storage/livenessprobe:v2.6.0 https://github.com/kubernetes-csi/livenessprobe/tree/v2.10.0#compatibility 1.13

@sj-williams
Copy link
Contributor

NOTE:
Chart 2.11.0 introduced a change to the CSIDriver fsGroupPolicy - this field is immutable and the resource cannot be updated via Helm

Prior to upgrading this component, we need to delete the existing CSIDriver resource as per 2.11.0 release notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants