Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for requiredDuringSchedulingIgnoredDuringExecution (0.3 sec)

  1. manifests/charts/gateways/istio-egress/values.yaml

          # already running on the node rather than based on labels on nodes.
          # There are currently two types of anti-affinity:
          #    "requiredDuringSchedulingIgnoredDuringExecution"
          #    "preferredDuringSchedulingIgnoredDuringExecution"
          # which denote "hard" vs. "soft" requirements, you can define your values
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-ingress/values.yaml

          # already running on the node rather than based on labels on nodes.
          # There are currently two types of anti-affinity:
          #    "requiredDuringSchedulingIgnoredDuringExecution"
          #    "preferredDuringSchedulingIgnoredDuringExecution"
          # which denote "hard" vs. "soft" requirements, you can define your values
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Feb 27 16:55:16 GMT 2024
    - 13K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // at some point during pod execution (e.g. due to an update), the system
      // may or may not try to eventually evict the pod from its node.
      // +optional
      optional NodeSelector requiredDuringSchedulingIgnoredDuringExecution = 1;
    
      // The scheduler will prefer to schedule pods to nodes that satisfy
      // the affinity expressions specified by this field, but it may choose
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top