Skip to content

Instantly share code, notes, and snippets.

@anupash147
Last active June 23, 2020 21:38
Show Gist options
  • Save anupash147/747922700ca8caad84681288b34db8e7 to your computer and use it in GitHub Desktop.
Save anupash147/747922700ca8caad84681288b34db8e7 to your computer and use it in GitHub Desktop.
GET /pipeline/system/project-id
(node:1) UnhandledPromiseRejectionWarning: FetchError: request to http://metadata/computeMetadata/v1/project/project-id failed, reason: getaddrinfo ENOTFOUND metadata
at ClientRequest.<anonymous> (/server/node_modules/node-fetch/lib/index.js:1455:11)
at ClientRequest.emit (events.js:223:5)
at Socket.socketErrorListener (_http_client.js:406:9)
at Socket.emit (events.js:223:5)
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 34)
GET /pipeline/k8s/pod/logs?podname=example-metrics-pipeline-ttvcx-2745010860
Getting logs for pod:example-metrics-pipeline-ttvcx-2745010860 in namespace undefined.
^[[AGET /pipeline/k8s/pod/logs?podname=example-metrics-pipeline-ttvcx-2281622407
Getting logs for pod:example-metrics-pipeline-ttvcx-2281622407 in namespace undefined.
GET /pipeline/k8s/pod/logs?podname=example-metrics-pipeline-ttvcx-2745010860
Getting logs for pod:example-metrics-pipeline-ttvcx-2745010860 in namespace undefined.
GET /pipeline/k8s/pod/logs?podname=example-metrics-pipeline-ttvcx-2281622407
Getting logs for pod:example-metrics-pipeline-ttvcx-2281622407 in namespace undefined.
GET /pipeline/system/project-id
(node:1) UnhandledPromiseRejectionWarning: FetchError: request to http://metadata/computeMetadata/v1/project/project-id failed, reason: getaddrinfo ENOTFOUND metadata
at ClientRequest.<anonymous> (/server/node_modules/node-fetch/lib/index.js:1455:11)
at ClientRequest.emit (events.js:223:5)
at Socket.socketErrorListener (_http_client.js:406:9)
at Socket.emit (events.js:223:5)
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 35)
GET /pipeline/k8s/pod/logs?podname=example-metrics-pipeline-ttvcx-2745010860
Getting logs for pod:example-metrics-pipeline-ttvcx-2745010860 in namespace undefined.
GET /pipeline/k8s/pod/logs?podname=example-metrics-pipeline-ttvcx-2281622407
Getting logs for pod:example-metrics-pipeline-ttvcx-2281622407 from mlpipeline/example-metrics-pipeline-ttvcx/example-metrics-pipeline-ttvcx-2281622407/main.log.
GET /pipeline/system/project-id
(node:1) UnhandledPromiseRejectionWarning: FetchError: request to http://metadata/computeMetadata/v1/project/project-id failed, reason: getaddrinfo ENOTFOUND metadata
at ClientRequest.<anonymous> (/server/node_modules/node-fetch/lib/index.js:1455:11)
at ClientRequest.emit (events.js:223:5)
at Socket.socketErrorListener (_http_client.js:406:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment