We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
What happened: Tried to run go example on Windows operating system and the example failed to find default kubeconfig location.
What you expected to happen: example should find default location for kubeconfig.
How to reproduce it (as minimally and precisely as possible): Run example located here on Windows os.
Anything else we need to know?:
Environment:
$ argo version
$ kubectl version -o yaml
Other debugging information (if applicable):
$ argo get <workflowname>
$ kubectl logs <failedpodname> -c init $ kubectl logs <failedpodname> -c wait
$ kubectl logs -n kube-system $(kubectl get pods -l app=workflow-controller -n kube-system -o name)
The text was updated successfully, but these errors were encountered:
Happy for this to be closed. Thanks for the great tool!
Sorry, something went wrong.
feat: trigger conditions reset. Closes argoproj#1381 (argoproj#1392)
65c49d1
* feat: trigger conditions reset Signed-off-by: Derek Wang <whynowy@gmail.com>
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST?: BUG REPORT
What happened: Tried to run go example on Windows operating system and the example failed to find default kubeconfig location.
What you expected to happen: example should find default location for kubeconfig.
How to reproduce it (as minimally and precisely as possible): Run example located here on Windows os.
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
The text was updated successfully, but these errors were encountered: