Skip to content

Commit

Permalink
adding init
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Sep 17, 2024
1 parent 197d387 commit 56dfa3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gh repo edit \
```

```quote
your infrastructure will mirror the understanding, competence and goals of the people building it, and contain their nuanced areas of understanding in more detail than areas outside their interest of confidence realms.
Infrastructure will mirror the understanding, competence, and goals of the people building it, containing their nuanced areas of understanding in more detail than areas outside their realms of interest or confidence.
```

https://azure.github.io/application-gateway-kubernetes-ingress/
1 change: 1 addition & 0 deletions manifests/apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ resources:
- namespace.yaml
- ./ollama
- ./devcontainer
- ./nvidia-smi
3 changes: 3 additions & 0 deletions terraform/spoke-k8s_cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ resource "azurerm_kubernetes_cluster_node_pool" "node-pool" {
node_count = 1
os_sku = "AzureLinux"
node_taints = ["nvidia.com/gpu=true:NoSchedule"]
node_labels = {
"nvidia.com/gpu.present" = "true"
}
os_disk_type = "Ephemeral"
ultra_ssd_enabled = true
os_disk_size_gb = "256"
Expand Down

0 comments on commit 56dfa3b

Please sign in to comment.