How do you know when the backup is actually complete?
kubectl get awxbackup -o yaml returns:
(or gist for readability gist:2a0e5df0f6ad3fd3f1d6ff7d6ddc4833 (github.com))
- apiVersion: awx.ansible.com/v1beta1 kind: AWXBackup metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {“apiVersion”:“awx.ansible.com/v1beta1",“kind”:“AWXBackup”,“metadata”:{“annotations”:{},“name”:“awxbackup-2023-03-08”,“namespace”:“awx-test”},“spec”:{“deployment_name”:"awx-demo”}} creationTimestamp: “2023-03-08T14:30:59Z” finalizers: - awx.ansible.com/finalizer generation: 1 labels: app.kubernetes.io/component: awx app.kubernetes.io/managed-by: awx-operator app.kubernetes.io/name: awxbackup-2023-03-08 app.kubernetes.io/operator-version: 1.1.2 app.kubernetes.io/part-of: awxbackup-2023-03-08 name: awxbackup-2023-03-08 namespace: awx-test resourceVersion: “256747365” uid: 3fa4a604-5b66-479c-b24b-86af32f925b6 spec: deployment_name: awx-demo no_log: true set_self_labels: true status: conditions: - lastTransitionTime: “2023-03-08T14:31:09Z” reason: “” status: “False” type: Successful - lastTransitionTime: “2023-03-08T15:44:49Z” reason: Failed status: “False” type: Failure - lastTransitionTime: “2023-03-08T15:44:49Z” reason: Running status: “True” type: Running kind: List metadata: resourceVersion: “” selfLink: “”