cloud-barista / cb-operator

The Operator for Cloud-Barista system
Apache License 2.0
6 stars 6 forks source link

[K8s mode] When using MCKS K8s cluster, PV is not automatically created #137

Open jihoon-seo opened 3 years ago

jihoon-seo commented 3 years ago

참고: https://blog.naver.com/alice_k106/221360005336

What would you like to be enhanced :

minikube, EKS, GKE 를 사용할 때에는 쿠버네티스 클러스터에서 기본적으로 사용되도록 설정되어 있는 StorageClass 가 있었기 때문에 Cloud-Barista Helm chart 가 생성한 PVC로부터 PV가 자동으로 생성되었는데

MCKS K8s cluster를 사용할 때에는 쿠버네티스 클러스터에서 기본적으로 사용되도록 설정되어 있는 StorageClass 가 없기 때문에 Cloud-Barista Helm chart 가 생성한 PVC로부터 PV가 자동으로 생성되지 않음

Why is this needed :

Proposed solution :

jihoon-seo commented 3 years ago

PR #142 에서 모든 CB 구성요소에 대해 PV를 disable 했습니다.