Skip to content

Commit

Permalink
Update pvc-finalizer-downgrade-issue.md
Browse files Browse the repository at this point in the history
Copyedits only to bump build again
  • Loading branch information
Bradamant3 authored Mar 21, 2018
1 parent 47f3147 commit df9d49f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/pvc-finalizer-downgrade-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Downgrading issue from Kubernetes 1.10 to 1.9 due to StorageObjectInUsePr

## Storage Object in Use Protection in Kubernetes 1.10

When enabled, [Storage Object in Use Protection](/docs/admin/admission-controllers.md#storage-object-in-use-protection-beta) prevents PV/PVC from being removed when the finalizers are still present.
When enabled, [Storage Object in Use Protection](/docs/admin/admission-controllers.md#storage-object-in-use-protection-beta) prevents PersistentVolume and PersistentVolumeClaim objects from being removed if the finalizers are still present.

## Downgrading issue

Expand All @@ -17,7 +17,7 @@ In Kubernetes 1.9, `PVCProtection` feature is turned off by default. After downg

Currently the pv-protection and pvc-protection finalizers must be removed manually after you downgrade so that PVs and PVCs can be removed.

If `PVCProtection` feature is turned off in Kubernetes 1.9, here is what do do:
If the `PVCProtection` feature is turned off in Kubernetes 1.9, here is what do do:

Patch PV/PVC (e.g. `pv1` and `pvc1`) using the following command:

Expand All @@ -37,4 +37,4 @@ Patch PV/PVC (e.g. `pv1` and `pvc1`) using the following command:

The result should be empty.

- Then the PV and PVC can be removed.
- Then the PV and PVC can be removed.

0 comments on commit df9d49f

Please sign in to comment.