-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Unable to load workflow #967
Comments
What about |
Also, if you open developer console to show what the error is, that would help. Also the tail of the argo-ui pod. |
Returns blank. |
argo UI pod doesn't produce any logs. How do you enable the developer console ? |
$kubectl logs argo-ui-964b7bc84-5w8rz -f |
|
Is there any timeline when #902 might make it to new version. Also If I want to make it work now and somehow talk my cluster admin's into allowing the access, |
The review is pretty much completed with some minor changes left. So it should make v2.2 which we're targetting now for next week.
It may or may not help, since it depends on how your admission controller (OPA) is set up. Your admission controller is rejecting pods which want to mount host paths, which makes sense from a security standpoint. If OPA takes into consideration the service account which the pods run as, to decide if this is okay, you may get this to work by doing:
But again, I think it's dependent on your environment. |
We are tracking this issue. Based on your comment, I tried it on v2.2 and I am getting the same error. Could you please explain on why we need host path details? |
Hello @geniekanth . The issue was finally fixed in master. Please check #1114 (comment) if you need workaround. |
Is this a BUG REPORT or FEATURE REQUEST?: Help Wanted
What happened: Argo UI unable to load workflow
What you expected to happen: Argo UI to work properly
Anything else we need to know?: Argo is installed in a namespace
Environment:
Other debugging information (if applicable):
When created a new argo workflow, found the below exception in workflow-controller logs:
The text was updated successfully, but these errors were encountered: