From cb0fbac13ccfd0a58ced246a0bb67794abbd57e3 Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Sun, 13 Dec 2020 11:18:35 +0100 Subject: [PATCH] Suggest usage of sudo when root access is needed. Also be explicit about requirement for the NFS/iscsi server. A user has to configured both the NFS/iSCSI server and the kubernetes nodes it is clearer if the configuration clarifies which "set of servers" required each type of configuration. This tiny change makes that more explicit and the use of sudo is because a lot of kubernetes commands do not require root, so if root is required it is good to be explicit. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c0a8da..75ef651 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,11 @@ Issues to review: ### ZoL (zfs-generic-nfs, zfs-generic-iscsi) -Ensure ssh and zfs is installed on the server and that you have installed +Ensure ssh and zfs is installed on the nfs/iscsi server and that you have installed `targetcli`. -- `yum install targetcli -y` -- `apt-get -y install targetcli-fb` +- `sudo yum install targetcli -y` +- `sudo apt-get -y install targetcli-fb` ## Helm Installation