Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for fsquota (0.31 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

    - Kubelet`: fixed a bug in `kubelet` that stopped rendering the `ConfigMaps` when `fsquota` monitoring is enabled ([#112624](https://github.com/kubernetes/kubernetes/pull/112624), [@pacoxu](https://github.com/pacoxu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	ResourceRequestsHugePagesPrefix = "requests.hugepages-"
    	// Default resource requests prefix
    	DefaultResourceRequestsPrefix = "requests."
    )
    
    // ResourceQuotaScope defines a filter that must match each object tracked by a quota
    type ResourceQuotaScope string
    
    // These are valid values for resource quota spec
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

      // be larger than the actual capacity when a volume expansion operation is requested.
      // For storage quota, the larger value from allocatedResources and PVC.spec.resources is used.
      // If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation.
      // If a volume expansion capacity request is lowered, allocatedResources is only
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"":              "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.",
    	"hard":          "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/",
    	"scopes":        "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    	// A collection of filters that must match each object tracked by a quota.
    	// If not specified, the quota matches all objects.
    	// +optional
    	// +listType=atomic
    	Scopes []ResourceQuotaScope `json:"scopes,omitempty" protobuf:"bytes,2,rep,name=scopes,casttype=ResourceQuotaScope"`
    	// scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

      //
      // Capacity reported here may be larger than the actual capacity when a volume expansion operation
      // is requested.
      // For storage quota, the larger value from allocatedResources and PVC.spec.resources is used.
      // If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation.
      // If a volume expansion capacity request is lowered, allocatedResources is only
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.8.md

    ## Changelog since v1.8.7
    
    ### Other notable changes
    
    * Configurable etcd quota backend bytes in GCE ([#59259](https://github.com/kubernetes/kubernetes/pull/59259), [@wojtek-t](https://github.com/wojtek-t))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    	"k8s.io/kubernetes/pkg/fieldpath"
    	netutils "k8s.io/utils/net"
    )
    
    const isNegativeErrorMsg string = apimachineryvalidation.IsNegativeErrorMsg
    const isInvalidQuotaResource string = `must be a standard resource for quota`
    const fieldImmutableErrorMsg string = apimachineryvalidation.FieldImmutableErrorMsg
    const isNotIntegerErrorMsg string = `must be an integer`
    const isNotPositiveErrorMsg string = `must be greater than zero`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    - Kubelet: Fix fs quota monitoring on volumes ([#116793](https://github.com/kubernetes/kubernetes/pull/116793), [@pacoxu](https://github.com/pacoxu)) [SIG Storage]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.30.md

    - Fixed panic of Evented `PLEG` during kubelet start-up. ([#122475](https://github.com/kubernetes/kubernetes/pull/122475), [@pacoxu](https://github.com/pacoxu))
    - Fixed resource deletion failure caused by quota calculation error when `InPlacePodVerticalScaling` is turned on. ([#122701](https://github.com/kubernetes/kubernetes/pull/122701), [@carlory](https://github.com/carlory))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top