
▩ kubectl 이 다운로드가 안되었다 [vagrant@ms ~]$ sudo find / -name kubectl [vagrant@ms ~]$ ▷install_cluster.sh 에서 kubernetes.repo 부분이 작동이 안된듯 하다 더보기 ### bash script for install kubernetes cluster #Set the time zone to local time and set the exact time timedatectl set-timezone Asia/Seoul yum install -y yum-utils modprobe overlay modprobe br_netfilter yum install -y iproute-tc cat 불가능 ▶ repo 가 바뀌었다 ( 최신버전 )..
ms ( master ) wk1 ( worker 1 ) wk2 ( worker 2 ) IP 192.168.98.10 192.168.98.20 192.168.98.30 CPU 2 1 1 RAM 8G 4G 4G OS generic/centos8 generic/centos8 generic/centos8 virtualbox virtualbox ▶ Vagrantfile >> 반복문으로 처리했다 # -*- mode: ruby -*- # vi: set ft=ruby : # vagrant files for k8s cluster(one master node, two worker nodes) # edited by lee VAGRANTFILE_API_VERSION = "2" k8s_cluster = { "wk1.exampl..