mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-27 20:42:58 +00:00
Use canonical URL for the krew project
This commit is contained in:
parent
5ceddce539
commit
5a9a28f8eb
@ -3,13 +3,13 @@
|
|||||||
{% endpanel %}
|
{% endpanel %}
|
||||||
|
|
||||||
{% panel style="info", title="TL;DR" %}
|
{% panel style="info", title="TL;DR" %}
|
||||||
- [krew.dev](https://github.com/kubernetes-sigs/krew/#installation) is a kubernetes sub-project to discover and manage plugins
|
- [sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation) is a kubernetes sub-project to discover and manage plugins
|
||||||
{% endpanel %}
|
{% endpanel %}
|
||||||
|
|
||||||
# Krew
|
# Krew
|
||||||
|
|
||||||
By design, `kubectl` does not install plugins. This task is left to the kubernetes sub-project
|
By design, `kubectl` does not install plugins. This task is left to the kubernetes sub-project
|
||||||
[krew.dev](https://github.com/kubernetes-sigs/krew/#installation) which needs to be installed separately.
|
[sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation) which needs to be installed separately.
|
||||||
Krew helps to
|
Krew helps to
|
||||||
|
|
||||||
- discover plugins
|
- discover plugins
|
||||||
@ -21,7 +21,7 @@ Krew helps to
|
|||||||
Krew should be used as a kubectl plugin. To set yourself up to using krew, you need to do two things:
|
Krew should be used as a kubectl plugin. To set yourself up to using krew, you need to do two things:
|
||||||
|
|
||||||
1. Install git
|
1. Install git
|
||||||
1. Install krew as described on the project page [krew.dev](https://github.com/kubernetes-sigs/krew/#installation).
|
1. Install krew as described on the project page [sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation).
|
||||||
1. Add the krew bin folder to your `PATH` environment variable. For example, in bash `export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"`.
|
1. Add the krew bin folder to your `PATH` environment variable. For example, in bash `export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"`.
|
||||||
|
|
||||||
## Krew capabilities
|
## Krew capabilities
|
||||||
|
@ -222,4 +222,4 @@ kubectl plugin list
|
|||||||
|
|
||||||
{% endmethod %}
|
{% endmethod %}
|
||||||
|
|
||||||
The easiest way to discover and install plugins is via the kubernetes sub-project [krew.dev](https://github.com/kubernetes-sigs/krew/#installation).
|
The easiest way to discover and install plugins is via the kubernetes sub-project [sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation).
|
||||||
|
@ -41,7 +41,7 @@ var (
|
|||||||
Please refer to the documentation and examples for more information about how write your own plugins.
|
Please refer to the documentation and examples for more information about how write your own plugins.
|
||||||
|
|
||||||
The easiest way to discover and install plugins is via the kubernetes sub-project krew.
|
The easiest way to discover and install plugins is via the kubernetes sub-project krew.
|
||||||
To install krew, visit [krew.dev](https://github.com/kubernetes-sigs/krew/#installation)`)
|
To install krew, visit [sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation)`)
|
||||||
|
|
||||||
pluginListLong = templates.LongDesc(`
|
pluginListLong = templates.LongDesc(`
|
||||||
List all available plugin files on a user's PATH.
|
List all available plugin files on a user's PATH.
|
||||||
|
Loading…
Reference in New Issue
Block a user