発生している問題・エラーメッセージ
GCP上でgrafanaを動かし、ローカルのノードのモニタリングシステムを開発途中でした。
突然、grafana( http://<cloud IP>:3000 )にアクセスできなくなり、クラウドにssh接続もできなくなりました。
また、ログを調べると下記のようなエラーが発生しています。
エラーメッセージ `` 2020-09-22 20:42:16.168 JST Get http://169.254.169.254/computeMetadata/v1/ recursive=true&alt=json&wait_for_change=true&last_etag=84cd4deaedc907bf&timeout_sec=60: dial tcp 169.254.169.254:80: i/o timeout Error watching metadata: Get http://metadata.google.internal/computeMetadata/v1//?recursive=true&alt=json&wait_for_change=true&timeout_sec=60&last_etag=a26b63c795afacf6: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) ### 該当のソースコード { insertId: "8uyegh7hk255" jsonPayload: { localTimestamp: "2020-09-22T11:40:30.8923Z" message: "Get http://169.254.169.254/computeMetadata/v1/?recursive=true&alt=json&wait_for_change=true&last_etag=84cd4deaedc907bf&timeout_sec=60: dial tcp 169.254.169.254:80: i/o timeout" } labels: { agent_version: "20200901.01-g1" instance_name: "monitor" } logName: "projects/extreme-flame-289607/logs/OSConfigAgent" receiveTimestamp: "2020-09-22T12:14:32.683404433Z" resource: { labels: { instance_id: "3979797976612350330" project_id: "extreme-flame-289607" zone: "us-west1-a" } type: "gce_instance" } severity: "ERROR" sourceLocation: { file: "main.go" function: "main.runTaskLoop" line: "181" } timestamp: "2020-09-22T11:42:16.168942133Z" }
試したこと
ブラウザ上からのsshも試みましたが
Connection via Cloud Identity-Aware Proxy Failed
Code: 4010
とエラーが発生します。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。