mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Skip ILB e2e test on GCP if cluster size exceeds limit
This commit is contained in:
@@ -89,6 +89,10 @@ const (
|
||||
|
||||
// ServiceTestTimeout is used for most polling/waiting activities
|
||||
ServiceTestTimeout = 60 * time.Second
|
||||
|
||||
// GCPMaxInstancesInInstanceGroup is the maximum number of instances supported in
|
||||
// one instance group on GCP.
|
||||
GCPMaxInstancesInInstanceGroup = 2000
|
||||
)
|
||||
|
||||
// This should match whatever the default/configured range is
|
||||
|
||||
Reference in New Issue
Block a user