You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Hi! I'm running off latest commit in argoflow as of today (commit hash cdce0fc). I'm unable to add a contributor to my workspace. Attempting to a add a user returns the following error: Unable to add new contributor for user: [object Object]
The text was updated successfully, but these errors were encountered:
@GetOn4 Nope and I haven't had a chance to troubleshoot this yet. I think it might be a problem in the central dashboard cuz I can add contributors manually through kubectl by following the documentation on kubeflow
I did notice that add-contributor endpoint sometimes gets a 404 and sometimes a 400 response code
This is the error log from the central dashboard pod:
Unable to add new contributor for abachir: [object Object]
Unable to add new contributor for abachir: [object Object]
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
errno: 'EAI_AGAIN',
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
errno: 'EAI_AGAIN',
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
errno: 'EAI_AGAIN',
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
errno: 'EAI_AGAIN',
code: 'EAI_AGAIN',
syscall: 'getaddrinfo',
hostname: 'profiles-kfam.kubeflow'
}```
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! I'm running off latest commit in argoflow as of today (commit hash cdce0fc). I'm unable to add a contributor to my workspace. Attempting to a add a user returns the following error:
Unable to add new contributor for user: [object Object]
The text was updated successfully, but these errors were encountered: