Change date to 05-18 and update file name
parent
1999f87c88
commit
5ff754a820
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: blog
|
layout: blog
|
||||||
title: 'Prevent unauthorised volume mode conversion'
|
title: 'Prevent unauthorised volume mode conversion'
|
||||||
date: 2022-04-12
|
date: 2022-05-18
|
||||||
slug: prevent-unauthorised-volume-mode-conversion-alpha
|
slug: prevent-unauthorised-volume-mode-conversion-alpha
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -53,8 +53,8 @@ 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`.
|
||||||
|
|
||||||
```yaml
|
```
|
||||||
$ kubectl get volumesnapshot -n <namespace>
|
kubectl get volumesnapshot -n <namespace>
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Add the annotation [`snapshot.storage.kubernetes.io/allowVolumeModeChange`](/content/en/docs/reference/labels-annotations-taints/)
|
3. Add the annotation [`snapshot.storage.kubernetes.io/allowVolumeModeChange`](/content/en/docs/reference/labels-annotations-taints/)
|
Loading…
Reference in New Issue