-
-
### 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
```…
-
### 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…
-
### 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…
-
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 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 …
-
## Description
A have `app-a` that make calls to `app-b` for `app-a` i have declared sidecar like this:
```yaml
apiVersion: networking.istio.io/v1beta1
kind: Sidecar
metadata:
name: app-…
-
-
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,…