일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- vuejs
- DART
- 알고리즘
- 코테
- 동적계획법과최단거리역추적
- DFS
- Flutter
- Algorithm
- 파이썬
- C++
- 안드로이드
- AndroidStudio
- 코딩테스트
- 분할정복
- cos pro
- DFS와BFS
- cos
- Python
- codingtest
- 개발
- 동적계획법
- django
- docker
- 코드품앗이
- android
- BAEKJOON
- cos pro 1급
- 안드로이드스튜디오
- issue
- 백준
- Today
- Total
목록troubleshooting (3)
Development Artist

서론EKS 환경에서 배포되어 운영 중인 ArgoCD를 모니터링하는 과정에서 argocd-notifications-controller 파드안의 컨테이너 하나가 계속해서 restart 되고 있는 현상이 발견되었다.해결하기간단한 확인일단 파드의 이벤트를 확인한다. kubectl describe pod argocd-notifications-controller-79f4bf5bdd-5zjtn -n argocdEvents: Type Reason Age From Message ---- ------ ---- ---- ------- Warning BackOff 4s (x131454 over 2d) kub..
이슈 npm 명령어 사용을 하려고 하면, "bash: /c/Program Files/nodejs/npm: /bin/sh^M: bad interpreter: No such file or directory" 다음과 같은 에러 메세지를 확인. 해결 1. cd ~ 2. vi .bashrc 3. i키 누르고 4. 마지막에 export PATH=$(echo "$PATH" | sed -e 's/:\/mnt[^:]*//g') # strip out problematic Windows %PATH% 의 내용 추가. 주의 현재 블로그내에 Latex 문법이 적용되어 있어서 해결 부분 $는 특수 문자로 사용됨. 복붙하면 깨질 수 있음.

이슈 docker ps 명령어 입력시 발생한 이슈 해결 1. 다음 명령어 입력 : systemctl start docker -> 문제 발생 : System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus : Host is down. 2. 다음 명령어 입력 : sudo /etc/init.d/docker start