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

Demo website is down #12157

Open
3 tasks done
gannaramu opened this issue Nov 6, 2023 · 6 comments
Open
3 tasks done

Demo website is down #12157

gannaramu opened this issue Nov 6, 2023 · 6 comments
Labels
area/docs Incorrect, missing, or mistakes in docs P3 Low priority type/bug type/tech-debt

Comments

@gannaramu
Copy link

gannaramu commented Nov 6, 2023

Pre-requisites

  • I have double-checked my configuration
  • I can confirm the issues exists when I tested with :latest
  • I'd like to contribute the fix myself (see contributing guide)

What happened/what you expected to happen?

link to the demo website on the readme is broken https://workflows.apps.argoproj.io/workflows/argo
https://github.com/argoproj/argo-workflows/#try-argo-workflows
image

Version

latest

Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

open link https://workflows.apps.argoproj.io/workflows/argo

Logs from the workflow controller

kubectl logs -n argo deploy/workflow-controller | grep ${workflow}

Logs from in your workflow's wait container

kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
@agilgur5 agilgur5 added type/tech-debt area/docs Incorrect, missing, or mistakes in docs P3 Low priority labels Nov 7, 2023
@agilgur5
Copy link

agilgur5 commented Nov 7, 2023

Yea, it's been down for some time (at least a few months by my count). It got mentioned on Slack a month ago. CD's demo site had also been down for a while.

It got brought up in maintainers meetings in April, May, and June. It was previously hosted and maintained by Intuit and was in-progress to move to a CNCF-hosted account.

It looks like we got a CNCF GCP account in October-ish, which is why CD's demo site is back up I think? @terrytangyuan is working on it per the meeting notes, so assigning him here

@terrytangyuan terrytangyuan removed their assignment Nov 27, 2023
@terrytangyuan
Copy link
Member

I believe @sarabala1979 is working with Leo on this.

@agilgur5
Copy link

For reference, this may be due to argoproj/argoproj-deployments#26 or argoproj/argoproj-deployments#13. The former seems to roughly add up timeline-wise, but it may have been down longer per the latter.

That repo is synced with CD and deploys Workflows, and the Server is down because it can't reach Dex, both of which have the old cert-manager CRD.

Asked in the approvers channel if this could be merged, which may fix the issue.

@Joibel
Copy link
Member

Joibel commented Mar 1, 2024

The deployment is back up partially and no-longer 503ing, but not working properly.

Slack thread in #argo-maintainers (private link).

@agaudreault
Copy link
Member

agaudreault commented Mar 1, 2024

FYI, there is a migration of the demo argo in progress. Everything in https://cd.apps.argoproj.io/applications, including workflow, points to https://github.com/agaudreault/argoproj-deployments/tree/add-gcp-infra.

It seems like the channel you link is a private one. You can DM me on Slack or add me to a public thread if there is something not working requiring immediate actions.

It is now running in the new GCP account and it should be merged soon to the main branch with argoproj/argoproj-deployments#28

@agilgur5
Copy link

agilgur5 commented Mar 3, 2024

It seems like the channel you link is a private one.

It's a link to a thread in the private #argo-maintainers channel. I've edited Alan's comment to make that more explicit as well. There doesn't seem to be new info there.
https://workflows.apps.argoproj.io/workflows/argo is no longer 503'ing, though I have no access to do anything on it (and I assume other users even less).

You can DM me on Slack or add me to a public thread if there is something not working requiring immediate actions.

I did list argoproj/argoproj-deployments#26 and argoproj/argoproj-deployments#13 above. There are still other open issues and PRs in that repo. It seems like the Certificate issue at least has been solved.

Given that the Workflows demo is not accessible, I don't think this issue should be closed yet

@agilgur5 agilgur5 reopened this Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Incorrect, missing, or mistakes in docs P3 Low priority type/bug type/tech-debt
Projects
None yet
Development

No branches or pull requests

5 participants