Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
I spent hours trying to configure Google Cloud Traffic Management based on an example. There was no mention of the necessity to restart the Argo Rollouts pod (controller).
  • Loading branch information
kolobych authored Dec 31, 2023
1 parent b9fb854 commit 2246beb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ data:
Deploy this file with `kubectl` or Argo CD or any other deployment method you use for your cluster.

Restart the Argo Rollouts pod for the plug-in to take effect.
```shell
kubectl rollout restart deployment -n argo-rollouts argo-rollouts
```

For more details see the [Plugin documentation](https://argoproj.github.io/argo-rollouts/features/traffic-management/plugins/) at Argo Rollouts.

## Feedback needed
Expand Down

0 comments on commit 2246beb

Please sign in to comment.