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 | 29 | 30 |
Tags
- EKS
- amazon vpc lattice
- 컨테이너
- ansible
- go
- vscode
- aws
- Azure
- ubuntu
- VPA
- 쿠버네티스
- device plugin
- Timeout
- KEDA
- ca
- AutoScaling
- upgrade
- HPA
- 묘공단
- 업그레이드
- fsx for lustre
- inferentia
- kubernetes
- windows
- calico
- Kind
- curl
- Karpenter
- AKS
- WSL
Archives
- Today
- Total
목록Quick Fix (6)
a story
ubuntu 컨테이너 이미지에 ip 명령이 없다
ubuntu 컨테이너 이미지에 ip 명령이 없을 때, apt source를 추가해주고 iproute2를 설치하면 된다. iproute2 외 nettools 패키지도 네트워크 관련 좋은 도구가 많다. root@71118483fd2e:/# ip -br -c a bash: ip: command not found root@71118483fd2e:/# apt install iproute2 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package iproute2 root@71118483fd2e:/# sed -i 's/archive.ubuntu.com/ftp.daum..
Quick Fix
2022. 1. 16. 17:21