Mohit Kumar Sharma
Mohit Kumar Sharma
@huikang let me know if you need more details. thanks
@jgwest @alexec
``` Name: testapp Namespace: default Status: ✖ Degraded Message: RolloutAborted: Rollout aborted update to revision 11 Strategy: Canary Step: 0/5 SetWeight: 0 ActualWeight: 0 Images: testapp:09c502fab0a1043740c21566dec377ce9f17e3cb-9 (stable) Replicas: Desired: 1...
@huikang there you go
after the Aborting rollout
> HI @huikang , after the abort in destinationrule both subsets have same rollouts-pod-template-hash: f4dcdc666, bec canary pod is not there to server the canary traffic, so if destination rules...
@huikang do you mean trying image created from master branch ? bec I am already using v1.1.1
``` canary: weights: canary: podTemplateHash: 5865cf698b weight: 0 stable: podTemplateHash: 649fdf8c7d weight: 100 ```
from the rollout that was aborted using image v1.1.1
But still destination rule is not updated , after canary pod deletion. ``` apiVersion: networking.istio.io/v1beta1 kind: DestinationRule metadata: annotations: argo-rollouts.argoproj.io/managed-by-rollouts: testapp name: testapp spec: host: testapp subsets: - labels: app.kubernetes.io/component:...