From 47b201deedac907a0ee657c9c6bbd6127e733f1c Mon Sep 17 00:00:00 2001 From: Raunak Pradip Shah Date: Mon, 18 Apr 2022 15:04:01 +0530 Subject: [PATCH] fix links --- ...-prevent-unauthorised-volume-mode-conversion.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/content/en/blog/_posts/2022-04-12-prevent-unauthorised-volume-mode-conversion.md b/content/en/blog/_posts/2022-04-12-prevent-unauthorised-volume-mode-conversion.md index feb9d33708..485566a5a8 100644 --- a/content/en/blog/_posts/2022-04-12-prevent-unauthorised-volume-mode-conversion.md +++ b/content/en/blog/_posts/2022-04-12-prevent-unauthorised-volume-mode-conversion.md @@ -9,7 +9,7 @@ slug: prevent-unauthorised-volume-mode-conversion-alpha Kubernetes v1.24 introduces a new alpha-level feature that prevents unauthorised users from modifying the volume mode of a [`PersistentVolumeClaim`](/docs/concepts/storage/persistent-volumes/) created from an -existing [`VolumeSnapshot`](/docs/concepts/storage/volumesnapshots/) in the Kubernetes cluster. +existing [`VolumeSnapshot`](/docs/concepts/storage/volume-snapshots/) in the Kubernetes cluster. @@ -57,7 +57,7 @@ created PVC in the given namespace. $ kubectl get volumesnapshot -n ``` -3. Add the annotation [`snapshot.storage.kubernetes.io/allowVolumeModeChange`](/content/en/docs/reference/labels-annotations-taints/_index.md) +3. Add the annotation [`snapshot.storage.kubernetes.io/allowVolumeModeChange`](/content/en/docs/reference/labels-annotations-taints/) to the `VolumeSnapshotContent`. 4. This annotation can be added either via software or manually by the authorised @@ -106,8 +106,12 @@ to any `VolumeSnapshotContent`. ### What's next -[Enable this feature](https://kubernetes-csi.github.io/docs/) and let us know what you think! +[Enable this feature](https://kubernetes-csi.github.io/docs/) and let us know +what you think! -We hope this feature causes no disruption to existing workflows while preventing malicious users from exploiting security vulnerabilities in their clusters. +We hope this feature causes no disruption to existing workflows while preventing +malicious users from exploiting security vulnerabilities in their clusters. -For any issues, create a thread in the #sig-storage slack channel or an issue in the CSI external-snapshotter sidecar [repository](https://github.com/kubernetes-csi/external-snapshotter) and assign it to [@RaunakShah](https://github.com/RaunakShah). \ No newline at end of file +For any issues, create a thread in the #sig-storage slack channel or an issue +in the CSI external-snapshotter sidecar [repository](https://github.com/kubernetes-csi/external-snapshotter) +and assign it to [@RaunakShah](https://github.com/RaunakShah). \ No newline at end of file