From af0724f3bfd607cc0f083ef6ca1c6fdbe196bb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 3 Apr 2019 12:14:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f019c37..3a67d13 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The commands must be run as root on the (future) master node. The SSH-key of the Create a `worker.list` file and add the hostname or the IP address of the worker nodes in it line-by-line as you can see in the example file. -Create a `docker.version` containing the desired version of the docker package you would like to deploy, or alternatively run the `package-latest` command, which will create this file for you. +Create a `docker.version` file containing the desired version of the docker package you would like to deploy, or alternatively run the `package-latest` command, which will create this file for you. -Create a `kubernetes.version` containing the desired version of the kubernetes package you would like to deploy, or alternatively run the `package-latest` command, which will create this file for you. +Create a `kubernetes.version` file containing the desired version of the kubernetes package you would like to deploy, or alternatively run the `package-latest` command, which will create this file for you. ### Deploying Kubernetes Cluster To install the cluster run the `./cluster-deploy ` command. A Kubernetes CNI plugin name must be given as an argument. If you give the word `help` as an argument, you will get the available CNI plugins.