Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with status in API CRs #2348

Closed
AmaliMatharaarachchi opened this issue Apr 19, 2024 · 2 comments · Fixed by #2553
Closed

Issue with status in API CRs #2348

AmaliMatharaarachchi opened this issue Apr 19, 2024 · 2 comments · Fixed by #2553

Comments

@AmaliMatharaarachchi
Copy link
Contributor

Description:
The current status object is incrementally adding entries to the api.spec.status without any limits. This would cause unnecessary lengthy crs and can attribute to exceeded memory limits. So, a proper condition management should be added as describe in gateway spec.

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

@Tharsanan1
Copy link
Contributor

Fixed the indefinitely growing status.events by capped the size with max 7 events. #2553

@Tharsanan1
Copy link
Contributor

We need to improve the API CRD to support Gateway spec like statuses. I have created this improvement issue for this: #2554

@github-project-automation github-project-automation bot moved this from Shortlisted to ✅ Done/Done in APK Development Oct 8, 2024
@CrowleyRajapakse CrowleyRajapakse added this to the 1.2.0-beta milestone Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done/Done
Development

Successfully merging a pull request may close this issue.

3 participants