This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix GCP metadata endpoint This was broken a few months ago: - c295133#diff-e3a5b197b3f4e8bc25ffcc06c8e810caL27 - c295133#diff-6cfb951705f6c4b248a6d3c6faa23069R27 ``` bash-4.3# curl -H "Metadata-Flavor: Google" http://metadata.google.pkg/computeMetadata/v1/instance/id curl: (6) Could not resolve host: metadata.google.pkg bash-4.3# curl "http://metadata.google.internal/computeMetadata/v1/instance/id" -H "Metadata-Flavor: Google" 3395187815902811713 ``` Internal case: `00012827` * Add debug log when GCP host id gathering fails Co-authored-by: Ben Keith <[email protected]>
- Loading branch information