mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #139098 from Jefftree/skip-hostcleanup-no-external-ip
e2e: skip HostCleanup test when worker has no NodeExternalIP
This commit is contained in:
commit
e61737540c
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ func getHostExternalAddress(ctx context.Context, client clientset.Interface, p *
|
|||
}
|
||||
}
|
||||
if externalAddress == "" {
|
||||
err = fmt.Errorf("No external address for pod %v on node %v",
|
||||
e2eskipper.Skipf("No NodeExternalIP for pod %v on node %v, test requires SSH-reachable worker nodes",
|
||||
p.Name, p.Spec.NodeName)
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue