Oc patch: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
Line 11: Line 11:
Delete:
Delete:


  oc patch pv/pv22-small --patch='{ "spec": { "claimRef": ""}}'
  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}}'