Skip to content

Commit b452113

Browse files
committed
minor updates
1 parent 977ab04 commit b452113

File tree

5 files changed

+10
-28
lines changed

5 files changed

+10
-28
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ terraform.rc
3838

3939
# Ignore lab files
4040
ray-job.pytorch-mnist.yaml
41-
main.tfplan
42-
.terraform.lock.hcl
41+
*.tfplan
42+
*terraform.lock.hcl

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,9 @@ Test Epoch 9: 100%|██████████| 313/313 [00:01<00:00, 267.35i
275275
2024-11-21 19:19:51,728 SUCC cli.py:65 -- ------------------------------------------
276276
```
277277

278-
## View the Training Results on the Ray Dashboard
278+
## View the Training Results on the Ray Dashboard
279+
280+
## Contributors
281+
282+
- Russell De Pina (Principal Technical Program Manager - Microsoft)
283+
- Kenneth Kilty (Principal Technical Program Manager - Microsoft)

azurek8s

-23
This file was deleted.

deploy.sh

+2
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ kubectl apply -n kuberay -f ray-job.pytorch-mnist.yaml
6464
# Output the pods in the kuberay namespace
6565
kubectl get pods -n kuberay
6666

67+
# Create an ingress controller for the KubeRay dashboard
68+

main.tf

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ resource "azurerm_kubernetes_cluster" "k8s" {
4444
network_profile {
4545
network_plugin = "azure"
4646
}
47-
48-
http_application_routing_enabled = true
4947
}
5048

5149
resource "azapi_update_resource" "k8s-default-node-pool-systempool-taint" {

0 commit comments

Comments
 (0)