Update README.md

This commit is contained in:
Torma Kristóf 2019-04-03 12:11:38 +02:00 committed by GitHub
parent 995788789e
commit c8958cbd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ 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 `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.
### Deploying Kubernetes Cluster
To install the cluster run the `./cluster-deploy <CNI>` 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.