Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 3,174 for tuning (0.11 sec)

  1. staging/src/k8s.io/api/node/v1/types.go

    	// with this RuntimeClass are scheduled to nodes that support it.
    	// If scheduling is nil, this RuntimeClass is assumed to be supported by all
    	// nodes.
    	// +optional
    	Scheduling *Scheduling `json:"scheduling,omitempty" protobuf:"bytes,4,opt,name=scheduling"`
    }
    
    // Overhead structure represents the resource overhead associated with running a pod.
    type Overhead struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/batch/v1beta1/generated.proto

      // database by the API server during CronJob validation and the controller manager during execution.
      // If no system-wide time zone database can be found a bundled version of the database is used instead.
      // If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1/types.go

    	// 70% of original number of DaemonSet pods are available at all times during
    	// the update.
    	// +optional
    	MaxUnavailable *intstr.IntOrString `json:"maxUnavailable,omitempty" protobuf:"bytes,1,opt,name=maxUnavailable"`
    
    	// The maximum number of nodes with an existing available DaemonSet pod that
    	// can have an updated DaemonSet pod during during an update.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/file/CalculatedTaskInputFileCollectionTest.groovy

            when:
            fileCollection.files
    
            then:
            def e = thrown(IllegalStateException)
            e.message == 'Can only query <files> while task :task is running'
        }
    
        def "caches the result during task execution"() {
            def calculated = Mock(MinimalFileSet)
            def files = [new File("f1")] as Set
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Oct 28 15:32:09 UTC 2022
    - 3.8K bytes
    - Viewed (0)
  5. cluster/addons/calico-policy-controller/clusterinformations-crd.yaml

                  the cluster.
                properties:
                  calicoVersion:
                    description: CalicoVersion is the version of Calico that the cluster
                      is running
                    type: string
                  clusterGUID:
                    description: ClusterGUID is the GUID of the cluster
                    type: string
                  clusterType:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.26.md

    - Kubelet now cleans up the Node's cloud node IP annotation correctly if you
      stop using `--node-ip`. (In particular, this fixes the problem where people who
      were unnecessarily using `--node-ip` with an external cloud provider in 1.23,
      and then running into problems with 1.24, could not fix the problem by just
      removing the unnecessary `--node-ip` from the kubelet arguments, because
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  7. testing/performance/README.md

    Running all the tests at once will be resource-intensive and long (multiple hours).
    However, you can find instructions for running a single performance test at the top of each Graph page.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. src/runtime/race/output_test.go

    Previous write at 0x[0-9,a-f]+ by main goroutine:
      main\.store\(\)
          .+/main\.go:14 \+0x[0-9,a-f]+
      main\.main\(\)
          .+/main\.go:10 \+0x[0-9,a-f]+
    
    Goroutine [0-9] \(running\) created at:
      main\.startRacer\(\)
          .+/main\.go:19 \+0x[0-9,a-f]+
      main\.main\(\)
          .+/main\.go:9 \+0x[0-9,a-f]+
    ==================
    Found 1 data race\(s\)
    exit status 66
    `}},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 25 20:44:25 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  9. cmd/main.go

    	cli.BoolFlag{
    		Name:   "compat",
    		Usage:  "enable strict S3 compatibility by turning off certain performance optimizations",
    		Hidden: true,
    	},
    	// This flag is hidden and to be used only during certain performance testing.
    	cli.BoolFlag{
    		Name:   "no-compat",
    		Usage:  "disable strict S3 compatibility by turning on certain performance optimizations",
    		Hidden: true,
    	},
    }
    
    // Help template for minio.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      // The total number of nodes that should be running the daemon
      // pod (including nodes correctly running the daemon pod).
      // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
      optional int32 desiredNumberScheduled = 3;
    
      // The number of nodes that should be running the daemon pod and have one
      // or more of the daemon pod running and ready.
      optional int32 numberReady = 4;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
Back to top