-
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
```…
-
### Describe the bug
Flagger tried to promote the canary version and this is where it failed with this error:
“There are multiple Consul services registered for this pod when there must only be on…
-
### 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…
-
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**
I tried to set the values for loki-canarys resource requests and limits. Unfortunately they are not applied to the relevant pods of the canary daemonset.
**To Reproduce**
…
-
**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 …
-
-
### Proposal
When deploying a job that has a canary deployment via CI, it is difficult to know when a canary is ready to be deployed. In non-canary deployments you can just run `job run` and read t…
-
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,…
-
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…