Skip to main content

StorageClass



Resource Icon

Resource Overview

A Kubernetes resource that defines dynamic storage provisioning in conjunction with a specific Storage Provisioner.

Associated Resources

Parent Resource

Connected Resources


Resource Configuration

Basic Settings

  • annotations : Key-value metadata used to display required information in the Kubernetes system
  • labels : User-defined labels used to distinguish the StorageClass object
  • storage_provisioner : Type of storage provisioner that actually creates the storage
  • reclaim_policy : Reclaim policy applied when a volume is released - Retain, Delete
  • volume_binding_mode : Timing of volume binding and dynamic provisioning - Immediate, WaitForFirstConsumer
  • allow_volume_expansion : Whether to allow expansion of the created volume size
  • parameters : Additional parameters passed to the storage provisioner
  • mount_options : Mount options applied to dynamically created PersistentVolumes

References