Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 136 for gce (0.04 sec)

  1. pkg/controller/volume/persistentvolume/framework_test.go

    		return nil, fmt.Errorf("Mock plugin error: invalid provisioner call")
    	}
    	if call.ret == nil {
    		// Create a fake PV with known GCE volume (to match expected volume)
    		capacity := plugin.provisionOptions.PVC.Spec.Resources.Requests[v1.ResourceName(v1.ResourceStorage)]
    		accessModes := plugin.provisionOptions.PVC.Spec.AccessModes
    		pv = &v1.PersistentVolume{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 09:54:00 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    )
    
    // GCEPersistentDiskVolumeSource represents a Persistent Disk resource in Google Compute Engine.
    //
    // A GCE PD must exist before mounting to a container. The disk must
    // also be in the same GCE project and zone as the kubelet. A GCE PD
    // can only be mounted as read/write once or read-only many times. GCE
    // PDs support ownership management and SELinux relabeling.
    type GCEPersistentDiskVolumeSource struct {
    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. CHANGELOG/CHANGELOG-1.22.md

    - GCE Windows clusters have their TCP/IP parameters are set to GCE's recommended values. ([#103057](https://github.com/kubernetes/kubernetes/pull/103057), [@jeremyje](https://github.com/jeremyje)) [SIG Cloud Provider and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    //
    // A GCE PD must exist before mounting to a container. The disk must
    // also be in the same GCE project and zone as the kubelet. A GCE PD
    // can only be mounted as read/write once or read-only many times. GCE
    // PDs support ownership management and SELinux relabeling.
    type GCEPersistentDiskVolumeSource struct {
    	// pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE.
    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. pkg/features/kube_features.go

    	//
    	// Disables the Azure File in-tree driver.
    	InTreePluginAzureFileUnregister featuregate.Feature = "InTreePluginAzureFileUnregister"
    
    	// owner: @Jiawei0227
    	// alpha: v1.21
    	//
    	// Disables the GCE PD in-tree driver.
    	InTreePluginGCEUnregister featuregate.Feature = "InTreePluginGCEUnregister"
    
    	// owner: @adisky
    	// alpha: v1.21
    	//
    	// Disables the OpenStack Cinder in-tree driver.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.20.md

      - Add support for `--cloud-config`
      - Update group identifier to use for Cluster API annotations
      
      ### Exoscale
      - Add support for Exoscale
      
      ### GCE
      - Decrease the number of GCE Read Requests made while deleting nodes
      - Base pricing of custom instances on their instance family type
      - Add pricing information for missing machine types
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
            "properties": {
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  8. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    			if resp.Timestamp == 0 {
    				// If the Evented PLEG is enabled in the kubelet, but not in the runtime
    				// then the pod status we get will not have the timestamp set.
    				// e.g. CI job 'pull-kubernetes-e2e-gce-alpha-features' will runs with
    				// features gate enabled, which includes Evented PLEG, but uses the
    				// runtime without Evented PLEG support.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__batch__v1_openapi.json

            "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.",
            "properties": {
              "fsType": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  10. 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)
Back to top