• Zach Loafman's avatar
    GKE: Fix unbound variable when pd.sh fails · 8cf93288
    Zach Loafman authored
    In the other providers, MINION_NAMES is bound early and detect_minions
    is actually only used to detect the IPs of the minions, which is why I
    didn't expect to need to call it. Move the initialization to
    config-common.sh in GKE as well.
    
    This follows the pattern of cluster/gce/config-{default,test}.sh
    8cf93288
config-common.sh 1.61 KB