Skip to content

Instantly share code, notes, and snippets.

@kaovilai
Created October 13, 2021 18:56
Show Gist options
  • Save kaovilai/c6b62351c10762370341776eae02d405 to your computer and use it in GitHub Desktop.
Save kaovilai/c6b62351c10762370341776eae02d405 to your computer and use it in GitHub Desktop.
e2e fail 10/13 Focus: MSSQL application
2021-10-13T18:50:56.956Z ERROR controller-runtime.manager.controller.velero unable to fetch velero CR {"reconciler group": "oadp.openshift.io", "reconciler kind": "Velero", "name": "ts-velero-sample", "namespace": "openshift-adp", "velero": "openshift-adp/ts-velero-sample", "error": "Velero.oadp.openshift.io \"ts-velero-sample\" not found"}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.5/pkg/internal/controller/controller.go:298
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.5/pkg/internal/controller/controller.go:253
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.9.5/pkg/internal/controller/controller.go:214
2021-10-13T18:52:09.124Z INFO controller-runtime.manager.controller.velero got provider secret name: cloud-credentials {"reconciler group": "oadp.openshift.io", "reconciler kind": "Velero", "name": "ts-velero-sample", "namespace": "openshift-adp"}
2021-10-13T18:52:09.125Z DEBUG controller-runtime.manager.events Normal {"object": {"kind":"ConfigMap","namespace":"openshift-adp","name":"restic-restore-action-config","uid":"52ee3826-ff51-4f66-9526-86eb80f98262","apiVersion":"v1","resourceVersion":"7828957"}, "reason": "ReconcileResticRestoreHelperConfigReconciled", "message": "performed created on restic restore Helper config map openshift-adp/restic-restore-action-config"}
2021-10-13T18:52:09.141Z DEBUG controller-runtime.manager.events Normal {"object": {"kind":"BackupStorageLocation","namespace":"openshift-adp","name":"ts-velero-sample-1","uid":"124a233e-f1c6-4cf1-a1c6-fcd212b17e76","apiVersion":"velero.io/v1","resourceVersion":"7828958"}, "reason": "BackupStorageLocationReconciled", "message": "performed created on backupstoragelocation openshift-adp/ts-velero-sample-1"}
2021-10-13T18:52:09.163Z DEBUG controller-runtime.manager.events Normal {"object": {"kind":"Deployment","namespace":"openshift-adp","name":"velero","uid":"531dd381-16f3-4cfd-9e11-6d82cff3e534","apiVersion":"apps/v1","resourceVersion":"7828960"}, "reason": "VeleroDeploymentReconciled", "message": "performed created on velero deployment openshift-adp/velero"}
2021-10-13T18:52:09.196Z DEBUG controller-runtime.manager.events Normal {"object": {"kind":"DaemonSet","namespace":"openshift-adp","name":"restic","uid":"0047ee43-3aae-452f-baa6-d3f60f88a228","apiVersion":"apps/v1","resourceVersion":"7828963"}, "reason": "ResticDaemonsetReconciled", "message": "performed created on restic deployment openshift-adp/restic"}
apiVersion: oadp.openshift.io/v1alpha1
kind: Velero
metadata:
creationTimestamp: '2021-10-13T18:52:09Z'
generation: 1
managedFields:
- apiVersion: oadp.openshift.io/v1alpha1
fieldsType: FieldsV1
fieldsV1:
'f:spec':
.: {}
'f:backupStorageLocations': {}
'f:defaultVeleroPlugins': {}
'f:enableRestic': {}
'f:resticResourceAllocations': {}
'f:veleroResourceAllocations': {}
manager: e2e.test
operation: Update
time: '2021-10-13T18:52:09Z'
- apiVersion: oadp.openshift.io/v1alpha1
fieldsType: FieldsV1
fieldsV1:
'f:status':
.: {}
'f:conditions': {}
manager: manager
operation: Update
time: '2021-10-13T18:52:09Z'
name: ts-velero-sample
namespace: openshift-adp
resourceVersion: '7828966'
uid: d06f1b8d-d6dc-4e01-afee-0778c9d44654
spec:
backupStorageLocations:
- config:
region: us-east-1
default: true
objectStorage:
bucket: tkaovila-aug30-velero-bsl
prefix: velero-e2e-7bbdb1e1-628a-4a40-81d2-3602b3808d22
provider: aws
defaultVeleroPlugins:
- openshift
- aws
enableRestic: true
resticResourceAllocations: {}
veleroResourceAllocations: {}
status:
conditions:
- lastTransitionTime: '2021-10-13T18:52:09Z'
message: Reconcile complete
reason: Complete
status: 'True'
type: Reconciled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment