ebs-csi-driver volumesnapshot spam log

2023. 7. 28. 14:34Dev/EKS

728x90
반응형

Failed to watch *v1.VolumeSnapshotContent: failed to list *v1.VolumeSnapshotContent: the server could not find the requested resource

비슷한 에러 로그가 너무 많이 발생하여 이를 해결함

 

구글에 검색하면 아래와 같은 github 이슈를 찾을 수 있음

내용을 보면 CRD를 추가하라고 함

https://github.com/longhorn/longhorn/issues/2551

 

[QUESTION] How to fix this (get volumesnapshotclasses.snapshot.storage.k8s.io) problem? · Issue #2551 · longhorn/longhorn

Question I am facing the same error message mentioned here ( #2459) How can I fix it? How do I install snapshot crds? Message on my journalctl: 1 reflector.go:156] pkg/mod/k8s.io/client-go@v0.17.0/...

github.com

https://github.com/kubernetes-csi/external-snapshotter/tree/master/client/config/crd

그래서 위 github

kubernetes-csi에서

external-snapshotter에 대한 crd를 찾음

 

그 중에서

snapshot.storage.k8s.io_volumesnapshotclasses.yaml
snapshot.storage.k8s.io_volumesnapshotcontents.yaml
snapshot.storage.k8s.io_volumesnapshots.yaml

이 3가지 관련 crd를 클러스터에 apply

 

결과

시간당 300개씩 발생하던 에러가 사라짐