일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 동적계획법
- django
- DFS
- 분할정복
- 파이썬
- 안드로이드스튜디오
- C++
- DFS와BFS
- issue
- cos pro
- 알고리즘
- BAEKJOON
- 백준
- 코테
- 동적계획법과최단거리역추적
- 개발
- 코드품앗이
- 코딩테스트
- DART
- AndroidStudio
- vuejs
- cos pro 1급
- cos
- 안드로이드
- android
- Algorithm
- codingtest
- Vue
- Python
- Flutter
- Today
- Total
목록CentOS 7 (2)
Development Artist
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/tD2N1/btrUncsppCx/wnbJJMWY9qqWZSp39FmVg1/img.png)
1. Kubernetes 사전 준비사항 (공통) - Worker 노드 개수 정책 설정. 용도에 맞게 Worker 노드의 수를 결정할 수 있다. 테스트 환경에서는 일단 master(Control-plane) 노드 1개와 worker 노드 1개로 설정하겠다. (why? 사용 가능한 VM 자원이 2대 뿐이다!ㅠㅠ) Reference: https://learnk8s.io/kubernetes-node-size Architecting Kubernetes clusters — choosing a worker node size When you create a Kubernetes cluster, one of the first questions that pops up is: "what type of worker nodes ..
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/mtUh9/btrT97KvzjT/HOH9FlKSvxCAOSHmH3QGC0/img.png)
이슈 Centos 7 이미지로 띄운 VM에 nodejs를 설치하려고 하니 다음과 같이 패키지 충돌이 일어났다. 'You could try uisng --skip-borken to work around the problem' 문제를 해결하기 위해 --skip-borken 을 사용할 수 있다는 말과, 'You could try running: rpm -Va --nofiles --nodigest' rpm 명령어를 쳐볼 수 있다고 명세하고 있다. 해결 dependency 문제로 설치가 스킵 되었다고 말하고 있다. 'nodejs-18.12.0-1nodesource.x86_64 from nodesource' 가 문제였다. 해당 문제의 패키지를 삭제하고, 다시 nodejs를 설치하였다. 성공!