Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 74 for PriorityClassName (0.37 sec)

  1. cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-deployment.yaml

    spec:
      replicas: 1
      selector:
        matchLabels:
          k8s-app: calico-typha-autoscaler
      template:
        metadata:
          labels:
            k8s-app: calico-typha-autoscaler
        spec:
          priorityClassName: system-cluster-critical
          securityContext:
            supplementalGroups: [ 65534 ]
            fsGroup: 65534
          containers:
          - image: registry.k8s.io/cluster-proportional-autoscaler-amd64:1.7.1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1K bytes
    - Viewed (0)
  2. cluster/addons/calico-policy-controller/calico-node-vertical-autoscaler-deployment.yaml

    spec:
      replicas: 1
      selector:
        matchLabels:
          k8s-app: calico-node-autoscaler
      template:
        metadata:
          labels:
            k8s-app: calico-node-autoscaler
        spec:
          priorityClassName: system-cluster-critical
          containers:
            - image: registry.k8s.io/cpvpa-amd64:v0.8.3
              name: autoscaler
              command:
                - /cpvpa
                - --target=daemonset/calico-node
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1K bytes
    - Viewed (0)
  3. cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml

    spec:
      selector:
        matchLabels:
          k8s-app: nvidia-gpu-device-plugin
      template:
        metadata:
          labels:
            k8s-app: nvidia-gpu-device-plugin
        spec:
          priorityClassName: system-node-critical
          affinity:
            nodeAffinity:
              requiredDuringSchedulingIgnoredDuringExecution:
                nodeSelectorTerms:
                - matchExpressions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  4. cluster/addons/calico-policy-controller/typha-vertical-autoscaler-deployment.yaml

    spec:
      replicas: 1
      selector:
        matchLabels:
          k8s-app: calico-typha-autoscaler
      template:
        metadata:
          labels:
            k8s-app: calico-typha-autoscaler
        spec:
          priorityClassName: system-cluster-critical
          containers:
            - image: registry.k8s.io/cpvpa-amd64:v0.8.3
              name: autoscaler
              command:
                - /cpvpa
                - --target=deployment/calico-typha
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1K bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inputs/merge-probers.yaml.43.values.gen.yaml

          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
        "operatorManageWebhooks": false,
        "pilotCertProvider": "istiod",
        "priorityClassName": "",
        "proxy": {
          "autoInject": "enabled",
          "clusterDomain": "cluster.local",
          "componentLogLevel": "misc:error",
          "enableCoreDump": false,
          "excludeIPRanges": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. pkg/kube/inject/testdata/inputs/hello.yaml.1.values.gen.yaml

          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
        "operatorManageWebhooks": false,
        "pilotCertProvider": "istiod",
        "priorityClassName": "",
        "proxy": {
          "autoInject": "enabled",
          "clusterDomain": "cluster.local",
          "componentLogLevel": "misc:error",
          "enableCoreDump": false,
          "excludeIPRanges": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. pkg/kube/inject/testdata/inputs/hello.yaml.10.values.gen.yaml

          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
        "operatorManageWebhooks": false,
        "pilotCertProvider": "istiod",
        "priorityClassName": "",
        "proxy": {
          "autoInject": "enabled",
          "clusterDomain": "cluster.local",
          "componentLogLevel": "misc:error",
          "enableCoreDump": false,
          "excludeIPRanges": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. pkg/kubelet/qos/policy_test.go

    		Spec: v1.PodSpec{
    			PriorityClassName: scheduling.SystemClusterCritical,
    			Priority:          &systemCritical,
    			Containers: []v1.Container{
    				{
    					Resources: v1.ResourceRequirements{},
    				},
    			},
    		},
    	}
    
    	systemNodeCritical = scheduling.SystemCriticalPriority + 1000
    
    	nodeCritical = v1.Pod{
    		Spec: v1.PodSpec{
    			PriorityClassName: scheduling.SystemNodeCritical,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 03 21:34:27 UTC 2021
    - 5.6K bytes
    - Viewed (0)
  9. cluster/gce/manifests/kube-addon-manager.yaml

      namespace: kube-system
      labels:
        component: kube-addon-manager
    spec:
      securityContext:
        seccompProfile:
          type: RuntimeDefault
        runAsUser: {{runAsUser}}
        runAsGroup: {{runAsGroup}}
      priorityClassName: system-node-critical
      priority: 2000001000
      hostNetwork: true
      containers:
      - name: kube-addon-manager
        securityContext:
          allowPrivilegeEscalation: false
          capabilities:
            drop:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 21 03:09:15 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello.yaml.17.values.gen.yaml

          "enabled": false
        },
        "namespace": "istio-system",
        "network": "",
        "omitSidecarInjectorConfigMap": false,
        "operatorManageWebhooks": false,
        "pilotCertProvider": "istiod",
        "priorityClassName": "",
        "proxy": {
          "autoInject": "enabled",
          "clusterDomain": "cluster.local",
          "componentLogLevel": "misc:error",
          "enableCoreDump": false,
          "excludeIPRanges": "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 21:01:52 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top