Skip to content

Commit

Permalink
Merge pull request #3487 from justinsb/cleanup_comment_maxtaskduration
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Clean up comment on MaxTaskDuration
  • Loading branch information
Kubernetes Submit Queue committed Oct 1, 2017
2 parents d057072 + afa3753 commit bd4ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/nodeup/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
"k8s.io/apimachinery/pkg/util/sets"
)

// We should probably retry for a long time - there is not really any great fallback
// MaxTaskDuration is the amount of time to keep trying for; we retry for a long time - there is not really any great fallback
const MaxTaskDuration = 365 * 24 * time.Hour

// NodeUpCommand the configiruation for nodeup
Expand Down

0 comments on commit bd4ba4d

Please sign in to comment.