Skip to content

Commit 65940bc

Browse files
committed
Root priv requirement in install noted
Signed-off-by: Dj Walker-Morgan <[email protected]>
1 parent 6dd876e commit 65940bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

product_docs/docs/postgres_for_kubernetes/1/kubectl-plugin.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ For example, let's install the 1.24.1 release of the plugin, for an Intel based
4242
wget https://github.com/EnterpriseDB/kubectl-cnp/releases/download/v1.24.1/kubectl-cnp_1.24.1_linux_x86_64.deb --output-document kube-plugin.deb
4343
```
4444

45-
Then, install from the local file using `dpkg`:
45+
Then, with super user privileges, install from the local file using `dpkg`:
4646

4747
``` sh
48-
dpkg -i kube-plugin.deb
48+
sudo dpkg -i kube-plugin.deb
4949
(Reading database ... 6688 files and directories currently installed.)
5050
Preparing to unpack kube-plugin.deb ...
5151
Unpacking kubectl-cnp (1.24.1) ...
@@ -61,10 +61,10 @@ Intel 64 bit machine. Note the `--output` flag to provide a file name.
6161
curl -L https://github.com/EnterpriseDB/kubectl-cnp/releases/download/v1.24.1/kubectl-cnp_1.24.1_linux_x86_64.rpm --output kube-plugin.rpm
6262
```
6363

64-
Then install with `yum`, and you're ready to use:
64+
Then, with super user privileges, install with `yum`, and you're ready to use:
6565

6666
``` sh
67-
yum --disablerepo=* localinstall kube-plugin.rpm
67+
sudo yum --disablerepo=* localinstall kube-plugin.rpm
6868
__OUTPUT__
6969
Failed to set locale, defaulting to C.UTF-8
7070
Dependencies resolved.

0 commit comments

Comments
 (0)