Document URL: https://docs.openshift.org/latest/admin_guide/backup_restore.html#cluster-backup Section Number and Name: https://docs.openshift.org/latest/admin_guide/backup_restore.html#cluster-backup https://docs.openshift.org/latest/admin_guide/backup_restore.html#cluster-restore Describe the issue: https://docs.openshift.org/latest/admin_guide/backup_restore.html#cluster-backup includes instructions for API object backup both via etcd backup and with `oc export`. I haven't run through all this but I think `oc export` and `oc create` are just going to give the user a big fat list of errors and not accomplish anything, because the etcd backup/restore has already covered everything in the API and `oc export all` only does a small subset of API objects anyway. Suggestions for improvement: In short, I think backup step 4 and restore step 5 are completely unnecessary here and can be removed.
Work in progress: https://github.com/openshift/openshift-docs/pull/3310
I agree with Luke Meyer. Move to verified.
Commits pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/fa486bc507966bf2f8e5c06ebd1f9ea5952dc85e Bug 1389517, removed unnecessary steps from cluster backup and restore procedures https://github.com/openshift/openshift-docs/commit/2152a80c3f5c654c3d4f1ad225e5c9eb69afa2d1 Merge pull request #3310 from ahardin-rh/backup-restore-updates Bug 1389517, removed unnecessary steps from cluster backup/restore procedures
Content is published: https://access.redhat.com/documentation/en/openshift-container-platform/3.4/paged/cluster-administration/chapter-30-backup-and-restore https://access.redhat.com/documentation/en/openshift-container-platform/3.4/single/developer-guide/#export-as-template