You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Development support deploying k8s workers on multiple nodes (#1136)
* feat: add feature to allow user to add multiple nodes to deploy workers
* feat: add feature to allow user to add multiple nodes to deploy workers
* fix: using int slice parser
* fix: using int slice parser
* fix: assign unassigned workers only
* fix: assign unassigned workers only
* fix: code refactor
* fix: code refactor
* fix: assign remaining workers to one node
* fix: assign unassigned worker to one node
* fix: assign unassigned worker to one node
* fix: assign unassigned worker to one node
* fix: building filter to be on one node
* fix: renaming and initial value
* fix: renaming and initial value
* update: kubernetes docs and removed unreached condition
* update: used range loops
* update: used range loops
* fix: wallet connector broken link in tfcmd readme
* fix: skipping extra given nodes
Copy file name to clipboardExpand all lines: grid-cli/docs/kubernetes.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ tfcmd deploy kubernetes [flags]
17
17
18
18
- master-node: node id master should be deployed on.
19
19
- master-farm: farm id master should be deployed on, if set choose available node from farm that fits master specs (default 1). note: master-node and master-farm flags cannot be set both.
20
-
- workers-node: node id workers should be deployed on.
20
+
- workers-nodes: array of nodes ids workers should be deployed on and the remaining unassigned workers will be randomly assigned to nodes that meet the specifications.
21
21
- workers-farm: farm id workers should be deployed on, if set choose available node from farm that fits master specs (default 1). note: workers-node and workers-farm flags cannot be set both.
22
22
- ipv4: assign public ipv4 for master node (default false).
23
23
- ipv6: assign public ipv6 for master node (default false).
0 commit comments