File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tasks/extend-kubectl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ using [Krew](https://krew.dev/). Krew is a plugin manager maintained by
32
32
the Kubernetes SIG CLI community.
33
33
34
34
{{< 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 / )
36
36
are not audited for security. You should install and run third-party plugins at your
37
37
own risk, since they are arbitrary programs running on your machine.
38
38
{{< /caution >}}
@@ -46,7 +46,7 @@ A warning will also be included for any valid plugin files that overlap each oth
46
46
47
47
You can use [ Krew] ( https://krew.dev/ ) to discover and install ` kubectl `
48
48
plugins from a community-curated
49
- [ plugin index] ( https://index. krew.dev / ) .
49
+ [ plugin index] ( https://krew.sigs.k8s.io/plugins / ) .
50
50
51
51
#### Limitations
52
52
@@ -354,7 +354,7 @@ package it, distribute it and deliver updates to your users.
354
354
distribute your plugins. This way, you use a single packaging format for all
355
355
target platforms (Linux, Windows, macOS etc) and deliver updates to your users.
356
356
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
358
358
discover your plugin and install it.
359
359
360
360
You can’t perform that action at this time.
0 commit comments