mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Fix min minions for e2e
This commit is contained in:
parent
54ad81759a
commit
f3b0f285fa
@ -67,7 +67,7 @@ const (
|
||||
downloadDirName = "_output/downloads"
|
||||
tarDirName = "server"
|
||||
tempDirName = "upgrade-e2e-temp-dir"
|
||||
minMinionCount = 3
|
||||
minMinionCount = 2
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user