Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 푸시푸시
- 스트림셋
- 데이트
- 알고리즘
- 스트림셋이란?
- 도커 elk
- 도커 mysql
- 도커 시작하기
- c++
- streamsets 강의
- 백준
- 앤서블 설치
- elk stack
- c
- java
- 도커
- C언어
- 코딩
- 파이썬
- 정보처리기사
- docker
- 자바
- nvidia docker
- mysql docker
- 데이터베이스
- 클라우드
- MySQL
- mysql on docker
- python
- ansible install
Archives
- Today
- Total
목록orphanded pod (1)
리그캣의 개발놀이터
[ kubernetes ] 고아 pods orphaned pod "" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.
해당 문제 해결 방법 kubelet log 중 아래와 같은 로그가 찍혔다.. orphaned pod "b8a5865c-99b6-4e8c-8adc-ff2962ddb2b1" found, but volume paths are still present on disk : There were a total of 1 errors similar to this. Turn up verbosity to see them.말하자면 b8a5865c-99b6-4e8c-8adc-ff2962ddb2b1 파드에 대한 볼륨이 남아있다 ? 라는 것 같은데 해당 pods에 대한 정보를 찾을 수 없었다.. $ kubectl get pods | grep b8a5865c-99b6-4e8c-8adc-ff2962ddb2b1나오지 않았고 path를 확..
인프라/Docker
2020. 8. 14. 18:55