-
Notifications
You must be signed in to change notification settings - Fork 746
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
fix: added service account creation step in quick start docs #1324
fix: added service account creation step in quick start docs #1324
Conversation
Signed-off-by: Daniel Soifer <daniel.soifer@codefresh.io>
fixes #1322 |
@daniel-codefresh thanks for the account creation step |
The yaml file can not be put into |
@whynowy isn't it already under the examples ? |
It's mentioned in the README under examples, not a standalone file. I'm ok to have a file for |
I meant in the commit https://github.com/argoproj/argo-events/pull/1324/files |
I meant |
@whynowy Sure np, will do |
sure I'll take a look, but actually I had success without it. I wonder which argo-workflows installation are you using? and are you using the same sensor from the guide? or have you modified it? |
Signed-off-by: Daniel Soifer <daniel.soifer@codefresh.io>
… add-sa-creation-step-docs
Indeed I have just used everything from the guide I have made no modifications on it. |
Yes, with or without the workflow rbac that you've mentioned, I still get the same result: a workflow pod is being created and eventually gets to a "Completed" state, and also the workflow itself ends up in a "Succeeded" status. The workflow logs also seem to be fine. I have tested both namespace and cluster installations of Argo Workflows and had no issues with both. Btw, I used a docker-desktop cluster to test this, which one do you use? In any case, I don't mind adding it to the guide as well if you're sure that this is the root cause of your workflows being stuck in "pending" state. If possible, please verify it and let me know. |
Signed-off-by: Daniel Soifer <daniel.soifer@codefresh.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for refining the docs!
@whynowy Happy to help:) |
Thanks @daniel-codefresh :) |
…j#1324) * added service account creation step in quick start docs Signed-off-by: Daniel Soifer <daniel.soifer@codefresh.io> * moved service account yaml to rbac dir Signed-off-by: Daniel Soifer <daniel.soifer@codefresh.io> * added bare minimum workflow rbac to example docs Signed-off-by: Daniel Soifer <daniel.soifer@codefresh.io>
Signed-off-by: Daniel Soifer daniel.soifer@codefresh.io
Checklist: