인프런 커뮤니티 질문&답변

Wonsup Jung님의 프로필 이미지

작성한 질문수

대세는 쿠버네티스 [초급~중급]

Longhorn Storage Delete.

작성

·

325

·

수정됨

1

kubectl delete storageclasses.storage.k8s.io -n longhorn-system longhorn

This command not working.
And I also tried "kubectl delete storageclasses.storage.k8s.io -n longhorn-system longhorn --force=true", but it fails.
So I have to change the 'numberOfReplicas' as 2 in the source file and execute "vagrant destroy and vagrant up."

 

답변 1

0

일프로님의 프로필 이미지
일프로
지식공유자

아 longhorn으로 설치하셨군요.

아래 명령으로 storageclass가 있는지 조회해보시겠어요?

kubectl get storageclasses.storage.k8s.io -n longhorn-system