Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Fix nslookup cannot work well in initContainerTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
hougangliu committed Sep 10, 2019
1 parent c53647c commit 7c7eeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var initContainerTemplate = `
- name: init-pytorch
image: busybox:1.31.0
image: alpine:3.10
imagePullPolicy: IfNotPresent
command: ['sh', '-c', 'until nslookup {{.MasterAddr}}; do echo waiting for master; sleep 2; done;']`

Expand Down

0 comments on commit 7c7eeaf

Please sign in to comment.