Skip to content

Instantly share code, notes, and snippets.

@jwmatthews
Last active January 26, 2021 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwmatthews/001ff42bf5e712ba2eab92df306ed34e to your computer and use it in GitHub Desktop.
Save jwmatthews/001ff42bf5e712ba2eab92df306ed34e to your computer and use it in GitHub Desktop.
oc get migmigration ccc7c2d0-6017-11eb-afab-85d0007f5a19 -o yaml
apiVersion: migration.openshift.io/v1alpha1
kind: MigMigration
metadata:
annotations:
openshift.io/touch: dff0e10b-6017-11eb-9a1c-0a580a83000e
creationTimestamp: "2021-01-26T20:48:10Z"
generation: 32
labels:
migration.openshift.io/migplan-name: gvktest
managedFields:
- apiVersion: migration.openshift.io/v1alpha1
fieldsType: FieldsV1
fieldsV1:
f:spec:
.: {}
f:migPlanRef:
.: {}
f:name: {}
f:namespace: {}
f:stage: {}
manager: Mozilla
operation: Update
time: "2021-01-26T20:48:10Z"
- apiVersion: migration.openshift.io/v1alpha1
fieldsType: FieldsV1
fieldsV1:
f:metadata:
f:annotations:
.: {}
f:openshift.io/touch: {}
f:labels:
.: {}
f:migration.openshift.io/migplan-name: {}
f:ownerReferences:
.: {}
k:{"uid":"638536d3-f09c-4e44-955f-907efe1e17bf"}:
.: {}
f:apiVersion: {}
f:kind: {}
f:name: {}
f:uid: {}
f:status:
.: {}
f:conditions: {}
f:itinerary: {}
f:observedDigest: {}
f:phase: {}
f:pipeline: {}
f:startTimestamp: {}
manager: manager
operation: Update
time: "2021-01-26T20:48:42Z"
name: ccc7c2d0-6017-11eb-afab-85d0007f5a19
namespace: openshift-migration
ownerReferences:
- apiVersion: migration.openshift.io/v1alpha1
kind: MigPlan
name: gvktest
uid: 638536d3-f09c-4e44-955f-907efe1e17bf
resourceVersion: "1352232"
selfLink: /apis/migration.openshift.io/v1alpha1/namespaces/openshift-migration/migmigrations/ccc7c2d0-6017-11eb-afab-85d0007f5a19
uid: 31a0f7ab-6550-4ded-89a8-1584c2e5b7e7
spec:
migPlanRef:
name: gvktest
namespace: openshift-migration
stage: false
status:
conditions:
- category: Warn
durable: true
lastTransitionTime: "2021-01-26T20:48:40Z"
message: 'Final Restore openshift-migration/ccc7c2d0-6017-11eb-afab-85d0007f5a19-x4lbf: partially failed on destination cluster'
status: "True"
type: VeleroFinalRestorePartiallyFailed
- category: Advisory
durable: true
lastTransitionTime: "2021-01-26T20:48:42Z"
message: The migration has completed with warnings, please look at `Warn` conditions.
reason: Completed
status: "True"
type: SucceededWithWarnings
itinerary: Final
observedDigest: 6bbc7a6d84ea66cd925327f7807f0cd545b5aa5aef7a7dc5598cb7e128893073
phase: Completed
pipeline:
- completed: "2021-01-26T20:48:20Z"
message: Completed
name: Prepare
started: "2021-01-26T20:48:10Z"
- completed: "2021-01-26T20:48:28Z"
message: Completed
name: Backup
progress:
- 'Backup openshift-migration/ccc7c2d0-6017-11eb-afab-85d0007f5a19-r8bzk: 21 out of estimated total of 21 objects backed up (4s)'
started: "2021-01-26T20:48:20Z"
- message: Skipped
name: StageBackup
skipped: true
- message: Skipped
name: StageRestore
skipped: true
- completed: "2021-01-26T20:48:29Z"
message: Completed
name: DirectImage
progress:
- 0 total ImageStreams; 0 running; 0 successful; 0 failed
started: "2021-01-26T20:48:28Z"
- message: Skipped
name: DirectVolume
skipped: true
- completed: "2021-01-26T20:48:41Z"
message: Completed
name: Restore
progress:
- 'Restore openshift-migration/ccc7c2d0-6017-11eb-afab-85d0007f5a19-x4lbf: partially failed.'
started: "2021-01-26T20:48:29Z"
- completed: "2021-01-26T20:48:42Z"
message: Completed
name: Cleanup
started: "2021-01-26T20:48:41Z"
startTimestamp: "2021-01-26T20:48:10Z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment