Oc patch: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


=Overview=
=Overview=
Replace:


  oc patch dc nexus3 --patch='{ "spec": { "strategy": { "type": "Recreate" }}}'
  oc patch dc nexus3 --patch='{ "spec": { "strategy": { "type": "Recreate" }}}'
Delete:
oc patch pv/pv22-small --patch='{ "spec": { "claimRef": null}}'

Latest revision as of 23:22, 5 December 2017

Internal

Overview

Replace:

oc patch dc nexus3 --patch='{ "spec": { "strategy": { "type": "Recreate" }}}'

Delete:

oc patch pv/pv22-small --patch='{ "spec": { "claimRef": null}}'