Merge pull request #33760 from RaunakShah/blog_followup

Updates to blog article for unauthorised volume mode conversion
This commit is contained in:
Kubernetes Prow Robot
2022-05-17 01:33:36 -07:00
committed by GitHub
@@ -53,7 +53,7 @@ To convert the volume mode, an authorised user must do the following:
created PVC in the given namespace. created PVC in the given namespace.
2. Identify the `VolumeSnapshotContent` bound to the above `VolumeSnapshot`. 2. Identify the `VolumeSnapshotContent` bound to the above `VolumeSnapshot`.
``` ```shell
kubectl get volumesnapshot -n <namespace> kubectl get volumesnapshot -n <namespace>
``` ```
@@ -112,5 +112,6 @@ what you think!
We hope this feature causes no disruption to existing workflows while preventing We hope this feature causes no disruption to existing workflows while preventing
malicious users from exploiting security vulnerabilities in their clusters. malicious users from exploiting security vulnerabilities in their clusters.
For any issues, create a thread in the #sig-storage slack channel or an issue For any queries or issues, join [Kubernetes on Slack](https://slack.k8s.io/) and
in the CSI external-snapshotter [repository](https://github.com/kubernetes-csi/external-snapshotter). create a thread in the #sig-storage channel. Alternately, create an issue in the
CSI external-snapshotter [repository](https://github.com/kubernetes-csi/external-snapshotter).