|
1 | 1 | :_mod-docs-content-type: ASSEMBLY |
2 | 2 | [id="microshift-deleting-resource-manifests"] |
3 | | -= Deleting resource manifests |
| 3 | += Deleting or updating Kustomize manifest resources |
4 | 4 | include::_attributes/attributes-microshift.adoc[] |
5 | 5 | :context: microshift-deleting-resource-manifests |
6 | 6 |
|
7 | 7 | toc::[] |
8 | 8 |
|
9 | | -{microshift-short} supports the deletion of resource manifests in the following situations: |
| 9 | +{microshift-short} supports the deletion of manifest resources in the following situations: |
10 | 10 |
|
11 | 11 | * Manifest removal: Manifests can be removed when you need to completely remove a resource from the cluster. |
12 | 12 | * Manifest upgrade: During an application upgrade, some resources might need to be removed while others are retained to preserve data. |
13 | 13 |
|
14 | | -When creating new manifests, you can use resource manifest deletion to remove or update old objects, ensuring there are no conflicts or issues. |
| 14 | +When creating new manifests, you can use manifest resource deletion to remove or update old objects, ensuring there are no conflicts or issues. |
15 | 15 |
|
16 | 16 | [IMPORTANT] |
17 | 17 | ==== |
18 | | -Manifest files placed in the `delete` subdirectories are not automatically removed and require manual deletion. |
| 18 | +Manifest files placed in the `delete` subdirectories are not automatically removed and require manual deletion. Only the resources listed in the manifest files placed in the delete subdirectories are deleted. |
19 | 19 | ==== |
20 | 20 |
|
21 | 21 | include::modules/microshift-manifests-deletion-overview.adoc[leveloffset=+1] |
22 | 22 |
|
23 | 23 | [id="microshift-examples-of-usecase_{context}"] |
24 | | -== Use cases for resource manifest deletion |
| 24 | +== Use cases for manifest resource deletion |
25 | 25 |
|
26 | | -The following explains the use case in which the resource manifest deletion is used. |
| 26 | +The following sections explain the use case in which the manifest resource deletion is used. |
27 | 27 |
|
28 | 28 | include::modules/microshift-manifests-removal-scenario-rpm.adoc[leveloffset=+2] |
29 | 29 |
|
30 | 30 | include::modules/microshift-manifests-removal-scenario-ostree.adoc[leveloffset=+2] |
31 | 31 |
|
32 | 32 | include::modules/microshift-manifests-upgrade-scenario-rpm.adoc[leveloffset=+2] |
33 | 33 |
|
34 | | -include::modules/microshift-manifests-upgrade-scenario-ostree.adoc[leveloffset=+2] |
| 34 | +include::modules/microshift-manifests-upgrade-scenario-ostree.adoc[leveloffset=+2] |
| 35 | + |
| 36 | +[role="_additional-resources"] |
| 37 | +== Additional resources |
| 38 | +* xref:../microshift_running_apps/microshift-applications.adoc#applications-with-microshift[Using Kustomize manifests to deploy applications] |
0 commit comments