servers_num -> control_plane_count

This commit is contained in:
phaer
2022-02-26 12:04:45 +01:00
parent 4f9fa42cc9
commit 22606926a1
4 changed files with 9 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ To scale the number of nodes up or down, just make sure to properly `kubectl dra
For instance:
```tfvars
servers_num = 4
control_plane_count = 4
agents_num = 3
```