mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Update the message to be more precise regarding the tested condition
Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
This commit is contained in:
@@ -359,7 +359,7 @@ func SkipIfMultizone(c clientset.Interface) {
|
||||
Skipf("Error listing cluster zones")
|
||||
}
|
||||
if zones.Len() > 1 {
|
||||
Skipf("Requires exactly one zone")
|
||||
Skipf("Requires at most one zone")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user