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 authored and mjsoyeon committed Feb 28, 2024
1 parent 582592a commit e46af3f
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -108,6 +108,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
2 changes: 2 additions & 0 deletions pkg/driver/efs_watch_dog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,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=k8s
Expand Down

0 comments on commit e46af3f

Please sign in to comment.