Skip to content

Commit

Permalink
Merge pull request #1655 from deads2k/fix-ns
Browse files Browse the repository at this point in the history
openshift: update wait for kube-apiserver to correct namespace
  • Loading branch information
openshift-merge-robot authored Apr 22, 2019
2 parents 4909208 + 989839e commit 2f6a5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/bootstrap/files/usr/local/bin/openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ wait_for_pods() {
}

# Wait for Kubernetes pods
wait_for_pods kube-system
wait_for_pods openshift-kube-apiserver

for file in $(find . -maxdepth 1 -type f | sort)
do
Expand Down

0 comments on commit 2f6a5f6

Please sign in to comment.