Closed dev-secloudit closed 2 years ago
From @devpjh121 :
원인: (1) CB-Dragonfly의 pod(Deployment )는 kube-api로 configmap 생성, 조회, 업데이트 및 deployment 생성, 조회, 삭제 요청 수행 (2) DF Pod가 "cloud-barista" namespace로 configmap 및 deployment 관련 수행 권한이 없어서 에러 발생
해결 방안: (1) "cloud-barista" namespace에 serviceaccount 생성 (2) "cloud-barista" namespace에 configmap, deployment 리소스를 다룰수 있는 권한 생성(clusterrole) (3) 위에서 생성한 clusterrole을 serviceaccount로 부여하는 rolebinding 리소스 생성
이 문제가 계속 발생하여 살펴 보니
이에,
Running
상태를 유지하고 있는 것을 확인하였습니다./lgtm /approve
LGTM label has been added.
LGTM label has been added.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: hyokyungk, jihoon-seo
The full list of commands accepted by this bot can be found here.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: hyokyungk, jihoon-seo
The full list of commands accepted by this bot can be found here.
@hyokyungk @inno-cloudbarista 이 PR을 pull 하여 테스트 해 봤는데, 같은 문제가 발생합니다. 🤔 (https://github.com/cloud-barista/cb-dragonfly/issues/129)