openshift / openshift-sdn

Apache License 2.0
69 stars 63 forks source link

Correct the code that pulls the docker envfile #329

Closed knobunc closed 7 years ago

knobunc commented 7 years ago

With the change to CNI the loop that pulled the envfile was consuming all of the other nodes... so the loop ended. This checks that a file is present before calling cat.

knobunc commented 7 years ago

@openshift/networking PTAL