메타 데이터의 끝으로 건너뛰기
메타 데이터의 시작으로 이동

You are viewing an old version of this content. View the current version.

현재와 비교 View Version History

« 이전 버전 4 다음 »

기존의 VM을 모두 halt 시키고 작업

$ vagrant global-status | grep virtualbox | awk '{ print "vagrant halt -f " $1}' | sh -v

centos로 새로 환경 만들기

rm -rf 2024_k8s
git clone https://github.com/osci-khoj/2024_k8s.git
cd 2024_k8s/centos
vagrant up  
---모두 설치된 후 ------------------------------------
vagrant ssh-config > ~/.ssh/config
ssh m-k8s
sudo -i

초기세팅값

kubectl create ns metallb-system
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.11/config/manifests/metallb-native.yaml
cd 2024_k8s/centos/edu
kubectl apply -f metallb-ipaddresspool.yaml

  • 레이블 없음