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

Docker/whalesay does not work locally - plus can't get the https to work locally #65

Closed
mskem-reify opened this issue Nov 7, 2024 · 1 comment · Fixed by #66
Closed

Comments

@mskem-reify
Copy link

Trying to follow this tutorial locally, I didn't manage to access the argo server as the https reroute didn't work. I ended up only removing the login like so

kubectl patch deployment \
  argo-server \
  --namespace argo \
  --type='json' \
  -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/args", "value": [
  "server",
  "--auth-mode=server"
]}]'

Also, the flow with docker/whalesay does not compile anymore so maybe use another example

@tico24
Copy link
Collaborator

tico24 commented Nov 7, 2024

Also, the flow with docker/whalesay does not compile anymore so maybe use another example

We would welcome a pull requests for this. I notice upstream argo workflows also switched away from whalesay fairly recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants