Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 48 for storages (0.29 sec)

  1. CHANGELOG/CHANGELOG-1.29.md

    - Kube-apiserver: fixes a 1.27+ regression in watch stability by serving watch requests without a resourceVersion from the watch cache by default, as in <1.27 (disabling the change in #115096 by default). This mitigates the impact of an etcd watch bug (https://github.com/etcd-io/etcd/pull/17555). If the 1.27 change in #115096 to serve these requests from underlying storage is still desired despite the impact on watch stability,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  2. prow/config/calico.yaml

                        cidr:
                          type: string
                      type: object
                    type: array
                type: object
            type: object
        served: true
        storage: true
    status:
      acceptedNames:
        kind: ""
        plural: ""
      conditions: []
      storedVersions: []
    ---
    # Source: calico/templates/kdd-crds.yaml
    apiVersion: apiextensions.k8s.io/v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"storage": {
    						SchemaProps: spec.SchemaProps{
    							Description: "storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.",
    							Default:     false,
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.12.md

        - [SIG-instrumentation](#sig-instrumentation)
        - [SIG-node](#sig-node)
        - [SIG-OpenStack](#sig-openstack)
        - [SIG-scheduling](#sig-scheduling)
        - [SIG-service-catalog](#sig-service-catalog)
        - [SIG-storage](#sig-storage)
        - [SIG-vmware](#sig-vmware)
        - [SIG-windows](#sig-windows)
      - [Action Required](#action-required-1)
      - [Deprecations and removals](#deprecations-and-removals)
      - [New Features](#new-features)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1beta1"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.10.md

    default.  The LocalStorageCapacityIsolation feature added a new resource type ResourceEphemeralStorage "ephemeral-storage" so that this resource can be allocated, limited, and consumed as the same way as CPU/memory. All the features related to resource management (resource request/limit, quota, limitrange) are available for local ephemeral storage. This local ephemeral storage represents the storage for root file system, which will be consumed by containers' writable layer and logs. Some volumes such as...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
                "version": "v1alpha1"
              },
              {
                "group": "storage.k8s.io",
                "kind": "DeleteOptions",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.11.md

    Improvements in Windows Server version 1803 also bring new storage functionality to Kubernetes v1.11, including:
    
    * Volume mounts for ConfigMap and Secret
    * Flexvolume plugins for SMB and iSCSI storage are also available out-of-tree at [Microsoft/K8s-Storage-Plugins](https://github.com/Microsoft/K8s-Storage-Plugins)
    
    ## Known Issues
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.16.md

    - Fix: corrupted mount point in csi driver ([#88569](https://github.com/kubernetes/kubernetes/pull/88569), [@andyzhangx](https://github.com/andyzhangx)) [SIG Storage]
    - Fix: get azure disk lun timeout issue ([#88158](https://github.com/kubernetes/kubernetes/pull/88158), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
Back to top