1. Node sock 정보 변경 $ kubectl edit no Change the value of kubeadm.alpha.kubernetes.io/cri-socket from /var/run/dockershim.sock to the CRI socket path of your choice (for example unix:///run/containerd/containerd.sock). Note that new CRI socket paths must be prefixed with unix:// ideally. Save the changes in the text editor, which will update the Node object. 2. 변경한 노드의 kubelet 재시작 $ systemctl sta..
환경 OS: MacOS (M1) 환경 구성 minikube 설치 환경 구성 Mac pkg manager 설치 (Homebrew) mac pkg manager homebrew 설치 cask 설치(chrome, safari 와 같은 그래픽 지원 패키지) $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" $ brew install cask Minikube 설치 docker 설치 - minikube는 docker를 이용해 kubernetes 클러스터를 구성 $ brew install --cask docker minikube 설치 $ brew install minikube kubernete..