openshift / openshift-ansible-contrib

Additional roles and playbooks for OpenShift installation and management
https://www.openshift.com
Apache License 2.0
283 stars 372 forks source link

project_export.sh fails in Openshift v3.10 #1072

Closed dzerhusen closed 6 years ago

dzerhusen commented 6 years ago

Hey,

the backup script porject_export.sh fails in Openshift v3.10 with following error: error: the server doesn't have a resource type "podpreset"

In previous versions like v3.7 it doesnt throw in error just: No resources found.

Greetings, Daniel

gerald1248 commented 6 years ago

Try the PR refactor_export. It supports unrecognised resource types and non-admin users by exporting only what's reachable.

e-minguez commented 6 years ago

Closed per #1068 (I've also added a raw object export in #1073 )