Use canonical URL for the krew project

Kubernetes-commit: 5a9a28f8ebdee91606afb2ec60757a4b6ed6ca1b
This commit is contained in:
Cornelius Weig 2020-02-26 23:05:28 +01:00 committed by Kubernetes Publisher
parent 6871e8f43a
commit 701d4a19e6
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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).

View File

@ -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.