Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for minio1 (0.09 sec)

  1. cluster/gce/util.sh

        # Find out what minions are running.
        local -a minions
        kube::util::read-array minions < <(gcloud compute instances list \
          --project "${PROJECT}" \
          --filter="(name ~ '${NODE_INSTANCE_PREFIX}-.+' OR name ~ '${WINDOWS_NODE_INSTANCE_PREFIX}-.+') AND zone:(${ZONE})" \
          --format='value(name)')
        # If any minions are running, delete them in batches.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top