Discovered (Worksheet)
Field |
Description |
IP Address |
IP address used in the scan |
Hostname |
Hostname of the Windows target or Linux system |
Overall Status |
Pinged: The object was returned by Active Directory or Network Scan and Ping succeeded. Ping Failed: The object was returned by Active Directory or Network Scan, but ping failed to connect to this object DNS Lookup Failed: Unable to look up the hostname/IP Address SSH Error/WMI Error: Something went wrong while connecting or gathering object data. WMI Bad Credentials/SSH Bad Credentials: Incorrect Linux credentials. WMI Invalid protocol/SSH Invalid protocol: Unable to connect to host. WMI Invalid Target/SSH Invalid Target: Unsupported operating system WMI Protocol Error/SSH Protocol Error: Failed to gather some or all data after successful connection. WMI Queued.../SSH Queued...: Object queued for collection WMI Connecting.../SSH Connecting...: Connecting to host WMI Connected.../SSH Connected...: Connected to host, collection about to start WMI Gathering.../SSH Gathering...: Collecting data from host WMI Success/SSH Success: Collection succeeded with this object |
Status Information |
Additional details on the reported status |
Source |
Object data source (Network Scan / Active Directory / SSH / WMI) |
Timestamp |
The date and time (in UTC format: YYYY-MM-DDTHH:MM:SS +/- 0:00) of the last collection against this target. |
Vendor |
Vendor of the discovered device |
Model |
Model of the discovered device |
Operating System |
OS version (and Service Pack if available) |
Domain |
Domain name |
AD Name |
The name of the object if returned by Active Directory |
AD PATH |
The Active Directory path of the object if returned by Active Directory |
CPU Sockets |
The total number of CPU sockets for the object |
CPU Cores |
The total number of CPU cores for the object |
CPU GHz |
The clock speed of the CPU in GHz |
CPU Description |
The description provided by the OS for the CPU. Usually includes vendor and model number and sometimes the clock speed |
Provisioned Memory GB |
The RAM installed on the system |
Windows Logical Disk (Worksheet)
Field |
Description |
Hostname |
The hostname of the WMI target (same as from Discovered Tab) |
Operating System |
The OS for the WMI target (same as from Discovered Tab) |
Logical Disk Name |
Logical Disk Name |
Device ID |
Device ID |
Size GB |
Disk Size in GB |
Free GB |
Free Disk space in GB |
Windows Cluster Partition (Worksheet)
Field |
Description |
Hostname |
The hostname of the WMI target (same as from Discovered Tab) |
Operating System |
The OS for the WMI target (same as from Discovered Tab) |
Cluster Partition Name |
Cluster Partition Name |
Cluster Partition Filesystem |
Cluster Partition Filesystem |
Path |
Partition Path |
Volume Label |
Partition Volume Label |
Serial Number |
Partition Serial Number |
Size GB |
Partition Size in GB |
Free GB |
Partition Free Space in GB |
Windows Cluster (Worksheet)
Field |
Description |
Hostname |
The hostname of the WMI target (same as from Discovered Tab) |
Operating System |
The OS for the WMI target (same as from Discovered Tab) |
FQDN |
Fully Qualified Domain Name |
Name |
Cluster Name |
Windows Network Adapters (Worksheet)
Field |
Description |
Hostname |
The hostname of the WMI target (same as from Discovered Tab) |
Operating System |
The OS for the WMI target (same as from Discovered Tab) |
NIC Name |
Network Adapter Name |
NIC Speed |
Network Adapter Speed |
Windows Installed Apps (Worksheet)
Field |
Description |
Hostname |
The hostname of the WMI target (same as from Discovered Tab) |
Operating System |
The OS for the WMI target (same as from Discovered Tab) |
Application |
Application Display Name |
Version |
Application Display Version |
Hyper-V VMs (Worksheet)
Field |
Description |
VM Name |
Virtual Machine Name |
VM Operating System |
Virtual Machine Operating System |
VM vMem GB |
Virtual Machine memory usage in GB |
VM UUID |
Virtual Machine Unique ID |
VM vCPUs |
Virtual Machine Number of processors |
VM Disk Size GB |
Virtual Machine total disk space in GB |
VM Disk Used GB |
Virtual Machine disk space used in GB |
Hyper-V Host |
Hostname of the Hyper-V server hosting the guest VMs |
Hyper-V Cluster |
Cluster Name of the Hyper-V server hosting the guest VMs |
VM Is Running |
TRUE or FALSE if the VM is running |
Linux File Systems
Field |
Description |
Hostname |
The hostname of the Linux system |
Operating System |
The operating system as reported in the Discovered tab |
Filesystem |
The first column returned from df |
Type |
The type (2nd) column |
Size GB |
The 1024-blocks column converted to GB |
Used GB |
Used converted to GB |
Free GB |
Available converted to GB |
Used % |
Capacity column |
Mount |
Mounted on column |
Kubernetes Definitions
Nodes Tab
Node Name | The name of the node. |
UID | The unique in time and space value for the node. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. |
Role |
The role of the node in the Kubernetes cluster. Possible values are Master and Worker node. |
Name Space | The name space the node is |
Cluster | The Kubernetes cluster the node is part of. |
Machine ID |
The Machine ID reported by the node. Unique machine identification in the cluster this field is preferred. |
OS | The operating system reported by the node. |
OS Image | OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)). |
System UUID |
SystemUUID reported by the node. Unique machine identification Machine ID is preferred. This field is specific to Red Hat hosts. See: https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid |
Architecture | The architecture reported by the node. |
Kublet Version | The Kubelet Version reported by the node. |
KubeProxy Version | The KubeProxy Version reported by the node. |
Container Run Time Version | The ContainerRuntime Version reported by the node. |
Total CPU |
The node total CPU including the CPU reserved for Kubelet and OS. The CPU resource is measured in CPU Units. One CPU, in Kubernetes, is equivalent to: - 1 AWS vCPU - 1 GCP Core - 1 Azure vCore - 1 Hyperthread on a bare-metal Intel processor with Hyperthreading
Fractional values are allowed. A container requesting 0.5 CPU is guaranteed half as much CPU as a container requesting 1 CPU. You can use the suffix m to mean milli. For example: 100m CPU, 100 milliCPU, and 0.1 CPU are the same. Precision finer than 1m is not allowed. CPU is always requested as an absolute quantity and never as a relative quantity. 0.1 is the same amount of CPU on a single-core, dual-core, or 48-core machine. See: https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/ |
Allocatable CPU |
The CPU available for pods. Allocatable represents the resources of a node that are available for scheduling The CPU resource is measured in CPU Units. One CPU, in Kubernetes, is equivalent to: - 1 AWS vCPU - 1 GCP Core - 1 Azure vCore - 1 Hyperthread on a bare-metal Intel processor with Hyperthreading
Fractional values are allowed. A container requesting 0.5 CPU is guaranteed half as much CPU as a container requesting 1 CPU. You can use the suffix m to mean milli. For example: 100m CPU, 100 milliCPU, and 0.1 CPU are the same. Precision finer than 1m is not allowed. CPU is always requested as an absolute quantity and never as a relative quantity. 0.1 is the same amount of CPU on a single-core, dual-core, or 48-core machine. See: https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/ |
Average CPU Usage |
Average CPU used by the node for the collection interval. |
Peak CPU usage |
Peak CPU used during the collection interval. |
Total Memory (KiB) | The node total memory including the memory reserved for Kubelet and OS. |
Allocatable Memory (KiB) | The memory available for pods scheduling. Allocatable represents the resources of a node that are available for scheduling. |
Total Ephemeral Storage (GiB) |
The node total Ephemeral Storage including the Ephemeral Storage reserved for Kubelet and OS. Pods use ephemeral local storage for scratch space, caching, and for logs. The kubelet can provide scratch space to Pods using local ephemeral storage to mount emptyDir volumes into containers. |
Allocatable Ephemeral Storage (GiB) |
The Ephemeral Storage available for pods. Allocatable represents the resources of a node that are available for scheduling. Pods use ephemeral local storage for scratch space, caching, and for logs. The kubelet can provide scratch space to Pods using local ephemeral storage to mount emptyDir volumes into containers. |
Non-terminated Pods | The number of non-terminated pods on the node. |
IPV4 Address | The IPV4 address of the node. |
Internal IP | The internal IP of the node. |
External IP | The external IP or the host name. |
podCIDRs | The pod IP range assigned to the node. |
Provider ID |
ID of the node assigned by the cloud provider in the format <ProviderName>://<ProviderSpecificNodeID> Note: This value is available only if the Kubernetes cluster is running on a Cloud Service Provider environment. |
Creation Time Stamp | The time stamp for when the node was created. |
Images No. | The number of container images on the node. |
Total Images Size (GiB) | The total size of all container images on the node. |
Volumes Attached No. | The number of volumes attached to the node. |
Volumes In Use No. | The number of attachable volumes in use (mounted) by the node. |
Node Ready? | True if the node is healthy and ready to accept pods, False if the node is not healthy and is not accepting pods, and Unknown if the node controller has not heard from the node in the last node-monitor-grace-period (default is 40 seconds). |
Disk Pressure? | True if pressure exists on the disk size (if the disk capacity is low). Otherwise False. |
PID Pressure ? | True if pressure exists on the processes (if there are too many processes on the node). Otherwise False. |
Memory Pressure ? | True if pressure exists on the node memory (if the node memory is low). Otherwise False. |
Network Unavailable? | True if the network for the node is not correctly configured, otherwise False. |
Pods Tab
Pod Name |
The name of the pod. Name must be unique within a namespace. |
UID | The unique in time and space value for this Pod. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations |
Name Space | Namespace defines the space within where each name must be unique. |
Node Name | The name of the node the pod is running on. |
Host Name |
Specifies the hostname of the pod. If not specified, the pod's hostname is set to a system-defined value. |
Cluster | The name of the cluster. |
Phase |
There are five possible pod lifecycle phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. Running: The pod has been bound to a node, and all of the containers have been created. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. See: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase |
Host IP | IP address of the host to which the pod is assigned. Empty if not yet scheduled. |
Pod IP | IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. |
QOS Class | The Quality of Service (QOS) classification assigned to the pod based on resource requirements. |
DNS Policy | Set DNS policy for the pod. Defaults to ClusterFirst. Valid values are ClusterFirstWithHostNet, ClusterFirst, Default or None. |
Restart Policy |
Restart policy for all containers within the pod: Always (default) OnFailure Never See: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy |
Scheduler Name | If specified, the pod is dispatched by specified scheduler. If not specified, the pod is dispatched by default scheduler. |
Priority | The priority value. Various system components use this field to find the priority of the pod. The higher the value, the higher the priority. |
Priority Class Name | If specified, indicates the pod's priority. system-node-critical and system-cluster-critical are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. |
Creation Time Stamp | A timestamp representing the server time when the object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. |
Start Time | Date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. |
Initialized? |
A Pod has a PodStatus, which has an array of PodConditons through which the Pod has or has not passed. Kubelet manages the following PodConditions:
PodScheduled: The Pod has been scheduled to a node. PodHasNetwork: The Pod sandbox has been successfully created and networking configured. ContainersReady: All containers in the Pod are ready. Initialized: All init containers have completed successfully. Ready: The pod is able to serve requests and should be added to the load balancing pools of all matching services. |
Ready? |
A Pod has a PodStatus, which has an array of PodConditons through which the Pod has or has not passed. Kubelet manages the following PodConditions:
PodScheduled: The Pod has been scheduled to a node. PodHasNetwork: The Pod sandbox has been successfully created and networking configured. ContainersReady: All containers in the Pod are ready. Initialized: All init containers have completed successfully. Ready: The pod is able to serve requests and should be added to the load balancing pools of all matching services. |
Containers Ready? |
A Pod has a PodStatus, which has an array of PodConditons through which the Pod has or has not passed. Kubelet manages the following PodConditions:
PodScheduled: The Pod has been scheduled to a node. PodHasNetwork: The Pod sandbox has been successfully created and networking configured. ContainersReady: All containers in the Pod are ready. Initialized: All init containers have completed successfully. Ready: The pod is able to serve requests and should be added to the load balancing pools of all matching services. |
Pod Scheduled? |
A Pod has a PodStatus, which has an array of PodConditons through which the Pod has or has not passed. Kubelet manages the following PodConditions:
PodScheduled: The Pod has been scheduled to a node. PodHasNetwork: The Pod sandbox has been successfully created and networking configured. ContainersReady: All containers in the Pod are ready. Initialized: All init containers have completed successfully. Ready: The pod is able to serve requests and should be added to the load balancing pools of all matching services. |
Containers Tab
Container Name |
Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. |
Pod Name |
The name of the pod that contains this container. |
Node Name | The name of the node the container is running on. |
Host Name |
Specifies the hostname of the pod. If not specified, the pod hostname is set to a system-defined value. |
Cluster | The name of the cluster. |
Image |
Container image name. See: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. |
Image Pull Policy |
Image pull policy. Either: Always (default), Never, or IfNotPresent. Cannot be updated. See: https://kubernetes.io/docs/concepts/containers/images#updating-images |
CPU Limit |
Describes the maximum amount of compute resources allowed. See: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
CPU Requests |
Describes the minimum amount of compute resources required. If Requests are omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. See: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
Memory Limit (MiB) |
Describes the maximum amount of compute resources allowed. See: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
Memory Requests (MiB) |
Describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. See: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
Root Filesystem Capacity (MiB) | Total capacity of the container's root filesystem in MiB. |
Root Filesystem Available Capacity (MiB) | Available capacity of the container's root filesystem in MiB. |
Root Filesystem Used Capacity (MiB) | Used Capacity of the container's root filesystem in MiB. |
Storage Classes
Storage Class Name | The name of the storage class. |
UID | The UID of the storage class. |
Cluster | The name of the cluster. |
Filesystem Type | The filesystem type. |
Array ID | The array unique ID. |
Provisioner | Indicates the type of the provisioner. |
Allow Volume Expansion | Shows whether the storage class allows volume expansion. |
Reclaim Policy | Dynamically provisioned Persistent Volumes of this storage class are created with this policy. Defaults to Delete. |
Volume Binding Mode | Indicates how persistent volume claims should be provisioned and bound. When unset, Volume Binding Immediate is used. This field is used only by servers which have Volume Scheduling enabled. |
Creation Timestamp | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
CSI Drivers
Details on all CSI Drivers existing on a node.
CSI Driver name | The name of the CSI driver. |
CSI Driver UID | The CSI driver unique identifier. |
Cluster | The name of the cluster. |
Attach Required? | Indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with the CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation is skipped. Otherwise the attach operation will be called. |
FS Group Policy | Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. |
Volume Lifecycle Modes | Defines which volumes this CSI volume driver supports. The default (if the list is empty) is Persistent, which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is Ephemeral, where volumes are defined inline inside the pod spec with CSI Volume Source and their lifecycle is tied to the lifecycle of the pod. |
Storage Capacity? | If set to True, this indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information. The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object. Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published. |
Capacity (GiB) | Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable and treated like zero capacity. |
Max Volume Size (GiB) | Maximum Volume is the value reported by the CSI driver in its Get Capacity Response for a Get Capacity Request with topology and parameters that match the previous fields. This is defined since (CSI spec 1.4.0) as the largest size that may be used in a Create Volume Request.capacity_range.required_bytes field to create a volume with the same parameters as those in Get Capacity Request. The corresponding value in the Kubernetes API is Resource Requirements. Requests in a volume claim. |
Storage Class Name | The name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field cannot be changed. |
Volume Snapshots
A request for snapshot of a volume by a user. It is similar to a PersistentVolumeClaim.
Volume Snapshot Name |
The name of the Volume Snapshot. |
UID | The UID of the Volume Snapshot. |
Cluster | The name of the cluster. |
Name Space | Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. |
Volume Snapshot Source |
Source specifies where a snapshot will be created from. This field cannot be updated after creation. Persistent Volume Claim Name: Specifies the name of the Persistent Volume Claim object representing the volume from which a snapshot should be created. This PVC is assumed to be in the same namespace as the Volume Snapshot object. Volume Snapshot Content Name: Specifies the name of a pre-existing Volume Snapshot Content object representing an existing volume snapshot. This field should be set if the snapshot already exists and only needs a representation in Kubernetes. |
Class Name | The name of the VolumeSnapshotClass requested by the VolumeSnapshot. VolumeSnapshotClassName may be left nil to indicate that the default SnapshotClass should be used. A given cluster may have multiple default Volume SnapshotClasses: one default per CSI Driver. If a VolumeSnapshot does not specify a SnapshotClass, VolumeSnapshotSource will be checked to figure out what the associated CSI Driver is, and the default VolumeSnapshotClass associated with that CSI Driver will be used. If more than one VolumeSnapshotClass exist for a given CSI Driver and more than one have been marked as default, CreateSnapshot will fail and generate an event. Empty string is not allowed for this field. |
Bound Volume Snapshot Content Name | The name of the VolumeSnapshotContent object to which this VolumeSnapshot object intends to bind to. If not specified, it indicates that the VolumeSnapshot object has not been successfully bound to a VolumeSnapshotContent object yet. |
Restore Size (GiB) |
Represents the minimum size of volume required to create a volume from this snapshot. When restoring a volume from this snapshot, the size of the volume MUST NOT be smaller than the restoreSize if it is specified, otherwise the restoration will fail. If not specified, it indicates that the size is unknown. |
Ready to use? | Indicates if the snapshot is ready to be used to restore a volume. |
Creation Timestamp | The timestamp when the point-in-time snapshot is taken by the underlying storage system. In dynamic snapshot creation case, this field will be filled in by the snapshot controller with the “creation_time” value returned from CSI “CreateSnapshot” gRPC call. For a pre-existing snapshot, this field will be filled with the “creation_time” value returned from the CSI “ListSnapshots” gRPC call if the driver supports it. If not specified, it may indicate that the creation time of the snapshot is unknown. |
Volume Snapshots Content
A snapshot taken from a volume in the cluster that has been provisioned by an administrator. It is a resource in the cluster just like a PersistentVolume is a cluster resource.
Volume Snapshot Content Name |
The name of the Volume Snapshot Content. |
UID | The UID of the Volume Snapshot Content |
Cluster | The name of the cluster. |
Ref. Volume Snapshot Name | Name of the referent Volume Snapshot. |
Ref. Volume Snapshot Name Space | Namespace of the referent Volume Snapshot. |
Volume Snapshot Class Name | The VolumeSnapshotClass from which this snapshot was (or will be) created. Note that after provisioning, the VolumeSnapshotClass may be deleted or recreated with different set of values, and as such, should not be referenced post-snapshot creation. |
Driver | The name of the CSI driver used to create the physical snapshot on the underlying storage system. This MUST be the same as the name returned by the CSI GetPluginName() call for that driver. Required. |
Volume Snapshot Content Source |
VolumeSnapshotContentSource represents the CSI source of a snapshot. Exactly one of its members must be set. Volume Handle: Specifies the CSI volume_id of the volume from which a snapshot should be dynamically taken from. This field is immutable. Snapshot Handle: Specifies the CSI snapshot_id of a pre-existing snapshot on the underlying storage system for which a Kubernetes object representation was (or should be) created. This field is immutable. |
Restore Size (GiB) | Represents the complete size of the snapshot in GiB. |
Ready to use? | Indicates if a snapshot is ready to be used to restore a volume. |
Deletion Policy |
Determines whether this VolumeSnapshotContent and its physical snapshot on the underlying storage system should be deleted when its bound VolumeSnapshot is deleted. Supported values are Retain and Delete. Retain means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are kept. Delete means that the VolumeSnapshotContent and its physical snapshot on underlying storage system are deleted. |
Deletion Grace Period (Sec) | Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. |
Snapshot Handle | The CSI snapshot_id of a snapshot on the underlying storage system. If not specified, it indicates that dynamic snapshot creation has either failed or it is still in progress. |
Creation Times | The timestamp when the point-in-time snapshot is taken by the underlying storage system. |
Replica Set
Ensures that a specified number of pod replicas are running at any given time.
Replica Set Name | The Replica Set name. |
UID | The Replica Set unique identifier. |
Cluster | The name of the cluster. |
Name Space | Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. |
Restart Policy |
Restart policy for all containers within the pod: Always (default), OnFailure, Never. |
No. of Replicas | Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. The default setting is 1. |
Available Replicas |
The number of available replicas (ready for at least minReadySeconds) for this replica set. |
Ready Replicas | The number of pods targeted by this Replica Set with a Ready Condition. |
Fully Labeled Replicas
|
The number of pods that have labels matching the labels of the pod template of the replicaset. |
Scheduler Name |
If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. |
Termination Grace Period (sec) |
Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. |
DNS Policy |
The set DNS policy for the pod. |
Host Name |
Specifies the hostname of the pod if not specified, the pod's hostname will be set to a system-defined value. |
Stateful Set
A set of pods with consistent identities. It guarantees that a given network identity will always map to the same storage identity.
StatefulSet Name | The Statefulset name. |
UID | The Statefulset unique identifier. |
Cluster | The name of the cluster. |
Name Space | Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. |
Pod Management Policy | Pod Management Policy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is OrderedReady, where pods are created in increasing order (pod-0, then pod-1) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is Parallel which creates pods in parallel to match the desired scale without waiting, and on scale down deletes all pods at once. |
No. of Replicas | The desired number of replicas of the given template. These are replicas of the same template, but individual replicas that also have a consistent identity. If unspecified, the default is 1. |
Available Replicas | Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. |
Ready Replicas | The number of pods created for this StatefulSet with a Ready Condition. |
Updated Replicas |
The number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision. |
Collision Count | The count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. |
Current Revision | Current Revision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). |
Updated Revision | Update Revision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) |
Update Strategy | Update Strategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template. |
Scheduler Name |
If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. |
Termination Grace Period (sec) |
Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. |
DNS Policy |
The set DNS policy for the pod. |
Host Name |
Specifies the hostname of the pod If not specified, the pod's hostname will be set to a system-defined value. |
Node Volume Attachments
Volume Attachment Name | The name of the volume attachment between a node and a volume. |
UID | The unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. |
Node Name | The node that the volume should be attached to. |
Cluster | The name of the cluster. |
Attached? |
This shows the volume attachment status whether it is attached or not. The values are True and False. |
Attacher | Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). |
Source |
Source represents the volume that should be attached. VolumeAttachmentSource represents a volume that should be attached. Right now only Persistent Volumes can be attached via external attacher. |
Creation Time Stamp | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Deletion Time Stamp | The date and time when resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. |
Deletion Grace Period | Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletion time stamp is also set. May only be shortened. Read-only. |
Device WWN | The Device WWN, only available if the volume is attached. |
FCWWPN 0 |
FCWWPN0 value is only available if the volume is attached. A World Wide Name (WWN) is a unique identifier that is hard-coded into each Fibre Channel (FC) device by the device's manufacturer. |
FCWWPN 1 |
FCWWPN1 value is only available if the volume is attached. A World Wide Name (WWN) is a unique identifier that is hard-coded into each Fibre Channel (FC) device by the device's manufacturer. |
LUN Address | The LUN address, only available if the volume is attached. |
Portal 0 | Portal 0 IP address, only available if the volume is attached. |
Portal 1 | Portal 1 IP address, only available if the volume is attached. |
Target 0 | Target array unique identifier, only available if the volume is attached. |
Target 1 | Target array unique identifier, only available if the volume is attached. |
Volumes
Volume Name | Volume Name |
Pod Name | The pod name that the volume is assigned to. |
Node Name | The name of the node the pod is running on. |
Cluster | The name of the cluster. |
Volume Type |
The volume type: awsElasticBlockStore azureDisk azureFile cephfs cinder configMap csi downwardAPI emptyDir ephemeral fc flexVolume flocker gcePersistentDisk gitRepo glusterfs hostPath iscsi nfs persistentVolumeClaim photonPersistentDisk portworxVolume projected quobyte rbd scaleIO secret vsphereVolume |
Total Capacity (GiB) | The total capacity of the volume in GiB. |
Available Capacity (GiB) | The available capacity of the volume in GiB. |
Used Capacity (GiB) | The used capacity of the volume in GiB. |
Persistent Volume Claims
Persistent Volume Claim Name | Persistent Volume Claim name. |
UID |
The Persistent Volume Claim Unique Identifier. |
Cluster | The name of the cluster. |
Pod Name | The name of the pod bound to the persistent volume claim. |
Node Name | The name of the node the pod is running on. |
Name Space |
Namespace defines the space within which each name must be unique. |
Access Mode | Access Modes contains the actual access modes the volume backing the PVC has. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 |
Phase |
Phase represents the current phase of PersistentVolumeClaim. |
Capacity (GiB) |
Capacity represents the actual resources of the underlying volume. |
Volume Mode | Volume Mode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. |
Volume Name | Volume Name is the binding reference to the Persistent Volume backing this claim. |
Storage Class Name | Storage Class Name is the name of the Storage Class required by the claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 |
Persistent Volumes
Amazon AWS EBS
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Partition | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, specify the partition as 1. |
Read Only? | ReadOnly value true will force the readOnly setting in VolumeMounts. |
Volume ID | The unique ID of the persistent disk resource in AWS (Amazon EBS volume). |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Azure Disk
An Azure Data Disk mount on the host and bind mount to the pod.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Caching Mode | The Host Caching mode: None, Read Only, Read Write. |
Read Only? | Read Only Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. |
Disk Name | The Name of the data disk in the blob storage. |
Disk URI | Disk URI is the URI of data disk in the blob storage. |
Kind | Values are Shared (multiple blob disks per storage account), Dedicated ( single blob disk per storage account), and Managed (Azure managed data disk (only in managed availability set)). |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Azure File
An Azure File mount on the host and bind mount to the pod.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Share Name | The Azure share name. |
Read Only? | Read Only Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
CephFS
CephFS represents a Ceph FS mount on the host that shares a pod's lifetime.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Path | The CephFS volume path. |
Read Only? | Read Only Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Cinder
A cinder volume attached and mounted on kubelets host machine.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Read Only? | ReadOnly value true will force the readOnly setting in VolumeMounts. |
Volume ID | Volume ID used to identify the volume in Cinder. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
CIS
Storage handled by an external CSI driver.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
CSI Driver | The name of the driver to use for this volume. |
Filesystem Type | fsType to mount. Must be a filesystem type supported by the host operating system. |
Protocol | The protocol used for storage networking. |
Array ID | The storage array ID. |
Volume Group | The volume group name (if one exists). |
Volume Handle | The unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Fibre Channel
A Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Read Only? | ReadOnly value true will force the readOnly setting in VolumeMounts. |
LUN | FC target LUN number. |
Target WWNs | FC target World Wide Names. |
WWIDs | FC volume World Wide Identifiers. Either WWIDs or a combination of target WWNs and LUN must be set, but not both simultaneously. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Flex Volume
A generic volume resource that is provisioned/attached using an exec based plugin.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Driver |
The name of the driver to use for this volume. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Read Only? | ReadOnly value true will force the readOnly setting in VolumeMounts. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Flocker
A Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Dataset Name | The name of the dataset stored as metadata. |
Dataset UUID | This is unique identifier of a Flocker dataset. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
GCE Disk
A Google Compute Engine Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Partition | The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, specify the partition as 1. |
Persistent Disk Name | The unique name of the Persistent Disk resource in GCE. Used to identify the disk in GCE. |
Read Only? | ReadOnly value true will force the readOnly setting in VolumeMounts. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
GlusterFS Volume
A GlusterFS mount that lasts the lifetime of a pod. GlusterFS volumes do not support ownership management or SELinux relabeling.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Path | The GlusterFS volume path. |
Read Only? | Read Only Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
iSCSI Disk
An ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type |
The filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Initiator Name |
The custom iSCSI Initiator Name. If initiator Name is specified with iSCSI Interface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection. |
IQN |
The target iSCSI Qualified Name. |
iSCSI Interface |
The interface Name that uses an iSCSI transport. Defaults to Default (TCP). |
LUN | The iSCSI target LUN number. |
Read Only? | Read Only Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Local
Direct attached storage with node affinity.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type |
The filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Path | The full path to the volume on the node. It can be either a directory or block device (disk, partition). |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
NFS
An NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Server | The hostname or IP address of the NFS server. |
Read Only? | ReadOnly value true will force the readOnly setting in VolumeMounts. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Photon Persistent Disk
A Photon controller persistent disk resource.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Persistent Disk ID | The ID that identifies the Photon controller persistent disk. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Portworx Volume
A Portworx volume resource.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Volume ID | Uniquely identifies a Portworx volume. |
Read Only? | Read Only here will force the NFS export to be mounted with read-only permissions. Defaults to false. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Quobyte Volume
A Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Group | Group to map volume access to. Default is no group. |
Volume ID | Uniquely identifies a Quobyte volume. |
Tenant |
The tenant that owns the Quobyte volume in the backend. Used with dynamically provisioned Quobyte volumes. The value is set by the plugin. |
Volume | Volume is a string that references an already created Quobyte volume by name. |
Read Only? | Read Only here will force the NFS export to be mounted with read-only permissions. Defaults to false. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Rados Block Device (RBD) Volume
A Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Image | The Rados image name. |
Pool | The Rados pool name. |
Read Only | Read Only here will force the NFS export to be mounted with read-only permissions. Defaults to false. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
ScaleIO Volume
A persistent ScaleIO volume.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Gateway | The host address of the ScaleIO API Gateway. |
Protection Domain | The name of the ScaleIO Protection Domain for the configured storage. |
Storage Mode | Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. |
Storage Pool | The ScaleIO Storage Pool associated with the protection domain. |
System | The name of the storage system as configured in ScaleIO. |
Volume Name | The name of a volume already created in the ScaleIO system that is associated with this volume source. |
Read Only | Read Only here will force the NFS export to be mounted with read-only permissions. Defaults to false. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
Storage OS Volume
A StorageOS persistent volume resource.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Volume Name | The name of the StorageOS volume. |
Volume Namespace | Specifies the scope of the volume within StorageOS. If no namespace is specified then the pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behavior. Set to default if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. |
Read Only | Read Only here will force the NFS export to be mounted with read-only permissions. Defaults to false. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |
VMware vSphere Volume
A VMware vSphere volume resource.
Persistent Volume Name | Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for configuration definition. Cannot be updated. See: http://kubernetes.io/docs/user-guide/identifiers#names |
UID | A unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. |
Cluster | The name of the cluster. |
Access Mode | Access Modes contains all ways the volume can be mounted. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes |
Volume Mode | Volume Mode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. |
Phase | Phase indicates if a volume is available, bound to a claim, or released by a claim. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase |
Capacity (GiB) | The description of the persistent volume's resources and capacity. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity |
Storage Class Name | The name of StorageClass to which the persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. |
Reclaim Policy | Persistent Volume Reclaim Policy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created Persistent Volumes), Delete (default for dynamically provisioned Persistent Volumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying the persistent volume. See: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming |
PVC | Name of the Persistent Volume Claim. |
PVC Name Space | Namespace defines the space within which each name must be unique. Must be a DNS_LABEL. Cannot be updated. See: http://kubernetes.io/docs/user-guide/namespaces |
PVC UID |
UID of the Persistent Volume Claim. See: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
Volume Source |
The source of the volume: awsElasticBlockStore: Represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. azureDisk: Represents an Azure Data Disk mount on the host and bind mount to the pod. azureFile: Represents an Azure File Service mount on the host and bind mount to the pod. cephfs: Represents a Ceph FS mount on the host that shares a pod's lifetime cinder: Represents a cinder volume attached and mounted on kubelets host machine. csi: Represents storage that is handled by an external CSI driver. fc: Represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. flexVolume: Represents a generic volume resource that is provisioned/attached using an exec based plugin. flocker: Represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running gcePersistentDisk: Represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. glusterfs: Represents a Glusterfs volume that is attached to a host and exposed to the pod. iscsi: Represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. local: Represents directly-attached storage with node affinity nfs: Represents an NFS mount on the host. Provisioned by an admin. photonPersistentDisk: Represents a PhotonController persistent disk attached and mounted on kubelets host machine portworxVolume: Represents a Portworx volume attached and mounted on kubelets host machine quobyte: Represents a Quobyte mount on the host that shares a pod's lifetime rbd: Represents a Rados Block Device mount on the host that shares a pod's lifetime. scaleIO: Represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. storageos: Represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. vsphereVolume: Represents a vSphere volume attached and mounted on kubelets host machine. |
Filesystem Type | The filesystem type of the volume that you want to mount. Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". |
Volume Path | The path that identifies VMware vSphere volume VMDK. |
Creation Time | A timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. |