随笔分类 - k8s
摘要:1.查看现在的K8S状态 [root@ecs-arm-ky-001 ~]# kubectl get nodes -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINE
阅读全文
摘要:一、安装containerd的先决的条件 cat <<EOF | sudo tee /etc/modules-load.d/containerd.conf overlay br_netfilter EOF sudo modprobe overlay sudo modprobe br_netfilte
阅读全文
摘要:增加网络源 [root@ecs-arm-ky-002 ~]# vim /etc/yum.repos.d/kubernetes.repo[kubernetes] name=Kubernetes Repo baseurl=https://mirrors.aliyun.com/kubernetes/yum
阅读全文
摘要:1.基础环境准备: [root@localhost ~]# hostnamectl set-hostname msjfkg-110-197.host.com [root@msjfkg-110-197 ~]# getenforce Disabled [root@msjfkg-110-197 ~]# u
阅读全文
摘要:一、系统初始化 systemctl status firewalld systemctl status iptables 1.1设置系统主机名以及 Host 文件的相互解析 hostnamectl set-hostname k8s-master01 安装依赖包 yum install -y conn
阅读全文
摘要:[root@k8s-master01 ~]# helm repo remove stable "stable" has been removed from your repositories [root@k8s-master01 ~]# helm repo add stable https://ku
阅读全文

浙公网安备 33010602011771号