-
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
[BUG] failed to handle eip add on CentOS 7 #4364
Comments
|
yes, we saw there are some duplicated Iptables rules which need to be resolved |
I have no idea about why it failed. @bobz965 Could you please take a look? |
@jcshare could you please run |
already tried and it complains the same error details. thanks |
@jcshare @zhangzujian how about closing this issue? centos7 seems not need to support. |
https://kubeovn.github.io/docs/v1.12.x/start/prepare/ thanks |
Hi All, I also having this problem in Ubuntu. Maybe the difference is that I'm using bond interface (layer 2) to my switch.
So strange...i even check one by one bash script inside vpc-nat-gateway (nat-gateway.sh) for this. |
@reski-rukmantiyo could you please show |
Kube-OVN Version
v.1.12.17 and master
Kubernetes Version
v1.27.15
Operation-system/Kernel Version
Linux c7-test-master 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Description
vim kube-ovn-controller-5bdd6965f8-m8ghz.log
Steps To Reproduce
$ cat vpc.yaml
prepare eip.yaml and create it via "kubectl apply -f eip.yaml"
$ cat eip.yaml
kind: IptablesEIP
apiVersion: kubeovn.io/v1
metadata:
name: eip-vpc2
spec:
natGwDp: gw-vpc2
externalSubnet: ovn-vpc-external-network
check the EIP and found out it cannot be configured correctly
Current Behavior
the EIP can NOT be configured correctly on CentOS
Expected Behavior
the EIP can be configured correctly on CentOS
The text was updated successfully, but these errors were encountered: