Skip to content

Commit

Permalink
Release v0.5.0 python client library validation (ray-project#1006)
Browse files Browse the repository at this point in the history
Release v0.5.0 python client library validation
  • Loading branch information
jasoonn authored and kevin85421 committed Apr 4, 2023
1 parent e705930 commit 9fda5fe
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions clients/python-client/python_client/utils/kuberay_cluster_utils.py
Original file line number Diff line number Diff line change
@@ -247,17 +247,6 @@ def populate_worker_group(
],
}
],
"initContainers": [
{
"command": [
"sh",
"-c",
"until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local; do echo waiting for K8s Service $RAY_IP; sleep 2; done",
],
"image": init_image,
"name": "init",
}
],
"volumes": [{"emptyDir": {}, "name": "ray-logs"}],
}
},

0 comments on commit 9fda5fe

Please sign in to comment.