Add documentation about cilium and aws-ebs-csi-driver #7451
Labels
documentation
Improvements or additions to documentation
needs-triage
Issues that need to be triaged
Description
How can the docs be improved?
We have had issues in our clusters caused by dandling EBS volumes attachements on karpenter disrupted nodes.
Because of the taint
karpenter.sh/disrupted:NoSchedule
applied by karpenter on disrputed nodes, the cilium and aws-ebs-csi-driver agents where evicted before the aws-ebs-csi-driver could properly unmount the PVC and remove thevolumeattachments.storage.k8s.io
.To resolve our issue we had to add the following tolerations to cilium and aws-ebs-csi-driver multiple daemonsets:
The text was updated successfully, but these errors were encountered: