Oc edit: Difference between revisions

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


In-line metadata editing with vi. Exposes the metadata in YAML format for editing.
In-line metadata editing with vi. Exposes the metadata in YAML or JSON format for editing.
 
After saving the changes, OpenShift attempts to run oc update using the configuration file.
 
{{Warn|If an error occurs during the update process, the configuration is reverted to the original state.}}


=Generic Syntax=
=Generic Syntax=

Revision as of 07:10, 21 November 2017

Internal

Overview

In-line metadata editing with vi. Exposes the metadata in YAML or JSON format for editing.

After saving the changes, OpenShift attempts to run oc update using the configuration file.


If an error occurs during the update process, the configuration is reverted to the original state.

Generic Syntax

oc edit supports the following generic syntax:

oc edit <componentType>/<componentName>
oc edit daemonset/logging-fluentd
oc edit node/node1
oc edit pod/logging-fluentd-3kz30
oc edit oauthclient/kibana-proxy

The same pattern applies for oc describe.

For a complete list of OpenShift component types, see

OpenShift Component Types

Sub-Commands

oc edit project <project-name>