Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 150 for Pd (0.18 sec)

  1. CHANGELOG/CHANGELOG-1.2.md

      * Dynamic Provisioning of PersistentVolumes: Kubernetes previously required all
    volumes to be manually provisioned by a cluster administrator before use. With
    this feature, volume plugins that support it (GCE PD, AWS EBS, and Cinder) can
    automatically provision a PersistentVolume to bind to an unfulfilled
    PersistentVolumeClaim.
      * Run multiple schedulers in parallel, e.g. one or more custom schedulers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  2. src/main/webapp/css/font-awesome.min.css

    commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (2)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "string"
              },
              "readOnly": {
                "description": "readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md",
                "type": "boolean"
              },
              "secretRef": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  4. src/main/webapp/css/admin/font-awesome.min.css

    commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string"
              },
              "readOnly": {
                "description": "readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md",
                "type": "boolean"
              },
              "secretRef": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  6. src/database/sql/sql_test.go

    func (pc pingConn) Ping(ctx context.Context) error {
    	if pc.driver.fails {
    		return pingError
    	}
    	return nil
    }
    
    var _ driver.Pinger = pingConn{}
    
    func (pd *pingDriver) Open(name string) (driver.Conn, error) {
    	return pingConn{driver: pd}, nil
    }
    
    func TestPing(t *testing.T) {
    	driver := &pingDriver{}
    	Register("ping", driver)
    
    	db, err := Open("ping", "ignored")
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  7. src/regexp/testdata/re2-exhaustive.txt.bz2

    33a���o2P��*R�-���([D)J�娉B� �J]�����v玲U��UfQ�E$��4� ��DiI$H��Ae���Ж�B�Jh���&���,����Z""$DZ-$DDDIH��- �""�d�"�EА�Fb���SK���e�7��!�R�6f�*df)�a)&��5* �&��I�I H$���I4�m B� JS$����m��&R��R�e� mik@@d�$�I$�BJii��Pd�I$�H�M6�I3���I2ě4�m$�BIe����I,��ě*j�o6��V���������>O���|�_"�ȾE��|�_- 8�F~�p�de$�?X>p�߹u�^����{��� $����˄�I^��>n�I�u����IvĠd o�"2O����h���Zw�+�60��� o�X�5�?p����~���|>������>������|>����ߑ�E����� �� �ad�XI��IP�t4�K�4~�h��...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/plugins/volumebinding/binder_test.go

    	node1Zone2    = makeNode("node1").withLabel("topology.gke.io/zone", "us-east-2").Node
    
    	// csiNode objects
    	csiNode1Migrated    = makeCSINode("node1", "kubernetes.io/gce-pd")
    	csiNode1NotMigrated = makeCSINode("node1", "")
    
    	// node topology
    	nodeLabelKey   = "nodeKey"
    	nodeLabelValue = "node1"
    
    	// node topology for CSI migration
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 09:46:58 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

    * attachdetach controller attaches volumes immediately when Pod's PVCs are bound ([#66863](https://github.com/kubernetes/kubernetes/pull/66863), [@cofyc](https://github.com/cofyc))
    * This fix prevents a GCE PD volume from being mounted if the udev device link is stale and tries to correct the link. ([#66832](https://github.com/kubernetes/kubernetes/pull/66832), [@msau42](https://github.com/msau42))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.21.md

     - Newly provisioned PVs by gce-pd will no longer have the beta FailureDomain label. gce-pd volume plugin will start to have GA topology label instead. ([#98700](https://github.com/kubernetes/kubernetes/pull/98700), [@Jiawei0227](https://github.com/Jiawei0227)) [SIG Cloud Provider, Storage and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
Back to top