File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 218
218
{machine_label}
219
219
{autoprovisioning_args}
220
220
priorityClassName: {args.priority}
221
+ hostNetwork: true
222
+ dnsPolicy: ClusterFirstWithHostNet
221
223
volumes:
222
224
- hostPath:
223
225
path: /tmp
256
258
name: pathways-rm
257
259
ports:
258
260
- containerPort: 38677
259
- resources:
260
- limits:
261
- cpu: "4"
262
- memory: 8G
263
261
securityContext:
264
262
privileged: true
265
263
volumeMounts:
266
264
- mountPath: /tmp
267
265
name: shared-tmp
268
266
nodeSelector:
269
267
cloud.google.com/gke-nodepool: cpu-rm-np
268
+ hostNetwork: true
269
+ dnsPolicy: ClusterFirstWithHostNet
270
270
volumes:
271
271
- hostPath:
272
272
path: /tmp
292
292
name: pathways-proxy
293
293
ports:
294
294
- containerPort: 38676
295
- resources:
296
- limits:
297
- cpu: "24"
298
- memory: 100G
295
+ hostNetwork: true
296
+ dnsPolicy: ClusterFirstWithHostNet
299
297
nodeSelector:
300
298
cloud.google.com/gke-nodepool: cpu-proxy-np
301
299
{user_workload}
You can’t perform that action at this time.
0 commit comments