Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for win1909 (0.42 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/ProcessCrashHandlingIntegrationTest.groovy

                    // provided pid is not attached to a console
                    // when pid is not attached to console, GetLastError(pid) returns:
                    // ERROR_GEN_FAILURE on Win7
                    // ERROR_INVALID_HANDLE on Win10
                    if (!AttachConsole(pid)) {
                        if (GetLastError() == ERROR_GEN_FAILURE || GetLastError() == ERROR_INVALID_HANDLE) {
                            printf("none\\n");
                            exit(0);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  2. 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)
  3. 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