diff --git a/docs/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md b/docs/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
index 3c0803a9f53..cfc4346af10 100644
--- a/docs/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
+++ b/docs/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
@@ -64,6 +64,10 @@ In clusters that store data on GlusterFS volumes, you may experience an issue wh
In [Rancher Launched Kubernetes clusters](../../launch-kubernetes-with-rancher/launch-kubernetes-with-rancher.md) that store data on iSCSI volumes, you may experience an issue where kubelets fail to automatically connect with iSCSI volumes. For details on resolving this issue, refer to [this page.](manage-persistent-storage/install-iscsi-volumes.md)
+### hostPath Volumes
+
+Both K3s and RKE2 support mounting hostPath volumes using the [Rancher Local Path Provisioner](https://github.com/rancher/local-path-provisioner). For configuration information, depending on your distribution refer to [K3s - Volumes and Storage](https://docs.k3s.io/add-ons/storage#setting-up-the-local-storage-provider) or [RKE2 - Advanced Options and Configuration](https://docs.rke2.io/advanced#extra-control-plane-component-volume-mounts).
+
### Migrating VMware vSphere Cloud Provider from In-tree to Out-of-tree
Kubernetes is moving away from maintaining cloud providers in-tree. vSphere has an out-of-tree cloud provider that can be used by installing the vSphere cloud provider and cloud storage plugins.
diff --git a/docs/reference-guides/user-settings/manage-cloud-credentials.md b/docs/reference-guides/user-settings/manage-cloud-credentials.md
index 45b2e91975b..1dcef5e2778 100644
--- a/docs/reference-guides/user-settings/manage-cloud-credentials.md
+++ b/docs/reference-guides/user-settings/manage-cloud-credentials.md
@@ -6,11 +6,11 @@ title: Managing Cloud Credentials
-You can create cloud credentials in the **User Settings**.
+The creation or association of cloud credentials are part of the cluster creation process, the information below provides guidance on managing credentials in Rancher.
Cloud credentials are bound to their creator's user profile. They **cannot** be shared between non-admin users. However, admins can view and manage the cloud credentials of other users.
-## Creating a Cloud Credential from User Settings
+## Creating a Cloud Credential
1. Click **☰ > Cluster Management**.
1. Click **Cloud Credentials**.
diff --git a/versioned_docs/version-2.12/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md b/versioned_docs/version-2.12/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
index 3c0803a9f53..cfc4346af10 100644
--- a/versioned_docs/version-2.12/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
+++ b/versioned_docs/version-2.12/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
@@ -64,6 +64,10 @@ In clusters that store data on GlusterFS volumes, you may experience an issue wh
In [Rancher Launched Kubernetes clusters](../../launch-kubernetes-with-rancher/launch-kubernetes-with-rancher.md) that store data on iSCSI volumes, you may experience an issue where kubelets fail to automatically connect with iSCSI volumes. For details on resolving this issue, refer to [this page.](manage-persistent-storage/install-iscsi-volumes.md)
+### hostPath Volumes
+
+Both K3s and RKE2 support mounting hostPath volumes using the [Rancher Local Path Provisioner](https://github.com/rancher/local-path-provisioner). For configuration information, depending on your distribution refer to [K3s - Volumes and Storage](https://docs.k3s.io/add-ons/storage#setting-up-the-local-storage-provider) or [RKE2 - Advanced Options and Configuration](https://docs.rke2.io/advanced#extra-control-plane-component-volume-mounts).
+
### Migrating VMware vSphere Cloud Provider from In-tree to Out-of-tree
Kubernetes is moving away from maintaining cloud providers in-tree. vSphere has an out-of-tree cloud provider that can be used by installing the vSphere cloud provider and cloud storage plugins.
diff --git a/versioned_docs/version-2.12/reference-guides/user-settings/manage-cloud-credentials.md b/versioned_docs/version-2.12/reference-guides/user-settings/manage-cloud-credentials.md
index 45b2e91975b..1dcef5e2778 100644
--- a/versioned_docs/version-2.12/reference-guides/user-settings/manage-cloud-credentials.md
+++ b/versioned_docs/version-2.12/reference-guides/user-settings/manage-cloud-credentials.md
@@ -6,11 +6,11 @@ title: Managing Cloud Credentials
-You can create cloud credentials in the **User Settings**.
+The creation or association of cloud credentials are part of the cluster creation process, the information below provides guidance on managing credentials in Rancher.
Cloud credentials are bound to their creator's user profile. They **cannot** be shared between non-admin users. However, admins can view and manage the cloud credentials of other users.
-## Creating a Cloud Credential from User Settings
+## Creating a Cloud Credential
1. Click **☰ > Cluster Management**.
1. Click **Cloud Credentials**.
diff --git a/versioned_docs/version-2.13/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md b/versioned_docs/version-2.13/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
index 3c0803a9f53..cfc4346af10 100644
--- a/versioned_docs/version-2.13/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
+++ b/versioned_docs/version-2.13/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
@@ -64,6 +64,10 @@ In clusters that store data on GlusterFS volumes, you may experience an issue wh
In [Rancher Launched Kubernetes clusters](../../launch-kubernetes-with-rancher/launch-kubernetes-with-rancher.md) that store data on iSCSI volumes, you may experience an issue where kubelets fail to automatically connect with iSCSI volumes. For details on resolving this issue, refer to [this page.](manage-persistent-storage/install-iscsi-volumes.md)
+### hostPath Volumes
+
+Both K3s and RKE2 support mounting hostPath volumes using the [Rancher Local Path Provisioner](https://github.com/rancher/local-path-provisioner). For configuration information, depending on your distribution refer to [K3s - Volumes and Storage](https://docs.k3s.io/add-ons/storage#setting-up-the-local-storage-provider) or [RKE2 - Advanced Options and Configuration](https://docs.rke2.io/advanced#extra-control-plane-component-volume-mounts).
+
### Migrating VMware vSphere Cloud Provider from In-tree to Out-of-tree
Kubernetes is moving away from maintaining cloud providers in-tree. vSphere has an out-of-tree cloud provider that can be used by installing the vSphere cloud provider and cloud storage plugins.
diff --git a/versioned_docs/version-2.13/reference-guides/user-settings/manage-cloud-credentials.md b/versioned_docs/version-2.13/reference-guides/user-settings/manage-cloud-credentials.md
index 45b2e91975b..1dcef5e2778 100644
--- a/versioned_docs/version-2.13/reference-guides/user-settings/manage-cloud-credentials.md
+++ b/versioned_docs/version-2.13/reference-guides/user-settings/manage-cloud-credentials.md
@@ -6,11 +6,11 @@ title: Managing Cloud Credentials
-You can create cloud credentials in the **User Settings**.
+The creation or association of cloud credentials are part of the cluster creation process, the information below provides guidance on managing credentials in Rancher.
Cloud credentials are bound to their creator's user profile. They **cannot** be shared between non-admin users. However, admins can view and manage the cloud credentials of other users.
-## Creating a Cloud Credential from User Settings
+## Creating a Cloud Credential
1. Click **☰ > Cluster Management**.
1. Click **Cloud Credentials**.
diff --git a/versioned_docs/version-2.14/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md b/versioned_docs/version-2.14/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
index 3c0803a9f53..cfc4346af10 100644
--- a/versioned_docs/version-2.14/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
+++ b/versioned_docs/version-2.14/how-to-guides/new-user-guides/manage-clusters/create-kubernetes-persistent-storage/create-kubernetes-persistent-storage.md
@@ -64,6 +64,10 @@ In clusters that store data on GlusterFS volumes, you may experience an issue wh
In [Rancher Launched Kubernetes clusters](../../launch-kubernetes-with-rancher/launch-kubernetes-with-rancher.md) that store data on iSCSI volumes, you may experience an issue where kubelets fail to automatically connect with iSCSI volumes. For details on resolving this issue, refer to [this page.](manage-persistent-storage/install-iscsi-volumes.md)
+### hostPath Volumes
+
+Both K3s and RKE2 support mounting hostPath volumes using the [Rancher Local Path Provisioner](https://github.com/rancher/local-path-provisioner). For configuration information, depending on your distribution refer to [K3s - Volumes and Storage](https://docs.k3s.io/add-ons/storage#setting-up-the-local-storage-provider) or [RKE2 - Advanced Options and Configuration](https://docs.rke2.io/advanced#extra-control-plane-component-volume-mounts).
+
### Migrating VMware vSphere Cloud Provider from In-tree to Out-of-tree
Kubernetes is moving away from maintaining cloud providers in-tree. vSphere has an out-of-tree cloud provider that can be used by installing the vSphere cloud provider and cloud storage plugins.
diff --git a/versioned_docs/version-2.14/reference-guides/user-settings/manage-cloud-credentials.md b/versioned_docs/version-2.14/reference-guides/user-settings/manage-cloud-credentials.md
index 45b2e91975b..1dcef5e2778 100644
--- a/versioned_docs/version-2.14/reference-guides/user-settings/manage-cloud-credentials.md
+++ b/versioned_docs/version-2.14/reference-guides/user-settings/manage-cloud-credentials.md
@@ -6,11 +6,11 @@ title: Managing Cloud Credentials
-You can create cloud credentials in the **User Settings**.
+The creation or association of cloud credentials are part of the cluster creation process, the information below provides guidance on managing credentials in Rancher.
Cloud credentials are bound to their creator's user profile. They **cannot** be shared between non-admin users. However, admins can view and manage the cloud credentials of other users.
-## Creating a Cloud Credential from User Settings
+## Creating a Cloud Credential
1. Click **☰ > Cluster Management**.
1. Click **Cloud Credentials**.