반응형
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 | 31 |
Tags
- 카오스 엔지니어링
- knative
- 오퍼레이터
- nginx ingress
- opentelemetry
- blue/green
- keda
- seldon core
- CANARY
- Litmus
- Kubeflow
- opensearch
- Kubernetes
- kubernetes operator
- xdp
- operator
- Kopf
- eBPF
- Kubernetes 인증
- MLflow
- CI/CD
- serving
- tekton
- gitops
- argocd
- Model Serving
- mlops
- Pulumi
- Continuous Deployment
- Argo
Archives
- Today
- Total
목록no space left on device (1)
Kubernetes 이야기

Pod의 상태를 보니 아래와 같이 ContainerCreating 상태였다. Pod상태 # k get po -n test NAME READY STATUS RESTARTS AGE sampleapp-6c65c5cdb7-djktc 1/1 Running 0 33d sampleapp-7c56d989f9-zvh5c 0/1 ContainerCreating 0 2m51s 에러 메시지 아래와 같이 FailedMount : no space left on device 오류 이벤트가 발생한다. ## k describe pod -n test sampleapp-7c56d989f9-zvh5c Name: sampleapp-7c56d989f9-zvh5c Namespace: test ... Status: Pending IP: IPs: ..
Kubernetes/일반
2022. 8. 23. 09:10