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: docs/content/_index.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,19 @@ The `kubectl-pgo` binary is available either through the Crunchy Data [Access Po
28
28
29
29
## Installing the Client
30
30
31
-
Once downloaded, move the `kubectl-pgo` binary to `/usr/local/bin` and make it executable by running
32
-
the following commands:
31
+
### Linux or Mac
32
+
33
+
If you downloaded the Linux binary rename the binary from `kubectl-pgo-linux-amd64` to `kubectl-pgo` or if you download the Mac binary rename the binary from `kubectl-pgo-darwin-amd64` to `kubectl-pgo` then move the `kubectl-pgo` binary to `/usr/local/bin` and make it executable by running the following commands:
If you downloaded the Windows binary rename `kubectl-pgo-windows-386` to `kubectl-pgo.exe` this allows Windows to recognize the file as an executable. From there open a power shell terminal in the same directory to execute the binary.
43
+
39
44
## Checking the plugin install
40
45
41
46
Now that the `kubectl-pgo` binary is installed on your `PATH`, it can be used as a [kubectl plugin][].
0 commit comments