Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Nvidia GPU operator as optional service #91

Merged
merged 11 commits into from
Jun 24, 2024
Prev Previous commit
Next Next commit
return back to AL2_x86_64 for default node group, setuptools to 69.5
sergs-pci committed Jun 21, 2024
commit 521958106427b611f85fb5bf7e1750b15f8ca131
2 changes: 1 addition & 1 deletion platform/terraform/modules/cloud_aws/main.tf
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ locals {
var.cluster_node_labels,
{ "node.kubernetes.io/lifecycle" = "${node_group.capacity_type}" }
)
ami_type = node_group.gpu_enabled == true ? "BOTTLEROCKET_x86_64_NVIDIA" : "AL2023_x86_64_STANDARD"
ami_type = node_group.gpu_enabled == true ? "BOTTLEROCKET_x86_64_NVIDIA" : "AL2_x86_64"
taints = merge(node_group.capacity_type == "spot" ?
{
capacity_type_spot = {
13 changes: 7 additions & 6 deletions tools/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tools/pyproject.toml
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ dnspython = "2.4.2"
hvac = "1.2.1"
alive-progress = "^3.1.5"
kr8s = "^0.16.1"
setuptools = "^69.5.1"

[tool.poetry.dev-dependencies]
flake8 = "6.1.0"