K8s image 내용 확인
2025. 2. 8. 21:05ㆍk8s
실행했을 때, 오류가 나는 image는 아래 명령어를 통해서 원본이 어떠한지 확인해보면 좋음
kubectl run --rm -it test-{image} --image={image}:{tag} -- bash
'k8s' 카테고리의 다른 글
K8s token값 secret으로 저장하기 (0) | 2025.02.11 |
---|---|
K8s error: error parsing metricbeat-daemonset.yaml: error converting YAML to JSON: yaml: line 3: mapping values are not allowed in this context (0) | 2025.02.09 |
K8s Exit Code: 127 (0) | 2025.02.08 |
K8s pod 상태 확인 (0) | 2025.02.07 |
k8s namespace 생성 (0) | 2025.02.07 |