-
Notifications
You must be signed in to change notification settings - Fork 46
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
Argo Rollout extension functionality is not seeing in the dashboard #3
Comments
Guys any update or suggestion on this |
also not working for me, installed on argocd version 2.2.3 ERROR controller.argocdextension Reconciler error {"reconciler group": "argoproj.io", "reconciler kind": "ArgoCDExtension", "name": "argo-rollouts", "namespace": "argocd", "error": "remove /tmp/extensions/.argo-rollouts.snapshot: no such file or directory"} |
I'm getting the following error with Argo CD: v2.2.5+8f981cc
|
For me, I noticed that one of my CRD (ArgoCDExtension) has a These steps helped me to resolve the issue:
|
Does it work with v2.2.5 argocd? Everything loaded fine but cannot see the UI. |
thank you @yq314 |
I just set this up today and thought it was pretty straightforward. Thought I would post my process here for posterity. I use the ArgoCD Helm Chart to install ArgoCD presently. To use Argo Rollouts, you need to enable the Extensions controller for ArgoCD. This effectively runs as a second container within the Server pod. To accomplish this, add the following to the server:
extensions:
enabled: true After this, you need to deploy Argo Rollouts. I also use Helm for this. Rollouts' Helm Chart supports an extraObjects:
- apiVersion: argoproj.io/v1alpha1
kind: ArgoCDExtension
metadata:
name: argo-rollouts
finalizers:
- extensions-finalizer.argocd.argoproj.io
spec:
sources:
- web:
url: https://github.com/argoproj-labs/rollout-extension/releases/download/v0.30/extension.tar Make sure to grab the latest release from: This isn't necessary. You could, of course, just deploy this manifest to your cluster after deploying Rollouts. However, make sure you add a To validate that this is working, you can check the contents of
This may not be the recommended solution in the future. See this other issue as well: #24 |
For me nothing appears on Argocd's web ui Log from argocd-server:
The files are in the right place:
The argo-rollouts dashboard is working and I can access it: But in the application area of my argocd there is nothing related to rollouts: Argo CD: v2.6.5 Please, can you help with this problem? @alexef @zachaller |
Followup with the issue which was closed.
#1
We have tried to configure the Argo rollout extension with version 2.1.5, but still we are unable to see the UI feature for rollouts.
The text was updated successfully, but these errors were encountered: