Skip to content

Commit 52d7e45

Browse files
authored
Merge pull request #25105 from shuuji3/patch-4
Update URL of krew plugin list
2 parents 3cc410c + 52a54db commit 52d7e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/extend-kubectl/kubectl-plugins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using [Krew](https://krew.dev/). Krew is a plugin manager maintained by
3232
the Kubernetes SIG CLI community.
3333

3434
{{< caution >}}
35-
Kubectl plugins available via the Krew [plugin index](https://index.krew.dev/)
35+
Kubectl plugins available via the Krew [plugin index](https://krew.sigs.k8s.io/plugins/)
3636
are not audited for security. You should install and run third-party plugins at your
3737
own risk, since they are arbitrary programs running on your machine.
3838
{{< /caution >}}
@@ -46,7 +46,7 @@ A warning will also be included for any valid plugin files that overlap each oth
4646

4747
You can use [Krew](https://krew.dev/) to discover and install `kubectl`
4848
plugins from a community-curated
49-
[plugin index](https://index.krew.dev/).
49+
[plugin index](https://krew.sigs.k8s.io/plugins/).
5050

5151
#### Limitations
5252

@@ -354,7 +354,7 @@ package it, distribute it and deliver updates to your users.
354354
distribute your plugins. This way, you use a single packaging format for all
355355
target platforms (Linux, Windows, macOS etc) and deliver updates to your users.
356356
Krew also maintains a [plugin
357-
index](https://index.krew.dev/) so that other people can
357+
index](https://krew.sigs.k8s.io/plugins/) so that other people can
358358
discover your plugin and install it.
359359

360360

0 commit comments

Comments
 (0)