CentOS双网卡双IP双网关配置
环境和现象
操作系统同时配置2个网卡
1 | [root@localhost ~]# ip addr |
路由表默认网关只能同时存在1个,2个网卡都设置网关,后者会覆盖前者
1 | [root@localhost ~]# ip route |
192.168.3.201 可以ping通,10.0.3.201 无法ping通
1 | [root@localhost ~]# ping 192.168.3.201 -c 1 |
操作系统同时配置2个网卡
1 | [root@localhost ~]# ip addr |
路由表默认网关只能同时存在1个,2个网卡都设置网关,后者会覆盖前者
1 | [root@localhost ~]# ip route |
192.168.3.201 可以ping通,10.0.3.201 无法ping通
1 | [root@localhost ~]# ping 192.168.3.201 -c 1 |
prometheus-operator 已弃用,更名为 kube-prometheus-stack,以更清楚地反映它安装了 kube-prometheus 项目堆栈,其中 Prometheus Operator 只是一个组件。
原项目地址:https://github.com/helm/charts/tree/master/stable/prometheus-operator
新项目地址:https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
1 | # 下载 |
1 | helm repo add harbor https://helm.goharbor.io |
1 | # 查找版本 |
1 | helm repo add rook https://charts.rook.io/release |
1 | # rook-ceph |
k8s-01:4C+2G+10G
k8s-02:4C+2G+10G
k8s-03:4C+2G+10G
关闭selinux
关闭firewalld
开启ip_forward
修改yum源
修改pip源
安装软件
1 | yum install git python-pip -y |
免密登录:
1 | ssh-keygen |