The backup/restore page mentions using etcdctl backup and oc export all. I'm probably missing something but aren't all Openshift origin API objects stored in etcd alongside K8 objects? The etcd cluster's /v2/keys API call returns "key":"kubernetes.io" and "key":"openshift.io" so I assumed they were all there, meaning there's no need to run oc export all?
The backup/restore page mentions using
etcdctl backupandoc export all. I'm probably missing something but aren't all Openshift origin API objects stored in etcd alongside K8 objects? The etcd cluster's/v2/keysAPI call returns"key":"kubernetes.io" and "key":"openshift.io"so I assumed they were all there, meaning there's no need to runoc export all?