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