You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,20 @@ Depending on the product, the plugin might collect some or all of the following
19
19
20
20
The plugin DOES NOT collect secrets or coredumps.
21
21
22
+
## Prerequisites
23
+
* Install [krew](https://krew.sigs.k8s.io), the plugin manager for kubectl command-line tool, from the [official pages](https://krew.sigs.k8s.io/docs/user-guide/setup/install/)
24
+
* Run `kubectl krew` to check the installation
25
+
* Run through some of the examples in krew's [quickstart guide](https://krew.sigs.k8s.io/docs/user-guide/quickstart/)
26
+
22
27
## Installation
23
28
29
+
### Install from krew
30
+
The `nginx-supportpkg` plugin can be found in the list of kubectl plugins distributed on the centralized [krew-index](https://sigs.k8s.io/krew-index).
31
+
32
+
To install `nginx-supportpkg` plugin on your machine:
33
+
* Run `kubectl krew install nginx-supportpkg`
34
+
35
+
24
36
### Building from source
25
37
Clone the repo and run `make install`. This will build the binary and copy it on `/usr/local/bin/`.
0 commit comments