-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nat-gateway-pod 已经删除,但是subnet ovn-vpc-external-network仍然有两个ip没有被清理,从而导致subnet无法删除 #1888
Comments
Thanks for the information! We'll fix it ASAP. |
您好,eip 是基于 eip crd来维护的,不在ip中维护。 可以尝试基于kubectl delete eip eips01 eipd01 尝试下先清理下eip |
无法删除 |
您好,目前认为应该是这种情况
|
1 task
This was referenced Sep 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我在测试非默认vpc出外网功能,使用了multus-cni 0.3.1版本,配合macvlan做双网卡出外网,测试很顺利,但是在删除配置的时候,遇到了一些问题,具体表现如下:subnet ovn-vpc-external-network有两个ip残留,且查询eip也发现eips01和eipd01依然存在,subnet ovn-vpc-external-network也无法删除,通过kubectl get ips 无法查询到使用中的那两个ip地址,预期中eip,subnet都应该可以正常删除
实际上出外网的subnet无法删除,使用的两个eip也无法删除,且get ips查不到对应的数据
Steps to Reproduce the Problem
apiVersion: kubeovn.io/v1 kind: Subnet metadata: name: ovn-vpc-external-network spec: protocol: IPv4 provider: ovn-vpc-external-network.kube-system cidrBlock: 10.0.0.0/24 gateway: 10.0.0.254 #实际上这个gateway ping不通,不可达 excludeIps: - 10.0.0.201..10.0.0.254
4.```bash
k get subnet ovn-vpc-external-network
NAME PROVIDER VPC PROTOCOL CIDR PRIVATE NAT DEFAULT GATEWAYTYPE V4USED V4AVAILABLE V6USED V6AVAILABLE EXCLUDEIPS
ovn-vpc-external-network ovn-vpc-external-network.kube-system ovn-cluster IPv4 10.0.0.0/24 false false false distributed 2 198 0 0 ["10.0.0.201..10.0.0.254"]
Additional Info
Kubernetes version:
Output of
kubectl version
:Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.9", GitCommit:"c1de2d70269039fe55efb98e737d9a29f9155246", GitTreeState:"clean", BuildDate:"2022-07-13T14:19:57Z", GoVersion:"go1.17.11", Compiler:"gc", Platform:"linux/amd64"})
(1.10.4)
("CentOS Linux 7 (Core)"
4.19.12-1.el7.elrepo.x86_64)
The text was updated successfully, but these errors were encountered: