Questions tagged [argo-rollouts]

11 questions
1
vote
0 answers

Does argo rollout support header based traffic control in AWS App Mesh

Our service deployed on AWS EKS with AppMesh, ArgoCD is our CD tool, we need header based traffic management, we know Argo Rollout support traffic management with istio..., not sure AppMesh. Is possible Argo Rollout support header based traffic…
Jiang Nan
  • 11
  • 2
1
vote
0 answers

Argo Rollouts dashboard not opening and command throws error invalid apiVersion "client.authentication.k8s.io/v1alpha1"

I have installed helm using helm repo add argo https://argoproj.github.io/argo-helm helm install my-release argo/argo-rollouts --set dashboard.enabled=true then to check we use : kubectl port-forward service/argo-rollouts-dashboard 31000:3100 I try…
1
vote
1 answer

Argo Rollouts - How to abort/rollback canary rollout

I'm working on a POC for Argo Rollouts and all is good for rolling out an application. However my rollback testing is a bit confusing. When I abort the rollout the canary get successfully ScaledDown, however the overall rollout status is set to…
1
vote
0 answers

Argo Rollout Dependency Ordering

Is there a way to stop one Argo Rollout until another has finished or in some other way say that A is dependent on B. For example, we have a monorepo in which you could make an update to a web UI and API in the same pull request which would trigger…
Tim Scriv
  • 670
  • 7
  • 17
0
votes
0 answers

How can I view an argo rollout deployment on aws eks locally on the argo rollout dashboard?

After manually deploying argo rollout to aws eks, I ran kubectl argo rollout dashboard locally. Usually, the app executed locally uses the cloud address, which is a domain or IP, to bring the corresponding information. However, this argo rollout…
0
votes
1 answer

Kube pod not in running state

We have a argo-rollout for one of the service. I used the cmd to update the image. kubectl-argo-rollouts -n ddash5 set image detector detector=starry-academy-177207/detector:deepak-detector-8 I was expecting this to update the pod, but it created a…
deepak dash
  • 245
  • 2
  • 11
0
votes
0 answers

Error from server (NotFound): error when creating rollout.yaml : the server could not find the requested resource (post rollouts.argoproj.io)

Problem with creating argo rollouts CRD. When I try to apply CRD it gives me: error when creating "rollout.yaml": the server could not find the requested resource (post rollouts.argoproj.io) This is my yaml: apiVersion: argoproj.io/v1alpha1 kind:…
0
votes
0 answers

Updating helmfile state in the cluster without a helmfile apply

is there a way to directly edit the helm state in a cluster without a helmfile apply? We're in a situation where we need to update resources (argo rollouts) managed by helmfile from outside, i.e., using either the Java APIs or directly editing them…
0
votes
1 answer

Installing Argo Rollouts on Azure Kubernetes cluster

I'm using ArgoCD along with ArgoRollouts on my local cluster. Setting it up a local cluster is straight forward, download the binaries, set path for the binaries and execute kubectl argo rollouts version However, I'm trying to install it on a new…
0
votes
1 answer

How to integrate Argo CD with DataDog to query the deployed resources status for auto promotion (B/G)?

I'm trying to integrate Argo with DataDog to query the metrics and based on the metric value to evaluate the deployment to automatically promote for B/G promotion. In my case the issue is Argo fails to evaluate the DataDog query that passed via…
0
votes
0 answers

wait for metrics to become available in metrics-server

I have a service set up in Kubernetes which seems to be a fairly normal: deployment, service, and HPA. However, it does something which I'd like to fix. The sequence of events goes like this: We change the deployed image, which creates new…
Brian Hicks
  • 6,213
  • 8
  • 51
  • 77