Skip to content

Commit

Permalink
docs: update documentation about plugin system issue (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Plotnikov <[email protected]>
  • Loading branch information
Philipp-Plotnikov authored Feb 9, 2024
1 parent 139e9de commit 59f8145
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 59f8145

Please sign in to comment.