Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit f0d752d

Browse files
garthyjlamillan
authored andcommitted
add NFS utils to support OCI FileSystem Storage
1 parent e69655b commit f0d752d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

instances/k8smaster/scripts/setup.template.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,6 @@ kubectl patch storageclass oci -p '{"metadata": {"annotations":{"storageclass.ku
209209

210210
rm -f /root/volume-provisioner-secret.yaml
211211

212+
yum install -y nfs-utils
213+
212214
echo "Finished running setup.sh"

instances/k8sworker/scripts/setup.template.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,7 @@ systemctl start kubelet
261261

262262
systemctl restart flannel
263263

264+
yum install -y nfs-utils
265+
264266
######################################
265267
echo "Finished running setup.sh"

0 commit comments

Comments
 (0)