Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for AMAZON (0.29 sec)

  1. CHANGELOG/CHANGELOG-1.9.md

    improved stability of EBS support across the board. If a Volume is “stuck” in the attaching state to a node for too long a unschedulable taint will be applied to the node, so a Kubernetes admin can [take manual steps to correct the error](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-attaching-volume.html). Users are encouraged to ensure they are monitoring for the taint, and should consider automatically terminating instances in this state.
    
    In addition, support for NVMe disks has been...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/asticode/go-astilog,v1.0.0,h1:l9tek0K7KoQCmhZ7cvBTtVu0NsKpS9hB6jBLtQyxWYk=,49fe2b286073848e780a9326f7d37771372e61827ff07b80db89667e6ac4d1d4
    github.com/aws/amazon-ssm-agent,v0.0.0-20191011205301-04bb0617297b,h1:xv695CeRjoBS0baQSS5UfQkeo63GiMjmDwiAeY09bSw=,08ede8d7aa20210a4738e0ea033f1bf8fd1ce13bba6c375431c8c1e7a8565c37
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/core/v1/generated.proto

    // can only be mounted as read/write once. AWS EBS volumes support
    // ownership management and SELinux relabeling.
    message AWSElasticBlockStoreVolumeSource {
      // volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume).
      // More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
      optional string volumeID = 1;
    
      // fsType is the filesystem type of the volume that you want to mount.
    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

    	"volumeID":  "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
    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. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.azf"/>
      </mime-type>
      <mime-type type="application/vnd.airzip.filesecure.azs">
        <glob pattern="*.azs"/>
      </mime-type>
      <mime-type type="application/vnd.amazon.ebook">
        <glob pattern="*.azw"/>
      </mime-type>
      <mime-type type="application/vnd.americandynamics.acc">
        <glob pattern="*.acc"/>
      </mime-type>
      <mime-type type="application/vnd.amiga.ami">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/generated.proto

    // can only be mounted as read/write once. AWS EBS volumes support
    // ownership management and SELinux relabeling.
    message AWSElasticBlockStoreVolumeSource {
      // volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume).
      // More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
      optional string volumeID = 1;
    
      // fsType is the filesystem type of the volume that you want to mount.
    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. staging/src/k8s.io/api/core/v1/types.go

    // can only be mounted as read/write once. AWS EBS volumes support
    // ownership management and SELinux relabeling.
    type AWSElasticBlockStoreVolumeSource struct {
    	// volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume).
    	// More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
    	VolumeID string `json:"volumeID" protobuf:"bytes,1,opt,name=volumeID"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "boolean"
              },
              "volumeID": {
                "default": "",
                "description": "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
                "type": "string"
              }
            },
            "required": [
              "volumeID"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "boolean"
              },
              "volumeID": {
                "default": "",
                "description": "volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
                "type": "string"
              }
            },
            "required": [
              "volumeID"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top