Skip to content

Commit

Permalink
docs: fix 'containter' typo
Browse files Browse the repository at this point in the history
Update talosctl docs.

Signed-off-by: KillianCdP <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 5bfd829)
  • Loading branch information
KillianCdP authored and smira committed Dec 17, 2024
1 parent c41ec53 commit 55d45bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/talosctl/cmd/talos/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (flags imageCmdFlagsType) apiNamespace() (common.ContainerdNamespace, error
var imageCmd = &cobra.Command{
Use: "image",
Aliases: []string{"images"},
Short: "Manage CRI containter images",
Short: "Manage CRI container images",
Long: ``,
Args: cobra.NoArgs,
}
Expand Down
12 changes: 6 additions & 6 deletions website/content/v1.9/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ talosctl images default | talosctl images cache-create --image-cache-path=/tmp/t

### SEE ALSO

* [talosctl image](#talosctl-image) - Manage CRI containter images
* [talosctl image](#talosctl-image) - Manage CRI container images

## talosctl image default

Expand Down Expand Up @@ -1853,7 +1853,7 @@ talosctl image default [flags]

### SEE ALSO

* [talosctl image](#talosctl-image) - Manage CRI containter images
* [talosctl image](#talosctl-image) - Manage CRI container images

## talosctl image list

Expand Down Expand Up @@ -1882,7 +1882,7 @@ talosctl image list [flags]

### SEE ALSO

* [talosctl image](#talosctl-image) - Manage CRI containter images
* [talosctl image](#talosctl-image) - Manage CRI container images

## talosctl image pull

Expand Down Expand Up @@ -1911,11 +1911,11 @@ talosctl image pull <image> [flags]

### SEE ALSO

* [talosctl image](#talosctl-image) - Manage CRI containter images
* [talosctl image](#talosctl-image) - Manage CRI container images

## talosctl image

Manage CRI containter images
Manage CRI container images

### Options

Expand Down Expand Up @@ -3230,7 +3230,7 @@ A CLI for out-of-band management of Kubernetes nodes created by Talos
* [talosctl gen](#talosctl-gen) - Generate CAs, certificates, and private keys
* [talosctl get](#talosctl-get) - Get a specific resource or list of resources (use 'talosctl get rd' to see all available resource types).
* [talosctl health](#talosctl-health) - Check cluster health
* [talosctl image](#talosctl-image) - Manage CRI containter images
* [talosctl image](#talosctl-image) - Manage CRI container images
* [talosctl inject](#talosctl-inject) - Inject Talos API resources into Kubernetes manifests
* [talosctl inspect](#talosctl-inspect) - Inspect internals of Talos
* [talosctl kubeconfig](#talosctl-kubeconfig) - Download the admin kubeconfig from the node
Expand Down

0 comments on commit 55d45bf

Please sign in to comment.