Tubetrue01 / articles

0 stars 0 forks source link

K8s 集群搭建系列(三)K8s 启动 | Tubetrue01 #19

Open Tubetrue01 opened 2 years ago

Tubetrue01 commented 2 years ago

https://tubetrue01.github.io/articles/2020/12/22/cloud_native/K8s%E9%9B%86%E7%BE%A4%E6%90%AD%E5%BB%BA%E7%B3%BB%E5%88%97(%E4%B8%89)K8s%E5%90%AF%E5%8A%A8/

引言 安装 【Docker】 之后,我们马上就开始进入 K8s 的搭建工作,这里采用的搭建方式是 kubeadm,省略的无所谓的步骤,让搭建尽可能简单。好了,让我们开始吧。 K8s 搭建 关闭 selinux 以及防火墙123[root@localhost ~]# setenforce 0[root@localhost ~]# sed -i "s/^SELINUX=enforcing/