From 4573a86521f9807bccfa043f499ca06806828c6e Mon Sep 17 00:00:00 2001 From: Per Abich <409466+flyhard@users.noreply.github.com> Date: Wed, 5 Sep 2018 23:20:23 +0200 Subject: [PATCH] Update README.md (cherry picked from commit 416af39aa65a4f0b70862224dcfd18e86025079b) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ce3fd3e..f47cf5d0 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ To note again, you must *already* have an NFS Server. -**Step 1: Get connection information for your NFS server**. Make sure your NFS server as accessible from your Kubernetes cluster and get the information you need to connect to it. At a minimum you will need its hostname. +**Step 1: Get connection information for your NFS server**. Make sure your NFS server is accessible from your Kubernetes cluster and get the information you need to connect to it. At a minimum you will need its hostname. -**Step 2: Get the NFS-Client Provisioner files**. To setup the provisioner you will download a set of YAML files, edit them to add your NFS server's connection information and then apply each with the ``oc`` command. +**Step 2: Get the NFS-Client Provisioner files**. To setup the provisioner you will download a set of YAML files, edit them to add your NFS server's connection information and then apply each with the ``kubectl`` / ``oc`` command. Get all of the files in the [deploy](https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client/deploy) directory of this repository. These instructions assume that you have cloned the [external-storage](https://github.com/kubernetes-incubator/external-storage) repository and have a bash-shell open in the ``nfs-client`` directory.