Results 2 issues of codingtd

实验环境:kubekey在centos7安装kubernetes #1 安装openELB控制器 kubectl apply -f https://raw.githubusercontent.com/kubesphere/porter/master/deploy/porter.yaml #2 vim eip.yaml root@master01:~# cat eip.yaml apiVersion: network.kubesphere.io/v1alpha2 kind: Eip metadata: name: eip-pool spec: address: 172.26.196.91-172.26.196.92 protocol: layer2 interface: eth0 ## 网卡的名称 disable:...

new file