인프런 커뮤니티 질문&답변

Wonsup Jung님의 프로필 이미지

작성한 질문수

대세는 쿠버네티스 [초급~중급]

"vagrant up" Install error.

작성

·

552

·

수정됨

1

k8s-install-error.pngWhen I tried to install by using 'vagrant up', however dashboard pod is not running.
Many times I tried by 'vagrant destroy' and 'vagrant box remove centos/7', even thought I reset Windows 10 OS.

last month I installed well, but this error occurred from yesterday.

Please help me.
Thank you in advance.

Environment
Windows 10
CPU Core: 6

 

 

 

 

답변 1

0

일프로님의 프로필 이미지
일프로
지식공유자

안녕하세요. Calico 주소가 변경되서 설치가 실패했을겁니다.

아래 주소로 실행해보세요

# Calico 설치

kubectl create -f https://raw.githubusercontent.com/kubetm/kubetm.github.io/master/yamls/k8s-install/calico.yaml

kubectl create -f https://raw.githubusercontent.com/kubetm/kubetm.github.io/master/yamls/k8s-install/calico-custom.yaml

Wonsup Jung님의 프로필 이미지
Wonsup Jung
질문자

imageIn the picture above, the dashboard pod is not running.

Of the two calico addresses you suggested, the first one applied is the same as the picture above, and the second one is the same as what I asked on Feb. 10.

FYI: the instructions for installing kubernetes on GKE are very different from the current GKE, so I couldn't install it while following it.

 

일프로님의 프로필 이미지
일프로
지식공유자

kubectl get insatllation -o yaml 와

kubectl get pod -o wide -A 에 대한 결과 캡쳐 확인 바랍니다.

 

Wonsup Jung님의 프로필 이미지
Wonsup Jung
질문자

Thank you for your replay,
I attached
vagrantFile

imageand the result file of your suggestion

image

image

 

일프로님의 프로필 이미지
일프로
지식공유자

위에서 calico 설치를 위해 실행해야 할 명령어는 두개 입니다.

아래 명령어 실행하시면 됩니다.

kubectl create -f https://raw.githubusercontent.com/kubetm/kubetm.github.io/master/yamls/k8s-install/calico-custom.yaml

Wonsup Jung님의 프로필 이미지
Wonsup Jung
질문자

When I run both commands, it works fine.

Thank you.