Skip to content

Commit

Permalink
Disable efs-utils version check
Browse files Browse the repository at this point in the history
A "version check" feature was introduced into v1.35.1 of efs-utils. This
check runs once an hour and may result in the watchdog process making
API calls to Github. This commit disables this feature.
  • Loading branch information
RyanStan committed Feb 15, 2024
1 parent 950bd65 commit b1d1824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/driver/efs_watch_dog.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ stunnel_health_check_enabled = true
stunnel_health_check_interval_min = 5
stunnel_health_check_command_timeout_sec = 30
enable_version_check = false
[client-info]
source={{.EfsClientSource}}
Expand Down

0 comments on commit b1d1824

Please sign in to comment.