Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for effort (0.16 sec)

  1. pkg/apis/core/types.go

    	// +optional
    	Value string
    	// Effect indicates the taint effect to match. Empty means match all taint effects.
    	// When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
    	// +optional
    	Effect TaintEffect
    	// TolerationSeconds represents the period of time the toleration (which must be
    	// of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.13.md

    Provider has begun exploratory work around having a “cloud provider” e2e test suite which can be used to test common cloud provider functionalities with resources such as nodes and load balancers.
    
    We are also continuing our long running effort to extract all the existing cloud providers that live in k8s.io/kubernetes into their own respective repos. Along with this migration, we are slowly transitioning users to use the cloud-controller-manager for any cloud provider features instead of...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

            # in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
            - name: "mount-bpffs"
              image: gcr.io/istio-testing/calico/node:v3.27.0
              imagePullPolicy: IfNotPresent
              command: ["calico-node", "-init", "-best-effort"]
              volumeMounts:
                - mountPath: /sys/fs
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// +optional
    	Value string `json:"value,omitempty" protobuf:"bytes,3,opt,name=value"`
    	// Effect indicates the taint effect to match. Empty means match all taint effects.
    	// When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
    	// +optional
    	Effect TaintEffect `json:"effect,omitempty" protobuf:"bytes,4,opt,name=effect,casttype=TaintEffect"`
    	// TolerationSeconds represents the period of time the toleration (which must be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.12.md

      - labels/annotations that are consumed by any cloud specific controllers
    
    In addition to the above, SIG Cloud Provider has been focusing on a long running effort to remove cloud provider code from kubernetes/kubernetes.
    
    ### SIG-cluster-lifecycle
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.21.md

    ### Structured Logging in Kubelet
    
    Kubelet has adopted structured logging, thanks to community effort in accomplishing this within the release timeline. Structured logging in the project remains an ongoing effort -- for folks interested in participating, [keep an eye / chime in to the mailing list discussion](https://groups.google.com/g/kubernetes-dev/c/y4WIw-ntUR8).
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string value = 3;
    
      // Effect indicates the taint effect to match. Empty means match all taint effects.
      // When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
      // +optional
      optional string effect = 4;
    
      // TolerationSeconds represents the period of time the toleration (which must be
      // of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"effect":            "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.15.md

    ### Scheduling
    
    - Tolerations with the same key and effect will be merged into one that has the value of the latest toleration for best effort pods. ([#75985](https://github.com/kubernetes/kubernetes/pull/75985), [@ravisantoshgudimetla](https://github.com/ravisantoshgudimetla))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional string value = 3;
    
      // Effect indicates the taint effect to match. Empty means match all taint effects.
      // When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
      // +optional
      optional string effect = 4;
    
      // TolerationSeconds represents the period of time the toleration (which must be
      // of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top