Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for win1909 (0.16 sec)

  1. cluster/gce/config-default.sh

    export SERVICEACCOUNT_ISSUER="https://kubernetes.io/${CLUSTER_NAME}"
    
    # Taint Windows nodes by default to prevent Linux workloads from being
    # scheduled onto them.
    WINDOWS_NODE_TAINTS="${WINDOWS_NODE_TAINTS:-node.kubernetes.io/os=win1809:NoSchedule}"
    
    # Whether to set up a private GCE cluster, i.e. a cluster where nodes have only private IPs.
    export GCE_PRIVATE_CLUSTER="${KUBE_GCE_PRIVATE_CLUSTER:-false}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  2. cluster/gce/config-test.sh

    # Taint Windows nodes by default to prevent Linux workloads from being
    # scheduled onto them.
    WINDOWS_NODE_TAINTS=${WINDOWS_NODE_TAINTS:-node.kubernetes.io/os=win1809:NoSchedule}
    
    # Whether to set up a private GCE cluster, i.e. a cluster where nodes have only private IPs.
    export GCE_PRIVATE_CLUSTER=${KUBE_GCE_PRIVATE_CLUSTER:-false}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
Back to top