Skip to content

Commit

Permalink
Remove busybox container from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripetrlik authored and sutaakar committed Nov 8, 2023
1 parent bd00817 commit cee3d93
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/integration/ray_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,6 @@ func createRayCluster(test support.Test, namespace string, mnist *corev1.ConfigM
RayStartParams: map[string]string{},
Template: corev1.PodTemplateSpec{
Spec: corev1.PodSpec{
InitContainers: []corev1.Container{
{
Name: "init-myservice",
Image: "busybox:1.28",
Command: []string{"sh", "-c", "until nslookup $RAY_IP.$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace).svc.cluster.local; do echo waiting for myservice; sleep 2; done"},
},
},
Containers: []corev1.Container{
{
Name: "ray-worker",
Expand Down

0 comments on commit cee3d93

Please sign in to comment.