创建部署问题时,请参考下面模板:
操作系统信息,例如:虚拟机/物理机,Centos7.5/Ubuntu18.04,4C/8G
vmware 上的虚机 ubuntu 18.04

Kubernetes版本信息,例如:v18.6。单节点还是多节点。
oot@node121:~# kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
node120 Ready master 52d v1.18.1 10.10.10.120 <none> Ubuntu 18.04.5 LTS 5.10.2-051002-generic docker://19.3.6
node121 Ready <none> 52d v1.18.1 10.10.10.121 <none> Ubuntu 18.04.1 LTS 4.15.0-29-generic docker://19.3.6
node122 Ready <none> 52d v1.18.1 10.10.10.122 <none> Ubuntu 18.04.5 LTS 4.15.0-127-generic docker://19.3.6

KubeSphere版本信息,例如:v2.1.1/v3.0.0。离线安装还是在线安装。已有K8s安装还是全套安装。
PoterLB 0.4

问题是什么,报错日志是什么,最好有截图。
我安装部署了PorterLB,能得到EIP,服务也可以访问(从集群内的节点)
但是 ping 不通EIP

求助,可能是什么问题请指导
root@node121:~# calicoctl get bgppeer
NAME PEERIP NODE ASN
peer-with-route-reflectors all() 0

root@node121:~# calicoctl get bgpconfiguration -o yaml
apiVersion: projectcalico.org/v3
items:

  • apiVersion: projectcalico.org/v3
    kind: BGPConfiguration
    metadata:
    creationTimestamp: “2020-12-07T04:20:36Z”
    name: default
    resourceVersion: “136445”
    uid: b1de79c5-f1e9-42ac-b044-b703dd09834d
    spec:
    asNumber: 64512
    logSeverityScreen: Info
    nodeToNodeMeshEnabled: false
    kind: BGPConfigurationList
    metadata:
    resourceVersion: “4169590”
    root@node121:~# calicoctl get bgpconfiguration
    NAME LOGSEVERITY MESHENABLED ASNUMBER
    default Info false 64512
    alicoctl get nodes
    NAME
    node120
    node121
    node122

root@node121:~# calicoctl node status
Calico process is running.

IPv4 BGP status
+————–+—————+——-+————+————-+
| PEER ADDRESS | PEER TYPE | STATE | SINCE | INFO |
+————–+—————+——-+————+————-+
| 10.10.10.120 | node specific | up | 2021-01-27 | Established |
| 10.10.10.122 | node specific | up | 2021-01-27 | Established |
+————–+—————+——-+————+————-+

kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 52d
mylbapp1-svc-layer2 LoadBalancer 10.106.148.170 10.10.10.200 8088:31527/TCP 5h58m
tomcat-svc-layer2 LoadBalancer 10.106.185.106 <pending> 8098:31175/TCP 3h51m
root@node121:~# ping 10.10.10.200
PING 10.10.10.200 (10.10.10.200) 56(84) bytes of data.
From 10.10.10.121 icmp_seq=1 Destination Host Unreachable
From 10.10.10.121 icmp_seq=2 Destination Host Unreachable
From 10.10.10.121 icmp_seq=3 Destination Host Unreachable

curl 10.10.10.20:8088
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
nginx.org.<br/>
Commercial support is available at
nginx.com.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>

kubectl exec -it porter-manager-6d78f6fb7-4l2hx -n porter-system – sh
/ # gobgp global rib
rpc error: code = Unknown desc = bgp server hasn’t started yet

kube-proxy使用的是ipvs还是iptables模式?