Seagate / cortx-k8s

CORTX Kubernetes Orchestration Repository
https://github.com/Seagate/cortx
Apache License 2.0
6 stars 47 forks source link

WIP: Improvement: support bundle size filter. #346

Closed suryakumar1024 closed 2 years ago

suryakumar1024 commented 2 years ago

Signed-off-by: suryakumar.kumaravelan suryakumar.kumaravelan@seagate.com

Description

As per the proposed design, the master size limit should be split up accordingly and must be shared among components equally. Refer JIRA for detailed design: https://jts.seagate.com/browse/CORTX-33048

Current changes will get node/pod count and container count. With that, The size can be shared till container level.

TODO: Need to analysis and find the proper way to get number of components inside each container and further split the container level size limit among them.

Note: Support bundle also takes modules(components) filter parllely with size filter. This scenario need to be discussed and analsis.

Breaking change

Type of change

Applicable issues

CORTX image version requirements

This change requires the following images:

How was this tested?

Additional information

Checklist

If this change requires newer CORTX or third party image versions:

If this change addresses a CORTX Jira issue:

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: root. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails
osowski commented 2 years ago

@suryakumar1024 Please follow the instructions above from the cla-bot to ensure we can verify CLA signature, as well as following up on Codacy / Shellcheck issues identified in the PR.

keithpine commented 2 years ago

I converted this to a draft, please mark "Ready for review" when it is no longer a WIP.