Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

migrate-backup.sh does not validate if config is larger than ConfigMap size limit #4

@aharbis

Description

@aharbis

When migrating a backup with the migrate-backup.sh script, if a DataPower application domain's cfg is larger than ~1 MB, it may not fit within Kubernetes' ConfigMap size restriction.

Currently the script does not perform any checks or validation of this, and thus a ConfigMap YAML will be templated regardless of the size. Attempting to apply the ConfigMap YAML may result in a Kubernetes API error in these cases.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions