Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for vSphere (0.14 sec)

  1. pkg/volume/util/hostutil/hostutil.go

    	PathIsDevice(pathname string) (bool, error)
    	// GetDeviceNameFromMount finds the device name by checking the mount path
    	// to get the global mount path within its plugin directory.
    	// TODO: Remove this method once the rbd and vsphere plugins are removed from in-tree.
    	GetDeviceNameFromMount(mounter mount.Interface, mountPath, pluginMountDir string) (string, error)
    	// MakeRShared checks that given path is on a mount with 'rshared' mount
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 13:38:40 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. cmd/update.go

    		}
    		// In Kubernetes environment, try to fetch the Operator, VSPHERE plugin version
    		opVersion := env.Get("MINIO_OPERATOR_VERSION", "")
    		if opVersion != "" {
    			uaAppend(" operator-", opVersion)
    		}
    		vsphereVersion := env.Get("MINIO_VSPHERE_PLUGIN_VERSION", "")
    		if vsphereVersion != "" {
    			uaAppend(" vsphere-plugin-", vsphereVersion)
    		}
    	}
    
    	if IsPCFTile() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    * vSphere cloud provider: vSphere cloud provider code refactoring ([#49164](https://github.com/kubernetes/kubernetes/pull/49164), [@BaluDontu](https://github.com/BaluDontu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.30.md

    - The in-tree cloud provider for vSphere has been deprecated and removed. Users are advised to utilize the external cloud provider and CSI driver available at https://github.com/kubernetes/cloud-provider-vsphere. ([#122937](https://github.com/kubernetes/kubernetes/pull/122937), [@dims](https://github.com/dims))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  5. pkg/features/kube_features.go

    	//
    	// Disables the Portworx in-tree driver.
    	InTreePluginPortworxUnregister featuregate.Feature = "InTreePluginPortworxUnregister"
    
    	// owner: @divyenpatel
    	// alpha: v1.21
    	//
    	// Disables the vSphere in-tree driver.
    	InTreePluginvSphereUnregister featuregate.Feature = "InTreePluginvSphereUnregister"
    
    	// owner: @mimowo
    	// kep: https://kep.k8s.io/3850
    	// alpha: v1.28
    	// beta: v1.29
    	//
    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.25.md

    - VSphere releases less than 7.0u2 are not supported for in-tree vSphere volume  as of Kubernetes v1.25. Please consider upgrading vSphere (both ESXi and vCenter)  to 7.0u2 or above. ([#111255](https://github.com/kubernetes/kubernetes/pull/111255), [@divyenpatel](https://github.com/divyenpatel))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.26.md

    - Unlocked the `CSIMigrationvSphere` feature gate. The change allow users to continue using the in-tree vSphere driver,pending a vSphere CSI driver release that has with GA support for Windows, XFS, and raw block access. ([#116396](https://github.com/kubernetes/kubernetes/pull/116396), [@msau42](https://github.com/msau42)) [SIG Storage]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.27.md

    - Unlocked the `CSIMigrationvSphere` feature gate.
      The change allow users to continue using the in-tree vSphere driver,pending a vSphere
      CSI driver release that has with GA support for Windows, XFS, and raw block access. ([#116342](https://github.com/kubernetes/kubernetes/pull/116342), [@msau42](https://github.com/msau42)) [SIG Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/core/v1/generated.proto

      // persistent volumes at the same time.
      //
      // +optional
      optional EphemeralVolumeSource ephemeral = 29;
    }
    
    // Represents a vSphere volume resource.
    message VsphereVirtualDiskVolumeSource {
      // volumePath is the path that identifies vSphere volume vmdk
      optional string volumePath = 1;
    
      // fsType is filesystem type to mount.
      // Must be a filesystem type supported by the host operating system.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. pkg/apis/core/types.go

    	// default is the same as the Pod
    	// +optional
    	SecretNamespace *string
    }
    
    // VsphereVirtualDiskVolumeSource represents a vSphere volume resource.
    type VsphereVirtualDiskVolumeSource struct {
    	// Path that identifies vSphere volume vmdk
    	VolumePath string
    	// Filesystem type to mount.
    	// Must be a filesystem type supported by the host operating system.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
Back to top