Oc: Difference between revisions
Jump to navigation
Jump to search
(→export) |
|||
Line 34: | Line 34: | ||
oc export all --as-template=<template_name> | oc export all --as-template=<template_name> | ||
</pre> | </pre> | ||
=new-app= | |||
{{Internal|oc new-app|oc new-app}} |
Revision as of 20:11, 30 April 2017
Internal
Overview
get
pods
oc get pods --all-namespaces
quota
oc get quota -n myproject
describe
quota
oc describe quota core-object-counts -n demo project
export
Export objects in project in template form:
oc export all --as-template=<template_name>