failed to save outputs: Failed to establish pod watch: unknown (get pods) Error
kubernetes 클러스터에서 argo namespace 에 대한 권한과 관련 된 문제입니다.
argo 를 설치하였다면 argo serviceaccount 는 생성되어 있는 상태입니다. 하지만 권한이 부여 된 상태는 아닌거 같습니다.
kubectl create rolebinding default-admin --clusterrole=admin --serviceaccount=argo:default -n argo
위 명령어로 serviceaccount argo 에 default-admin 권한을 부여할 수 있습니다.
Reference
- https://github.com/argoproj/argo/blob/master/docs/service-accounts.md
'Devops' 카테고리의 다른 글
Argo Workflow 란 무엇인가? - 1 (0) | 2021.01.09 |
---|---|
[AWS STS] error: You must be logged in to the server (Unauthorized) 삽질일기 (0) | 2020.10.21 |
Docker Ubuntu18.04 java (jdk, jre)설치 및 오류해결 (0) | 2020.08.13 |
istio 정리 (0) | 2020.06.08 |
Circle CI 통합구축 (0) | 2019.12.02 |
댓글