mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-05 04:33:18 +00:00
3a4b7e73c0
* gerundify Configuration for Storage Classes in Azure * gerundify Authentication Config * gerundify Bootstrap Password * gerundify and disambiguate manage-PSP * gerundify and disambiguate create-PSP * syncing? Syncing what? * updating label for Configure OpenLDAP * updating label for authentication config * updating label for configuring microsoft ad and shibboleth (saml) * updating label for configuring microsoft ad and shibboleth (saml) in sidebars (last commit covered versioned docs) * label + title for one of several sets of pages entitled role-based access control * gerundify Upgrade a Hardened Custom/Imported Cluster to Kubernetes v1.25 * re-order title of Certificate Troubleshooting so verb comes first * added 'about' to title because the page is about drivers that provision, not how to provision a driver * template enforcement > enforcing templates * update label to match title - deploy > deploying * updated label to matach title - manage clusters > cluster administration * gerundify set up in infrastructure setup section * typo fix - spacing * matching label to title - launch > launching * label matching title - set up part 2 * label matching title - windows clusters * how to configure > configuring * using > launching (partially matches label to title) * ingress config > configging an ingress * match label to title - project administration * match label to title - project resource quotas * match title to label - monitoring/alerting guides * matching label to title - enabling * gerundify allow unsupported storage drivers * Update openapi/swagger.json * lost metadata syntax re-applied * Apply suggestions from code review
1.8 KiB
1.8 KiB
title
| title |
|---|
| Allowing Unsupported Storage Drivers |
This feature allows you to use types for storage providers and provisioners that are not enabled by default.
To enable or disable this feature, refer to the instructions on the main page about enabling experimental features.
| Environment Variable Key | Default Value | Description |
|---|---|---|
unsupported-storage-drivers |
false |
This feature enables types for storage providers and provisioners that are not enabled by default. |
Types for Persistent Volume Plugins that are Enabled by Default
Below is a list of storage types for persistent volume plugins that are enabled by default. When enabling this feature flag, any persistent volume plugins that are not on this list are considered experimental and unsupported:
| Name | Plugin |
|---|---|
| Amazon EBS Disk | aws-ebs |
| AzureFile | azure-file |
| AzureDisk | azure-disk |
| Google Persistent Disk | gce-pd |
| Longhorn | flex-volume-longhorn |
| VMware vSphere Volume | vsphere-volume |
| Local | local |
| Network File System | nfs |
| hostPath | host-path |
Types for StorageClass that are Enabled by Default
Below is a list of storage types for a StorageClass that are enabled by default. When enabling this feature flag, any persistent volume plugins that are not on this list are considered experimental and unsupported:
| Name | Plugin |
|---|---|
| Amazon EBS Disk | aws-ebs |
| AzureFile | azure-file |
| AzureDisk | azure-disk |
| Google Persistent Disk | gce-pd |
| Longhorn | flex-volume-longhorn |
| VMware vSphere Volume | vsphere-volume |
| Local | local |