k8s.io icon indicating copy to clipboard operation
k8s.io copied to clipboard

`kubeadm, kubelet` install file for MacOS exists in CDN?

Open young-hun-jo opened this issue 9 months ago • 1 comments

Currently, I am planning to build a Kubernetes cluster using a Linux server and a MacBook laptop. I intend to configure the MacBook as the master node. To do this, I'm trying to set up a Kubernetes cluster on my MacBook. For the container runtime, I have already installed cri-dockerd. I want to install kubeadm and kubelet on my MacBook for network communication with the Linux server. However, are there MacOS versions of kubeadm and kubelet available on the CDN? I downloaded the Linux versions and tried to run the kubeadm command on my MacBook terminal, but encountered the error "zsh: exec format error: kubeadm". I suspect this is because I ran a Linux file on MacOS. So, the question is, does the CDN provide MacOS versions of kubeadm and kubelet? (CDN url is here : https://cdn.dl.k8s.io/ )

young-hun-jo avatar May 04 '24 07:05 young-hun-jo

note that k8s does not support macos natively. projects like kind and minikube can use containerization/virtualization to run there. only kubectl can safely run on macos.

/kind support

neolit123 avatar May 04 '24 13:05 neolit123

I got it. this is similar issue. I will close it. thanks!

young-hun-jo avatar May 07 '24 12:05 young-hun-jo