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

Make locating kubeconfig in go example os independent #1392

Closed
bvwells opened this issue Jun 4, 2019 · 1 comment
Closed

Make locating kubeconfig in go example os independent #1392

bvwells opened this issue Jun 4, 2019 · 1 comment
Labels
area/windows Windows Container support

Comments

@bvwells
Copy link
Contributor

bvwells commented Jun 4, 2019

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:
$ argo version
  • Kubernetes version :
$ kubectl version -o yaml

Other debugging information (if applicable):

  • workflow result:
$ argo get <workflowname>
  • executor logs:
$ kubectl logs <failedpodname> -c init
$ kubectl logs <failedpodname> -c wait
  • workflow-controller logs:
$ kubectl logs -n kube-system $(kubectl get pods -l app=workflow-controller -n kube-system -o name)
@bvwells
Copy link
Contributor Author

bvwells commented Jun 11, 2019

Happy for this to be closed. Thanks for the great tool!

@bvwells bvwells closed this as completed Jun 11, 2019
icecoffee531 pushed a commit to icecoffee531/argo-workflows that referenced this issue Jan 5, 2022
* feat: trigger conditions reset

Signed-off-by: Derek Wang <whynowy@gmail.com>
@agilgur5 agilgur5 added the area/windows Windows Container support label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/windows Windows Container support
Projects
None yet
Development

No branches or pull requests

2 participants