Skip to content

Commit 30cc611

Browse files
Fix broken links in README.md (#1021)
* Fix broken links in README.md * Update en/troubleshooting/managed-kubernetes/known-issues/multi-attach-error-for-volume.md * Update en/troubleshooting/managed-kubernetes/known-issues/multi-attach-error-for-volume.md --------- Co-authored-by: Alla Redko <[email protected]>
1 parent 908f710 commit 30cc611

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

en/troubleshooting/managed-kubernetes/known-issues/multi-attach-error-for-volume.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ Such errors can also occur if the pods that should use the `volume` are located
1616

1717
If you need to use `ReadWriteMany`, we recommend using CSI for our object storage because the volumes based on it support this access mode:
1818

19-
Automatic installation via the marketplace or `Helm` chart is described [here](../../../docs/managed-kubernetes/operations/volumes/s3-csi-integration), and manual integration is described [here](../../../managed-kubernetes/operations/volumes/s3-csi-integration).
19+
Automatic installation via the marketplace or `Helm` chart is described [here](../../../managed-kubernetes/operations/volumes/s3-csi-integration.md), and manual integration is described [here](../../../managed-kubernetes/operations/volumes/s3-csi-integration.md?tabs=instructions_manual).
20+
21+
2022

2123

2224
## If the issue persists {#if-issue-still-persists}
2325

2426
If the actions described above did not help solve the issue, you can try to organize storage on your own. Some of the possible solutions also support multiple access (for example, nfs or CEPH). You can read more about this in the [k8s official documentation](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes).
2527

28+

0 commit comments

Comments
 (0)