Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Setup Kubernetes for Ubuntu

xwu2 edited this page Oct 15, 2020 · 1 revision

Setup kubelet proxy use the host proxy

sudo mkdir -p /etc/systemd/system/kubelet.service.d/
printf "[Service]\nEnvironment=\"HTTPS_PROXY=$https_proxy\" \"NO_PROXY=$no_proxy\"\n" | sudo tee /etc/systemd/system/kubelet.service.d/proxy.conf

Setup Kubernetes master node

sudo -E ./script/Kubernetes_setup_master.sh
sudo chown media:media /home/media/.kube/