Enabling Support for Persistent Storage
This section describes how to enable persistent volume claim to configure persistent storage.
-
To enable persistent volume claim, use the following configuration:
config k8s use-volume-claims [ true | false ] end
NOTES:
-
config —Enters the configuration terminal.
-
k8s —Enters the Kubernetes configuration mode.
-
use-volume-claims [ true | false ] —Configures using the volume claims during the NF deployment. When set to true, the default storage class such as OpenStack Cinder is enabled. If the use-volume-claims is set to false, then the data gets stored in the memory that is susceptible to lose on a pod restart.
-