Skip to content

Commit

Permalink
Updated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
4gust committed Nov 15, 2024
1 parent e5c8bc7 commit 4f3b414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/managedidentity/managedidentity.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const (
defaultRetryCount = 3
)

// retry codes for IMDS
var retryCodesForIMDS = []int{
http.StatusGone, // 410
http.StatusNotImplemented, // 501
Expand Down

0 comments on commit 4f3b414

Please sign in to comment.