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
- ansible
- fsx for lustre
- Azure
- Kind
- 업그레이드
- windows
- vscode
- curl
- kubernetes
- device plugin
- aws
- AutoScaling
- Karpenter
- HPA
- EKS
- VPA
- 컨테이너
- Timeout
- 쿠버네티스
- ca
- AKS
- calico
- 묘공단
- upgrade
- virtual nodes
- inferentia
- go
- WSL
- ubuntu
- KEDA
Archives
- Today
- Total
목록IP (1)
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