Skip to content

Commit

Permalink
Increase apiserver timeout to 45 seconds
Browse files Browse the repository at this point in the history
Fix kubernetes#6702

Parallel to upstream issue #71054
  • Loading branch information
justinsb committed Apr 7, 2019
1 parent e35a8b9 commit 2766e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeup/pkg/model/kube_apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func (b *KubeAPIServerBuilder) buildPod() (*v1.Pod, error) {
Handler: v1.Handler{
HTTPGet: probeAction,
},
InitialDelaySeconds: 15,
InitialDelaySeconds: 45,
TimeoutSeconds: 15,
},
Ports: []v1.ContainerPort{
Expand Down

0 comments on commit 2766e8d

Please sign in to comment.