Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Platen (0.49 sec)

  1. common/scripts/kind_provisioner.sh

        wait "${pid}" || exit 1
      done
    
      # Install MetalLB for LoadBalancer support. Must be done synchronously since METALLB_IPS is shared.
      # and keep track of the list of Kubeconfig files that will be exported later
      export KUBECONFIGS
      for CLUSTER_NAME in "${CLUSTER_NAMES[@]}"; do
        KUBECONFIG_FILE="${KUBECONFIG_DIR}/${CLUSTER_NAME}"
        if [[ ${NUM_CLUSTERS} -gt 1 ]]; then
          retry install_metallb "${KUBECONFIG_FILE}"
    Shell Script
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 08 19:12:55 GMT 2024
    - 17.3K bytes
    - Viewed (1)
Back to top