Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frontend] GET Pipelines API call fails randomly. #11565

Open
mayankkthr opened this issue Jan 29, 2025 · 0 comments
Open

[frontend] GET Pipelines API call fails randomly. #11565

mayankkthr opened this issue Jan 29, 2025 · 0 comments

Comments

@mayankkthr
Copy link

Environment

  • How did you deploy Kubeflow Pipelines (KFP)?
    On Amazon EKS
  • KFP version:
    2.3.0

Steps to reproduce

Display Pipelines List.

Expected result

Pipeline List should be displayed.

Materials and Reference

GET /system/cluster-name
GET /apis/v1beta1/healthz
GET /system/project-id
GET /apis/v2beta1/pipelines?page_token=&page_size=10&sort_by=created_at%20desc&filter=
Proxied request: /apis/v2beta1/pipelines?page_token=&page_size=10&sort_by=created_at%20desc&filter=
GET /static/favicon.ico

/server/node_modules/node-fetch/lib/index.js:1491
reject(new FetchError(request to ${request.url} failed, reason: ${err.message}, 'system', err));
^
FetchError: request to http://metadata/computeMetadata/v1/instance/attributes/cluster-name failed, reason: getaddrinfo ENOTFOUND metadata
at ClientRequest. (/server/node_modules/node-fetch/lib/index.js:1491:11)
at ClientRequest.emit (node:events:517:28)
at Socket.socketErrorListener (node:_http_client:501:9)
at Socket.emit (node:events:517:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'ENOTFOUND',
code: 'ENOTFOUND'
}

Node.js v18.18.2


Impacted by this bug? Give it a 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant