인프런 커뮤니티 질문&답변
Error: configmap "cm-file" not found 에러 질문드립니다.
작성
·
503
1
안녕하십니까 강사님
아래와 같이 파일을 추가 하였으나 파드 추가시
Error: configmap "cm-file" not found 나와 혹시 문의드릴 수
있을까 합니다.
강의 너무 잘 듣고 있습니다. 감사합니다.
[root@k8s-master configmap]# ls
file-c.txt file-s.txt
[root@k8s-master configmap]# kubectl create configmap cm-file --from-file=./file-c.txt
error: failed to create configmap: configmaps "cm-file" already exists
퀴즈
Kubernetes에서 Pod의 IP 주소가 불안정하고 자주 바뀔 수 있어 안정적인 접근을 위해 사용하는 리소스는 무엇일까요?
Label
Node
Service
Volume





네 이미 만들어져 있고 존재하여서 dashboard에서 not found라고 뜨면 안되는것 같은데
그렇게 뜨내요..