Skip to content

Instantly share code, notes, and snippets.

@welshstew
Created August 27, 2020 13:05
Show Gist options
  • Select an option

  • Save welshstew/99e153e689cec1be3d8acdb26e94c41f to your computer and use it in GitHub Desktop.

Select an option

Save welshstew/99e153e689cec1be3d8acdb26e94c41f to your computer and use it in GitHub Desktop.
oc get dc,svc,is -o json | jq '. | del(.metadata.id, .status, .someotherfieldyouwanttodelete)' | xargs oc create -f - -n mynewnamespace`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment