Skip to content

Commit c844f45

Browse files
authored
Merge pull request #89989 from skrthomas/OSDOCS-13613
OSDOCS-13613: Remove CLI tarball link and update chmod and mv commands
2 parents 03174d9 + faf7268 commit c844f45

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/network-observability-netobserv-cli-install.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,23 @@ You can optionally use Krew to install the `netobserv` CLI plugin. For more info
1818
1919
.Procedure
2020

21-
. Download the link:https://mirror.openshift.com/pub/cgw/netobserv/latest/[`oc netobserv` CLI tar file] that corresponds with your architecture.
22-
. Unpack the archive. For example, for the `amd64` archive, run the following command:
21+
. Download the link:https://mirror.openshift.com/pub/cgw/netobserv/latest/[`oc netobserv` file] that corresponds with your architecture. For example, for the `amd64` archive:
2322
+
2423
[source,terminal]
2524
----
26-
$ tar xvf netobserv-cli-linux-amd64.tar.gz
25+
$ curl -LO https://mirror.openshift.com/pub/cgw/netobserv/latest/oc-netobserv-amd64
2726
----
2827
. Make the file executable:
2928
+
3029
[source,terminal]
3130
----
32-
$ chmod +x ./oc-netobserv
31+
$ chmod +x ./oc-netobserv-amd64
3332
----
3433
. Move the extracted `netobserv-cli` binary to a directory that is on your `PATH`, such as `/usr/local/bin/`:
3534
+
3635
[source,terminal]
3736
----
38-
$ sudo mv ./oc-netobserv /usr/local/bin/
37+
$ sudo mv ./oc-netobserv-amd64 /usr/local/bin/oc-netobserv
3938
----
4039

4140
.Verification

0 commit comments

Comments
 (0)