Đầu tiên, xin lỗi vì tiếng Anh kém của tôi.
Tôi muốn thực thi k8s với Vagrant
đã thực hiện các lệnh để cài đặt k8s.
con mèo <<EOF > /etc/sysctl.d/k8s.conf
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-call-iptables = 1
EOF
con mèo > /etc/modules-load.d/containerd.conf <<EOF
lớp phủ
br_netfilter
EOF
lớp phủ modprobe
modprobe br_netfilter
con mèo > /etc/sysctl.d/99-kubernetes-cri.conf <<EOF
net.bridge.bridge-nf-call-iptables = 1
net.ipv4.ip_forward = 1
net.bridge.bridge-nf-call-ip6tables = 1
EOF
apt-get install -y apt-transport-https ca-certificates curl phần mềm-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | thêm khóa apt -
kho lưu trữ add-apt \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
ổn định"
cài đặt apt-get -y containerd.io
mkdir -p /etc/containerd
cấu hình container mặc định | tee /etc/containerd/config.toml
systemctl khởi động lại container
cài đặt apt-get -y apt-transport-https cuộn tròn
cuộn tròn -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | thêm khóa apt -
con mèo <<EOF | tee /etc/apt/sources.list.d/kubernetes.list
deb https://apt.kubernetes.io/ kubernetes-xenial chính
EOF
cài đặt apt -y kubelet kubeadm kubectl --allow-change-holding-packages
apt-mark giữ kubelet kubeadm kubectl
con mèo << EOF | tee /etc/default/kubelet
Môi trường="KUBELET_EXTRA_ARGS=--fail-swap-on=false"
EOF
systemctl daemon-tải lại
systemctl khởi động lại kubelet
kết quả cho trạng thái systemctl kubelet
và tạp chíctl -xeu kubelet
tại thời điểm này, tôi bị xử tử hoán đổi -a
.
có ý nghĩa gì đối với mã thoát 1
.
tại sao tôi không bắt đầu kubelet?
và bạn có thể hiểu được tiếng Anh của tôi không?