vagrant up 시에 Running pre-flight checks 에서 에러
control plain node 에서 이미 에러가 발생했었네요. cp-k8s-1.30.0: I0712 16:05:59.692656 3701 version.go:256] remote version is much newer: v1.33.2; falling back to: stable-1.30 cp-k8s-1.30.0: [init] Using Kubernetes version: v1.30.14 cp-k8s-1.30.0: [preflight] Running pre-flight checks cp-k8s-1.30.0: error execution phase preflight: [preflight] Some fatal errors occurred: cp-k8s-1.30.0: [ERROR Mem]: the system RAM (1587 MB) is less than the minimum 1700 MB cp-k8s-1.30.0: [preflight] If you know what you are doing, you can make a check non-fatal with --ignore-preflight-errors=... cp-k8s-1.30.0: To see the stack trace of this error execute with --v=5 or higher cp-k8s-1.30.0: cp: cannot stat '/etc/kubernetes/admin.conf': No such file or directory cp-k8s-1.30.0: chown: cannot access '/root/.kube/config': No such file or directory cp-k8s-1.30.0: error: error validating "https://raw.githubusercontent.com/sysnet4admin/IaC/main/k8s/CNI/calico-quay-v3.29.2.yaml": error validating data: failed to download openapi: Get "http://localhost:8080/openapi/v2?timeout=32s": dial tcp 127.0.0.1:8080: connect: connection refused; if you choose to ignore these errors, turn validation off with --validate=false cp-k8s-1.30.0: Cloning into '_Lecture_k8s_starter.kit'... cp-k8s-1.30.0: Cloning into '/tmp/update-kube-cert'... Vagrantfile에서 control plain node의 vb.memory 값을 2048로 변경하니 문의 드린 문제도 해결되었습니다.