Link to krew's new project site
Kubernetes-commit: 152ee3b57a207abb1279f406b7832abb365e779f
This commit is contained in:
parent
701d4a19e6
commit
8560c536e9
|
@ -3,13 +3,13 @@
|
|||
{% endpanel %}
|
||||
|
||||
{% panel style="info", title="TL;DR" %}
|
||||
- [sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation) is a kubernetes sub-project to discover and manage plugins
|
||||
- [krew.sigs.k8s.io](https://krew.sigs.k8s.io/docs/user-guide/setup/install/) is a kubernetes sub-project to discover and manage plugins
|
||||
{% endpanel %}
|
||||
|
||||
# Krew
|
||||
|
||||
By design, `kubectl` does not install plugins. This task is left to the kubernetes sub-project
|
||||
[sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation) which needs to be installed separately.
|
||||
[krew.sigs.k8s.io](https://krew.sigs.k8s.io/docs/user-guide/setup/install/) which needs to be installed separately.
|
||||
Krew helps to
|
||||
|
||||
- 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:
|
||||
|
||||
1. Install git
|
||||
1. Install krew as described on the project page [sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation).
|
||||
1. Install krew as described on the project page [krew.sigs.k8s.io](https://krew.sigs.k8s.io/docs/user-guide/setup/install/).
|
||||
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
|
||||
|
|
|
@ -222,4 +222,4 @@ kubectl plugin list
|
|||
|
||||
{% endmethod %}
|
||||
|
||||
The easiest way to discover and install plugins is via the kubernetes sub-project [sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation).
|
||||
The easiest way to discover and install plugins is via the kubernetes sub-project [krew.sigs.k8s.io](https://krew.sigs.k8s.io/docs/user-guide/setup/install/).
|
||||
|
|
|
@ -41,7 +41,7 @@ var (
|
|||
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.
|
||||
To install krew, visit [sigs.k8s.io/krew](https://sigs.k8s.io/krew/#installation)`)
|
||||
To install krew, visit [krew.sigs.k8s.io](https://krew.sigs.k8s.io/docs/user-guide/setup/install/)`)
|
||||
|
||||
pluginListLong = templates.LongDesc(`
|
||||
List all available plugin files on a user's PATH.
|
||||
|
|
Loading…
Reference in New Issue