Argo: Slack invite link is no longer active [regression]

Created on 12 Feb 2020  路  3Comments  路  Source: argoproj/argo

Checklist:

  • [] I've included the version.
  • [ ] I've included reproduction steps.
  • [ ] I've included the workflow YAML.
  • [ ] I've included the logs.

What happened:

Same problem as https://github.com/argoproj/argo/issues/1789 & https://github.com/argoproj/argo/issues/1706

Seeing the same "This invite link is no longer active" when clicking on: https://argoproj.github.io/community/join-slack

What you expected to happen:

I can join the community Slack.

How to reproduce it (as minimally and precisely as possible):

Click on the link at the bottom of the README.md.

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 argo $(kubectl get pods -l app=workflow-controller -n argo -o name)

Logs

argo get <workflowname>
kubectl logs <failedpodname> -c init
kubectl logs <failedpodname> -c wait
kubectl logs -n argo $(kubectl get pods -l app=workflow-controller -n argo -o name)


Message from the maintainers:

If you are impacted by this bug please add a 馃憤 reaction to this issue! We often sort issues this way to know what to prioritize.

bug

Most helpful comment

All 3 comments

@alexlatchford thanks for opening this. I was just about to do so since I couldn't get the invite to work myself.

Shortlink updated

Was this page helpful?
0 / 5 - 0 ratings