Skip to content

Instantly share code, notes, and snippets.

@garethahealy
Created June 20, 2019 15:57
Show Gist options
  • Save garethahealy/4ac715a0756cd2e22a1f6c39586b7f42 to your computer and use it in GitHub Desktop.
Save garethahealy/4ac715a0756cd2e22a1f6c39586b7f42 to your computer and use it in GitHub Desktop.
MigStorage ready
- apiVersion: migration.openshift.io/v1alpha1
kind: MigStorage
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"migration.openshift.io/v1alpha1","kind":"MigStorage","metadata":{"annotations":{},"labels":{"controller-tools.k8s.io":"1.0"},"name":"migstorage-sample","namespace":"mig"},"spec":{"backupStorageConfig":{"awsBucketName":"minishift","awsRegion":"eu-west-1","credsSecretRef":{"name":"migstorage-creds","namespace":"mig"}},"backupStorageProvider":"aws","volumeSnapshotConfig":{"awsRegion":"eu-west-1","credsSecretRef":{"name":"migstorage-creds","namespace":"mig"}},"volumeSnapshotProvider":"aws"}}
touch: 2f48fa04-3599-4613-90b9-42b69160e454
creationTimestamp: "2019-06-20T15:09:48Z"
generation: 1
labels:
controller-tools.k8s.io: "1.0"
name: migstorage-sample
namespace: mig
resourceVersion: "101806"
selfLink: /apis/migration.openshift.io/v1alpha1/namespaces/mig/migstorages/migstorage-sample
uid: 72340862-936d-11e9-8da4-7ed1aee5a3b2
spec:
backupStorageConfig:
awsBucketName: minishift
awsRegion: eu-west-1
credsSecretRef:
name: migstorage-creds
namespace: mig
backupStorageProvider: aws
volumeSnapshotConfig:
awsRegion: eu-west-1
credsSecretRef:
name: migstorage-creds
namespace: mig
volumeSnapshotProvider: aws
status:
conditions:
- category: Required
lastTransitionTime: "2019-06-20T15:09:51Z"
message: The storage is ready.
status: "True"
type: Ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment