Skip to content

23.3.1

Compare
Choose a tag to compare
@diptiranjanpx diptiranjanpx released this 26 Apr 11:41
· 446 commits to master since this release

Improvements

  • Issue: Backing up a significant number of Kubernetes resources has resulted in failures due to limits on gRPC requests, Kubernetes custom resource sizes, or etcd payload sizes.
    User Impact: If the number of Kubernetes resources in a backup is large, then the backup process may fail to complete due to errors related to size limits.
    Resolution: To prevent errors related to gRPC size limits, etcd payload limits, and custom resource definition size, the resource information was removed from both the ApplicationBackup and ApplicationRestore CRs.