volumeClaimTemplatesprovides storage using a PersistentVolumeClaim calledwww. This requests a storage volume that enablesReadWriteOnceaccess and has 1GB of storage. A mount path is specified bytemplate.spec.volumeMountsand is calledwww. This path indicates that storage volumes should be mounted in the...
Specifies whether to enable the persistent volume claim (PVC) controller. Default value: false. enablePrivateZone Specifies whether to enable the service discovery feature of PrivateZone. Default value: false. featureGates Specifies whether to enable feature gates. For more information, see Overvie...
Change in backup PersistentVolumeClaim (PVC) name The backup PersistentVolumeClaim (PVC) name is changed from store-pvc to store-db-backup-pvc. For more information, see Backing up and restoring data in the watsonx Assistant documentation. Change in the default size of PersistentVolumeClaim (PVC...
{'persistentVolumeClaim': {'storageClass': 'local-path'}}}, 'cluster': {'enabled': False}, 'etcd': {'replicaCount': 1, 'global': {'storageClass': 'local-path'}, 'metrics': {'enabled': True, 'podMonitor': {'enabled': True}}}, 'minio': {'mode': 'standalone', 'persistence'...
Specifies whether to enable the persistent volume claim (PVC) controller. Default value: false. enablePrivateZone Specifies whether to enable the service discovery feature of PrivateZone. Default value: false. featureGates Specifies whether to enable feature gates. For more information, see Overvie...
Each pod created by the StatefulSet has an ordinal value (0 through # replicas - 1) and a stable network ID (which is statefulsetname-ordinal) assigned to it. You can also create aVolumeClaimTemplatein the manifest file that will create apersistent volumefor each pod. When pods are deploye...
Mounts: /admin from admin (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-c7f86 (ro) Conditions: Type Status Initialized True Ready True ContainersReady True PodScheduled True Volumes: admin: Type: Secret (a volum...
Fixed a deadlock in logging. Samples Updated C# samples to use .NET 8.0. Java sample use Diagnostics logging API showing usage of the new Diagnostics Logging classes. 2024-November release Azure AI Speech Toolkit extension for Visual Studio Code Azure AI Speech Toolkit extension is now available...
Azure Container Storage enabled by Azure Arc is a first-party storage system designed for Arc-connected Kubernetes clusters. Azure Container Storage enabled by Azure Arc can be deployed to write files to a "ReadWriteMany" persistent volume claim (PVC) where they are then transferred to Azure ...
In our statefulset.yaml example, we create a Persistent Volume Claim to provision a Persistent Volume. The Persistent Volume is mounted at /var/lib/rabbitmq/mnesia. This path is used for a RABBITMQ_MNESIA_BASE location: the base directory for all persistent data of a node. A description of...