Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IP_ALIAS_SUBNETWORK (0.17 sec)

  1. cluster/gce/config-test.sh

      IP_ALIAS_SUBNETWORK=${KUBE_GCE_IP_ALIAS_SUBNETWORK:-${INSTANCE_PREFIX}-subnet-default}
      # If we're using custom network, use the subnet we already create for it as the one for ip-alias.
      # Note that this means SUBNETWORK would override KUBE_GCE_IP_ALIAS_SUBNETWORK in case of custom network.
      if [[ "${CREATE_CUSTOM_NETWORK}" = true ]]; then
        IP_ALIAS_SUBNETWORK=${SUBNETWORK}
      fi
      export IP_ALIAS_SIZE
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  2. cluster/gce/config-default.sh

      export IP_ALIAS_SIZE
      IP_ALIAS_SUBNETWORK=${KUBE_GCE_IP_ALIAS_SUBNETWORK:-${INSTANCE_PREFIX}-subnet-default}
      # If we're using custom network, use the subnet we already create for it as the one for ip-alias.
      # Note that this means SUBNETWORK would override KUBE_GCE_IP_ALIAS_SUBNETWORK in case of custom network.
      if [[ "${CREATE_CUSTOM_NETWORK}" == true ]]; then
        export IP_ALIAS_SUBNETWORK="${SUBNETWORK}"
      fi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
Back to top