Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
289a7ada
Commit
289a7ada
authored
Dec 12, 2016
by
Wojciech Tyczynski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase GCE operation timeout
parent
b2047ad4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gce.go
pkg/cloudprovider/providers/gce/gce.go
+2
-1
No files found.
pkg/cloudprovider/providers/gce/gce.go
View file @
289a7ada
...
@@ -64,7 +64,8 @@ const (
...
@@ -64,7 +64,8 @@ const (
gceAffinityTypeClientIPProto
=
"CLIENT_IP_PROTO"
gceAffinityTypeClientIPProto
=
"CLIENT_IP_PROTO"
operationPollInterval
=
3
*
time
.
Second
operationPollInterval
=
3
*
time
.
Second
operationPollTimeoutDuration
=
30
*
time
.
Minute
// Creating Route in very large clusters, may take more than half an hour.
operationPollTimeoutDuration
=
time
.
Hour
// Each page can have 500 results, but we cap how many pages
// Each page can have 500 results, but we cap how many pages
// are iterated through to prevent infinite loops if the API
// are iterated through to prevent infinite loops if the API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment