Skip to content

Commit

Permalink
Merge pull request #1739 from kikisdeliveryservice/up-eviction-time
Browse files Browse the repository at this point in the history
Bug 1834948: increase eviction time to avoid preventable timeouts
  • Loading branch information
openshift-merge-robot committed May 28, 2020
2 parents 4bbc400 + b40112d commit 6595188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/daemon.go
Expand Up @@ -298,7 +298,7 @@ func (dn *Daemon) ClusterConnect(
IgnoreAllDaemonSets: true,
DeleteLocalData: true,
GracePeriodSeconds: -1,
Timeout: 20 * time.Second,
Timeout: 90 * time.Second,
OnPodDeletedOrEvicted: func(pod *corev1.Pod, usingEviction bool) {
verbStr := "Deleted"
if usingEviction {
Expand Down

0 comments on commit 6595188

Please sign in to comment.