New("unable to find podIP interface") } func setEncapIP(ip string) error { raw, err := exec.Command( "ovs-vsctl", "set", "open", ".", fmt.Sprintf("external-ids:ovn-encap-ip=%s", ip)).CombinedOutput() 0 comments on commit a78c266 Please sign in to comment. ...