Skip to content

Commit

Permalink
Update README.md, added new env
Browse files Browse the repository at this point in the history
  • Loading branch information
lalbers committed Mar 20, 2020
1 parent 6ccedd0 commit 42a905c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ versions Print the "imporant" tools versions out for easie
| `MASTER_MEMORY_SIZE_GB` | `2` GB | Size of memory (in GB) to be allocated for the master VM. |
| `NODE_CPUS` | `2` | Amount of cores to use for each node VM. |
| `NODE_MEMORY_SIZE_GB` | `2` GB | Size of memory (in GB) to be allocated for each node VM. |
| `NODE_COUNT` | `2` | How many worker nodes should be spawned. |
| `NODE_COUNT` | `2` | How many worker nodes should be spawned. | `NODE_COUNT` | `2` | How many worker nodes should be spawned. |
| `LIBVIRT_STORAGE_POOL` | `"default"` | Storage pool which libvirt should use. Libvirt only. | `NODE_COUNT` | `2` | How many worker nodes should be spawned. |
| `MASTER_IP` | `192.168.26.10` | The Kubernetes master node IP. |
| `NODE_IP_NW` | `192.168.26.` | The first three parts of the IPs used for the nodes. |
| `POD_NW_CIDR` | `10.244.0.0/16` | The Pod (container) network CIDR used for the CNI. |
Expand Down

0 comments on commit 42a905c

Please sign in to comment.