From 074950848f6a9ab6f09878399af873ccdeb5c88c Mon Sep 17 00:00:00 2001 From: Umachandar Jayachandran Date: Thu, 1 Nov 2018 22:25:34 -0700 Subject: [PATCH] Added sudo shell note. --- .../features/sql-big-data-cluster/deployment/kubeadm/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md b/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md index 0d463abe..9291ede8 100644 --- a/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md +++ b/samples/features/sql-big-data-cluster/deployment/kubeadm/README.md @@ -50,6 +50,7 @@ To install docker, you can follow the steps below: ### Instructions +1. Start a sudo shell context 1. Execute [ubuntu/setup-k8s-prereqs.sh](ubuntu/setup-k8s-prereqs.sh/) script on each machine 1. Execute [ubuntu/setup-k8s-master.sh](ubuntu/setup-k8s-master.sh/) script on the machine designated as Kubernetes master 1. After successful initialization of the Kubernetes master, follow the kubeadm join commands output by the script on each agent machine