Add note on Volume Claim Template in workloads

This commit is contained in:
Sebastiaan van Steenis
2019-03-25 17:12:43 -07:00
committed by Denise
parent 600130cdd5
commit 7a6af682a8
@@ -33,6 +33,8 @@ Deploy a workload to run an application in one or more containers.
Use this section to add storage for your workload. You can manually specify the volume that you want to add, use a persistent volume claim to dynamically create a volume for the workload, or read data for a volume to use from a file such as a [ConfigMap]({{< baseurl >}}/rancher/v2.x/en/k8s-in-rancher/configmaps/).
When you are deploying a Stateful Set, you should use a Volume Claim Template when using Persistent Volumes. This will ensure that Persistent Volumes are created dynamically when you scale your Stateful Set. This option is available in the UI as of Rancher v2.2.0.
- **Scaling/Upgrade Policy**
>**Amazon Note for Volumes:**