Oc patch: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
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": ""}}' |
Revision as of 23:21, 5 December 2017
Internal
Overview
Replace:
oc patch dc nexus3 --patch='{ "spec": { "strategy": { "type": "Recreate" }}}'
Delete:
oc patch pv/pv22-small --patch='{ "spec": { "claimRef": ""}}'