Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MASTER_IP (1.92 sec)

  1. cluster/pre-existing/util.sh

    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/../..
    
    source "${KUBE_ROOT}/cluster/common.sh"
    source "${KUBE_ROOT}/hack/lib/util.sh"
    
    function detect-project() {
      if [[ -z "${MASTER_IP:-}" ]]; then
        echo "Set 'MASTER_IP' to the instance assigned to be the Kubernetes master" 1>&2
        exit 1
      fi
    
      if [[ -z "${PROJECT:-}" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 25 21:33:22 UTC 2022
    - 1.6K bytes
    - Viewed (0)
Back to top