Oc export: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=


Export objects into configuration files that can be used for backups or to create similar objects elsewhere in the cluster. Fields that cannot be specified on create, or which will be signed upon creation, will be emptied. The status part of objects is also cleared.  
Export objects into configuration files that can be used for backups or to create similar objects elsewhere in the cluster. The default format is YAML. Fields that cannot be specified on create, or which will be signed upon creation, will be emptied. The status part of objects is also cleared.  


Options:
Options:

Revision as of 00:17, 31 July 2017

Internal

Overview

Export objects into configuration files that can be used for backups or to create similar objects elsewhere in the cluster. The default format is YAML. Fields that cannot be specified on create, or which will be signed upon creation, will be emptied. The status part of objects is also cleared.

Options:

  • The --exact flag configure export not to clear fields.
  • The --raw flag ?
  • The --as-template flag generates an API structure for a template to which parameters and object labels can be added.
  • "-o json" exports to JSON


oc export all --as-template=<template_name>