Skip to content

Commit

Permalink
Add a note that the plugin listing may be outdated (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig authored and k8s-ci-robot committed Aug 21, 2019
1 parent 739c312 commit 82e6899
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cmd/generate-plugin-overview/generate-plugin-overview.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ const (
separator = " | "
pageHeader = `## Available kubectl plugins
The following kubectl plugins are currently available
on [Krew plugin index](https://sigs.k8s.io/krew-index).
To install these kubectl plugins:
1. [Install Krew](https://github.com/kubernetes-sigs/krew#installation)
2. Run ` + "`kubectl krew install PLUGIN_NAME`" + ` to install a plugin via Krew.
The following kubectl plugins are currently available on
[Krew plugin index](https://sigs.k8s.io/krew-index). Note that this table may be
outdated. For the most up-to-date list of plugins, visit the
[krew-index](https://github.com/kubernetes-sigs/krew-index/tree/master/plugins)
repository or run <code>kubectl krew search</code>.
`

pageFooter = `
Expand Down

0 comments on commit 82e6899

Please sign in to comment.