Oc: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 37: Line 37:
=new-app=
=new-app=


{{Internal|oc new-app|oc new-app}}
 




Line 44: Line 44:
* <span id="rsync"></span>[[oc rsync]]
* <span id="rsync"></span>[[oc rsync]]
* <span id="tag"></span>[[oc tag]]
* <span id="tag"></span>[[oc tag]]
* <span id="new-app"></span>[[oc new-app]]

Revision as of 00:53, 2 May 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>

new-app

Commands