Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 302 for Critical (0.23 sec)

  1. src/cmd/compile/internal/ssa/critical.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package ssa
    
    // critical splits critical edges (those that go from a block with
    // more than one outedge to a block with more than one inedge).
    // Regalloc wants a critical-edge-free CFG so it can implement phi values.
    func critical(f *Func) {
    	// maps from phi arg ID to the new block created for that argument
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 21:40:11 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  2. .github/labels.json

              "pattern": "/^((?!critical|urgent).)*$/s"
            },
            {
              "type": "descriptionMatches",
              "pattern": "/^((?!critical|urgent).)*$/s"
            }
          ]
        }
      },
      "pr": {
        "critical": {
          "requires": 1,
          "conditions": [
            {
              "type": "descriptionMatches",
              "pattern": "/(critical|urgent)/i"
            },
            {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Mon Oct 19 03:49:03 UTC 2020
    - 3.8K bytes
    - Viewed (0)
  3. pkg/kubelet/types/pod_update_test.go

    			expected:  true,
    		},
    		{
    			name:      "a not critical pod with higher priority preempts a critical pod",
    			preemptor: getTestPod(configSourceAnnotation(ApiserverSource), &systemPriorityUpper, ""),
    			preemptee: getTestPod(configSourceAnnotation(FileSource), &systemPriority, ""),
    			expected:  true,
    		},
    		{
    			name:      "a critical pod with less priority do not preempts a critical pod",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 21 08:20:50 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  4. cluster/gce/addons/admission-resource-quota-critical-pods/resource-quota.yaml

    # critical pods are configured as a limited resource by admission_controller_config.yaml,
    # which means they are disallowed unless explicitly allowed by a namespaced quota object.
    # This quota effectively removes the restriction on the number of critical pods allowed in the kube-system namespace.
    apiVersion: v1
    kind: ResourceQuota
    metadata:
      name: gcp-critical-pods
      namespace: kube-system
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    spec:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 17 13:52:19 UTC 2020
    - 644 bytes
    - Viewed (0)
  5. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerCertificatesTest.kt

                extensions =
                  listOf(
                    Extension(
                      id = keyUsage,
                      critical = true,
                      value = "03020106".decodeHex(),
                    ),
                    Extension(
                      id = BASIC_CONSTRAINTS,
                      critical = true,
                      value =
                        BasicConstraints(
                          ca = true,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  6. tools/certs/common.mk

    	@echo "x509_extensions = req_ext" >> $@
    	@echo "distinguished_name = req_dn" >> $@
    	@echo "[ req_ext ]" >> $@
    	@echo "subjectKeyIdentifier = hash" >> $@
    	@echo "basicConstraints = critical, CA:true" >> $@
    	@echo "keyUsage = critical, digitalSignature, nonRepudiation, keyEncipherment, keyCertSign" >> $@
    	@echo "[ req_dn ]" >> $@
    	@echo "O = $(ROOTCA_ORG)" >> $@
    	@echo "CN = $(ROOTCA_CN)" >> $@
    
    %/intermediate.conf: L=$(dir $@)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 20 08:51:56 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. pkg/apis/scheduling/v1/helpers_test.go

    			pc: &v1.PriorityClass{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: scheduling.SystemNodeCritical,
    				},
    				Value:       scheduling.SystemCriticalPriority, // This is the value of system cluster critical
    				Description: "Used for system critical pods that must not be moved from their current node.",
    			},
    			expected: false,
    		},
    		{
    			name: "not a known system priority class",
    			pc: &v1.PriorityClass{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 04 08:43:11 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  8. pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go

    			expectedDidOverrideInhibitDelay:  false,
    			expectedPodToGracePeriodOverride: map[string]int64{"normal-pod-nil-grace-period": 20, "critical-pod-nil-grace-period": 10, "normal-pod-grace-period": 2, "critical-pod-grace-period": 2},
    		},
    		{
    			desc:                             "no override (total=30s, critical=10s) pod with long terminationGracePeriod is overridden",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  9. pkg/apis/scheduling/types.go

    	SystemPriorityClassPrefix = "system-"
    	// SystemClusterCritical is the system priority class name that represents cluster-critical.
    	SystemClusterCritical = SystemPriorityClassPrefix + "cluster-critical"
    	// SystemNodeCritical is the system priority class name that represents node-critical.
    	SystemNodeCritical = SystemPriorityClassPrefix + "node-critical"
    )
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 07 23:13:00 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. manifests/charts/istio-cni/README.md

    ```
    
    Installation in `kube-system` is recommended to ensure the [`system-node-critical`](https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/)
    `priorityClassName` can be used. You can install in other namespace only on K8S clusters that allow
    'system-node-critical' outside of kube-system.
    
    ## Configuration
    
    To view support configuration options and documentation, run:
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top