Skip to content

[Bug]: No status on AtlasBackupPolicy and AtlasBackupSchedule CR #2824

@pavansokkenagaraj

Description

@pavansokkenagaraj

Is there an existing issue for this?

  • I have searched the existing issues

AKO Version

v2.10.0

Distribution

Kubernetes

Kubernetes Version

1.33

Current Behavior

No status on AtlasBackupPolicy and AtlasBackupSchedule CR

apiVersion: atlas.mongodb.com/v1
kind: AtlasBackupSchedule
metadata:
  creationTimestamp: "2025-10-22T02:00:30Z"
  generation: 1
  name: prod-backup-schedule
  namespace: minimal-test
  resourceVersion: "310960"
  uid: 4f95754f-93e8-481e-9295-a5c351c06671
spec:
  autoExportEnabled: false
  policy:
    name: prod-backup-policy
    namespace: minimal-test
  restoreWindowDays: 3
  updateSnapshots: true

Custom Resources to reproduce the issue

apiVersion: atlas.mongodb.com/v1
kind: AtlasBackupSchedule
metadata:
  creationTimestamp: "2025-10-22T02:00:30Z"
  generation: 1
  name: prod-backup-schedule
  namespace: minimal-test
  resourceVersion: "310960"
  uid: 4f95754f-93e8-481e-9295-a5c351c06671
spec:
  autoExportEnabled: false
  policy:
    name: prod-backup-policy
    namespace: minimal-test
  restoreWindowDays: 3
  updateSnapshots: true

Steps To Reproduce

  1. Install ABS and ABP
  2. Observe the status

Logs

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions