mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-04 06:56:39 +08:00
feat: log more info
This commit is contained in:
@@ -208,7 +208,7 @@ func fullDomain(t *testing.T) {
|
||||
}
|
||||
|
||||
func dialUDP(t *testing.T) {
|
||||
port := util.GetAvailableUDPPortOrDie()
|
||||
port, _ := util.GetAvailableUDPPortOrDie()
|
||||
go server(port)
|
||||
|
||||
list, err := clientset.CoreV1().Pods(namespace).List(context.Background(), v1.ListOptions{
|
||||
|
Reference in New Issue
Block a user