Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for numaNodes (0.14 sec)

  1. cluster/log-dump/log-dump.sh

      local -r cloud_provider="${KUBERNETES_PROVIDER}"
      local -r enable_hollow_node_logs="${ENABLE_HOLLOW_NODE_LOGS:-false}"
      local -r logexport_sleep_seconds="$(( 90 + NUM_NODES / 3 ))"
      if [[ -z "${ZONE_NODE_SELECTOR_DISABLED:-}" ]]; then
        local -r node_selector="${ZONE_NODE_SELECTOR_LABEL:-topology.kubernetes.io/zone}: ${ZONE}"
      fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "MinCandidateNodesAbsolute is the absolute minimum number of candidates to shortlist. The likely number of candidates enumerated for dry running preemption is given by the formula: numCandidates = max(numNodes * minCandidateNodesPercentage, minCandidateNodesAbsolute) We say \"likely\" because there are other factors such as PDB violations that play a role in the number of candidates shortlisted. Must be at least 0 nodes. Defaults to 100 nodes if unspecified.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top