Skip to content

Commit

Permalink
Merge pull request #1865 from ConnorJC3/update-NOTE
Browse files Browse the repository at this point in the history
Add warning about --reuse-values to NOTES.txt
  • Loading branch information
k8s-ci-robot authored Dec 14, 2023
2 parents bdeb4a6 + 35a1bc1 commit 1e9f815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/aws-ebs-csi-driver/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ To verify that aws-ebs-csi-driver has started, run:

kubectl get pod -n {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "aws-ebs-csi-driver.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"

NOTE: The [CSI Snapshotter](https://github.com/kubernetes-csi/external-snapshotter) controller and CRDs will no longer be installed as part of this chart and moving forward will be a prerequisite of using the snap shotting functionality.
NOTE: The [CSI Snapshotter](https://github.com/kubernetes-csi/external-snapshotter) controller and CRDs will no longer be installed as part of this chart and moving forward will be a prerequisite of using the snap shotting functionality.

WARNING: Upgrading the EBS CSI Driver Helm chart with --reuse-values will no longer be supported in a future release. For more information, see https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/1864

0 comments on commit 1e9f815

Please sign in to comment.