Skip to content

Commit

Permalink
Fix gcp metadata server url
Browse files Browse the repository at this point in the history
  • Loading branch information
anjmao committed Apr 8, 2022
1 parent 9212d93 commit 4dfe1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func NewGCPChecker() InterruptChecker {

return &gcpInterruptChecker{
client: client,
metadataServerURL: "http://metadata.google.internal",
metadataServerURL: "http://169.254.169.254",
}
}

Expand Down

0 comments on commit 4dfe1e6

Please sign in to comment.