Skip to content

Commit

Permalink
Increased default cpu_nodes_count to 3 for k8s solutions;
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-k-nebius committed Nov 25, 2024
1 parent 88aab79 commit 4c5c263
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s-inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ssh_public_key = {
### Kubernetes nodes
```hcl
# K8s modes
cpu_nodes_count = 1 # Number of CPU nodes
cpu_nodes_count = 3 # Number of CPU nodes
cpu_nodes_preset = "16vcpu-64gb" # The CPU node preset
gpu_nodes_count = 1 # Number of GPU nodes
gpu_nodes_preset = "1gpu-16vcpu-200gb" # The GPU node preset. Set to "8gpu-128vcpu-1600gb", to deploy nodes with 8 GPUs.
Expand Down
2 changes: 1 addition & 1 deletion k8s-inference/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# }

# K8s nodes
cpu_nodes_count = 1 # Number of CPU nodes
cpu_nodes_count = 3 # Number of CPU nodes
gpu_nodes_count = 1 # Number of GPU nodes
# cpu_nodes_platform = # CPU nodes platofm
# cpu_nodes_preset = # CPU nodes preset
Expand Down
2 changes: 1 addition & 1 deletion k8s-training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ssh_public_key = {

```hcl
# K8s modes
cpu_nodes_count = 1 # Number of CPU nodes
cpu_nodes_count = 3 # Number of CPU nodes
cpu_nodes_preset = "16vcpu-64gb" # CPU node preset
gpu_nodes_count = 1 # Number of GPU nodes
Expand Down
2 changes: 1 addition & 1 deletion k8s-training/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# }

# K8s nodes
cpu_nodes_count = 1 # Number of CPU nodes
cpu_nodes_count = 3 # Number of CPU nodes
gpu_nodes_count = 1 # Number of GPU nodes
# cpu_nodes_platform = # CPU nodes platofm
# cpu_nodes_preset = # CPU nodes preset
Expand Down

0 comments on commit 4c5c263

Please sign in to comment.