-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest v3 release?
- [X] Yes, I'm using th…
-
Isn't clear that user cannot run this command throught their shell.
```
Test if the deployment was successful:
curl $(kubectl get svc my-app-svc -o jsonpath="{.spec.clusterIP}")
version-1
```…
-
My organization has applications that require a "warm-up" period where metric spikes observed during that time may be false positives; e.g. building up an nginx cache. We have seen recommendations to …
-
### Describe the bug
We had an incident last Sunday. A team rolled out a new release using the canary strategy provided by Argo Rollouts.
The canary finished successfully and eventually transit…
-
**Describe the bug**
We are using argo rollouts for canary deployment. In between a step in the canary deployment, we abort the stage and Rollout object goes into the Degraded state and the canary …
-
-
-
Tried to use mirroe route option using url prefix , but durring canary deployment there is a route rule getting updated in the virtualservice which specifies that 100% traffic to go to stable service,…
-
**This is a Feature Request**
**What would you like to be added**
Add either an evergreen blog article or a new task page that describes how to make a canary for a Deployment.
Base it on ht…
sftim updated
1 month ago
-
In cases where we want to set the deployment as pending, and then update it later to success. In most cases within the same GitHub deployment workflow.
But in cases where we deploy to a `predeploy…