DevOps/k8s

DevOps/k8s

helm install bitnami nginx m1 오류

m1 환경에서 24단계 실습으로 정복하는 쿠버네티스 책 6장 헬름 기반으로 애플리케이션 설치하기 파트를 읽으며 실습하던 중, 오류가 발생했습니다. $ helm pull bitnami/nginx $ tar xvfz nginx-12.0.4.tgz $ mv nginx-12.0.4.tgz nginx $ cd nginx$ helm install nginx -f values.yaml .위 명령어 실행 후 kubectl get pods -o wide 를 통해 조회 시 user@ubuntu03:~$ kubectl get pod -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES nginx-676bfb89b6-25sp9 0/1 Cra..

DevOps/k8s

Kubectl run 시 image tag 지정

Kubectl run 시 image tag 지정 kubectl run nginx --image=nginx:latest k8s의 container manager를 crio로 설정하고 위 명령어를 실행시키면 [user@ubuntu01 ~ (kubernetes-admin@cluster.local:default)]$ k describe pod nginx Name: nginx Namespace: default Priority: 0 Node: ubuntu01/172.16.132.130 Start Time: Thu, 29 Dec 2022 00:41:33 +0900 Labels: run=nginx Annotations: cni.projectcalico.org/containerID: 1f8d14e6af5bf403c348..

xlwdn98767
'DevOps/k8s' 카테고리의 글 목록 (2 Page)