Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GCE_ALPHA_FEATURES (0.11 sec)

  1. cluster/gce/gci/configure-helper.sh

        use_cloud_config="true"
        cat <<EOF >>/etc/gce.conf
    regional = ${MULTIMASTER}
    EOF
      fi
      if [[ -n "${GCE_ALPHA_FEATURES:-}" ]]; then
        use_cloud_config="true"
        # split GCE_ALPHA_FEATURES into an array by comma.
        IFS=',' read -r -a alpha_features <<< "${GCE_ALPHA_FEATURES}"
        for feature in "${alpha_features[@]}"; do
          cat <<EOF >>/etc/gce.conf
    alpha-features = ${feature}
    EOF
        done
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top