Open yboaron opened 1 week ago
@mkolesnik , QQ: I'm getting [1] error when trying to deploy Kind clusters with OVNK and IPV6 with this PR(with make clusters using=ipv6-stack,ovn), while running directly ./ovn-kubernetes/contrib/kind.sh .... things looks fine, any idea ?
[1]
[cluster2] ++ sysctl net.ipv6.conf.all.forwarding [cluster1] ++ sysctl net.ipv6.conf.all.forwarding [cluster2] ++ awk '{print $3}' [cluster1] ++ awk '{print $3}' [cluster2] + TMPVAR=0 [cluster2] + echo 'net.ipv6.conf.all.forwarding is equal to 0' [cluster2] net.ipv6.conf.all.forwarding is equal to 0 [cluster2] + '[' 0 '!=' 1 ']' [cluster1] + TMPVAR=0 [cluster2] + '[' true == true ']' [cluster2] + sudo sysctl -w net.ipv6.conf.all.forwarding=1 [cluster1] + echo 'net.ipv6.conf.all.forwarding is equal to 0' [cluster1] net.ipv6.conf.all.forwarding is equal to 0 [cluster1] + '[' 0 '!=' 1 ']' [cluster1] + '[' true == true ']' [cluster1] + sudo sysctl -w net.ipv6.conf.all.forwarding=1 [cluster2] sysctl: permission denied on key "net.ipv6.conf.all.forwarding" [cluster1] sysctl: permission denied on key "net.ipv6.conf.all.forwarding" [cluster2] Failed to run './ovn-kubernetes/contrib/kind.sh -ov localhost:5000/ovn-daemonset-f:latest -cn cluster2 -ric -n4 -i6 -sw -lr
🤖 Created branch: z_pr1751/yboaron/ovn_add_ipv6