mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
16 lines
1.0 KiB
Plaintext
16 lines
1.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift/running_applications/microshift-deleting-resource-manifests.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="microshift-manifests-upgrade-scenario-rpm_{context}"]
|
|
= Upgrading manifests for RPM systems
|
|
|
|
Use the following procedure to remove some resources while retaining others to preserve data.
|
|
|
|
.Procedure
|
|
|
|
. Identify the manifest that requires updating.
|
|
. Create new manifests to be applied in the manifest directories.
|
|
. Create new manifests for resource deletion. It is not necessary to include the `spec` in these manifests. See link:https://docs.redhat.com/en/documentation/red_hat_build_of_microshift/{ocp-version}/html/running_applications/applications-with-microshift#microshift-applying-manifests-example_applications-microshift[Using manifests example] to create new manifests using the example.
|
|
. Use the procedure in "Removing manifests for RPM systems" to create `delete` subdirectories and place the manifests created for resource deletion in this path. |