File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
src/codeflare_sdk/templates Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,12 @@ spec:
114
114
- " aw-kuberay"
115
115
containers :
116
116
# The Ray head pod
117
- - name : ray-head
117
+ - env :
118
+ - name : MY_POD_IP
119
+ valueFrom :
120
+ fieldRef :
121
+ fieldPath : status.podIP
122
+ name : ray-head
118
123
image : rayproject/ray:latest
119
124
imagePullPolicy : Always
120
125
ports :
Original file line number Diff line number Diff line change 57
57
template :
58
58
spec :
59
59
containers :
60
- - image : rayproject/ray:latest
60
+ - env :
61
+ - name : MY_POD_IP
62
+ valueFrom :
63
+ fieldRef :
64
+ fieldPath : status.podIP
65
+ image : rayproject/ray:latest
61
66
imagePullPolicy : Always
62
67
lifecycle :
63
68
preStop :
Original file line number Diff line number Diff line change 68
68
values :
69
69
- unit-test-cluster
70
70
containers :
71
- - image : ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103
71
+ - env :
72
+ - name : MY_POD_IP
73
+ valueFrom :
74
+ fieldRef :
75
+ fieldPath : status.podIP
76
+ image : ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103
72
77
imagePullPolicy : Always
73
78
lifecycle :
74
79
preStop :
You can’t perform that action at this time.
0 commit comments