We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
no policy route below on ovn-cluster 29000 ip4.src == $ovn.default.kube.ovn.control.plane_ip4 reroute 100.64.0.2 29000 ip4.src == $ovn.default.kube.ovn.worker_ip4 reroute 100.64.0.3
it has the policy route
Kubernetes version:
Output of kubectl version:
kubectl version
master branch kind env
master branch
operation-system/kernel version:
Output of awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release: Output of uname -r:
awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release
uname -r
(paste your output here)
The text was updated successfully, but these errors were encountered:
zhangzujian
Successfully merging a pull request may close this issue.
Expected Behavior
no policy route below on ovn-cluster
29000 ip4.src == $ovn.default.kube.ovn.control.plane_ip4 reroute 100.64.0.2
29000 ip4.src == $ovn.default.kube.ovn.worker_ip4 reroute 100.64.0.3
Actual Behavior
it has the policy route
Steps to Reproduce the Problem
make kind-init-dual && make kind-install-underlay-logical-gateway-dual
kubectl-ko nbctl lr-policy-list ovn-cluster
29000 ip4.src == $ovn.default.kube.ovn.control.plane_ip4 reroute 100.64.0.2
29000 ip4.src == $ovn.default.kube.ovn.worker_ip4 reroute 100.64.0.3
Additional Info
Kubernetes version:
Output of
kubectl version
:master branch kind env
master branch
operation-system/kernel version:
Output of
awk -F '=' '/PRETTY_NAME/ { print $2 }' /etc/os-release
:Output of
uname -r
:The text was updated successfully, but these errors were encountered: