Oc: Difference between revisions
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
=Commands= | |||
* <span id="rsync"></span>[[oc rsync]] | |||
* <span id="oc_rsync"></span>[[oc rsync]] | * <span id="oc_rsync"></span>[[oc rsync]] |
Revision as of 00:49, 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