Skip to content

Commit b7aeb85

Browse files
committed
add explanation
1 parent a482dcc commit b7aeb85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/agentgateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Grant argo-rollouts permissions to view and modify Gateway HTTPRoute resources.
358358
kubectl argo rollouts get rollout rollouts-demo -n argo-rollouts --watch
359359
```
360360

361-
3. Promote the rollout. Make sure you have installed the [argo-rollouts](https://argo-rollouts.readthedocs.io/en/stable/installation/#kubectl-plugin-installation) extension for kubectl.
361+
3. Promote the rollout. Make sure you have installed the [argo-rollouts](https://argo-rollouts.readthedocs.io/en/stable/installation/#kubectl-plugin-installation) extension for kubectl. Blue and red dots reflect the traffic split in the GUI, run the promotion multiple times until only blue dots remain.
362362
```shell
363363
kubectl argo rollouts promote rollouts-demo -n argo-rollouts
364364
```

examples/kgateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Grant argo-rollouts permissions to view and modify Gateway HTTPRoute resources.
358358
kubectl argo rollouts get rollout rollouts-demo -n argo-rollouts --watch
359359
```
360360

361-
3. Promote the rollout. Make sure you have installed the [argo-rollouts](https://argo-rollouts.readthedocs.io/en/stable/installation/#kubectl-plugin-installation) extension for kubectl.
361+
3. Promote the rollout. Make sure you have installed the [argo-rollouts](https://argo-rollouts.readthedocs.io/en/stable/installation/#kubectl-plugin-installation) extension for kubectl. Blue and red dots reflect the traffic split in the GUI, run the promotion multiple times until only blue dots remain.
362362
```shell
363363
kubectl argo rollouts promote rollouts-demo -n argo-rollouts
364364
```

0 commit comments

Comments
 (0)