Skip to content

Commit

Permalink
Change extension to plugin when referring to kubectl plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 authored Nov 6, 2023
1 parent e23abf8 commit d237e69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/modules/ROOT/pages/03-bluegreen-rollout.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ Note the `rollouts-pod-template-hash` in `spec.template.metadata.labels` field i
=== Argo Rollouts CLI

Argo Rollouts provides a Command Line Interface (CLI) to support working with rollouts as an
link:https://kubernetes.io/docs/reference/kubectl/[kubectl,window='_blank'] extension. link:https://argo-rollouts.readthedocs.io/en/stable/installation/#kubectl-plugin-installation[Instructions, window='blank']
for installing the extension are available however this has already been done for you in this workshop.
link:https://kubernetes.io/docs/reference/kubectl/[kubectl,window='_blank'] plugin. link:https://argo-rollouts.readthedocs.io/en/stable/installation/#kubectl-plugin-installation[Instructions, window='blank']
for installing the plugin are available however this has already been done for you in this workshop.

The extension is well link:https://argo-rollouts.readthedocs.io/en/stable/features/kubectl-plugin/[documented,window='_blank']
The plugin is well link:https://argo-rollouts.readthedocs.io/en/stable/features/kubectl-plugin/[documented,window='_blank']
and provides a number of commands and these can be used with our currently deployed rollout.

To view a list of rollouts we can use the `list` command as follows:
Expand Down

0 comments on commit d237e69

Please sign in to comment.