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

KIC did not release memory in a timely manner when DP was downsized #6235

Open
1 task done
tao12345666333 opened this issue Jun 24, 2024 · 1 comment
Open
1 task done
Assignees
Labels
bug Something isn't working
Milestone

Comments

@tao12345666333
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I deployed KIC in a new cluster and created an Ingress resource.

When I scaled up the gateway (from 1 to 30) and then scaled it down (from 30 to 1), I found that the memory of KIC was not released promptly.

Expected Behavior

When the number of DP decreases, KIC can correctly release memory.

Steps To Reproduce

1. Install KIC and create an Ingress resource, via https://docs.konghq.com/kubernetes-ingress-controller/latest/get-started/
2. `kubectl top` check the memory of KIC's pod
3. `kubectl scale deployment/kong-gateway -n kong --replicas 30`
4. check the memory again
5. `kubectl scale deployment/kong-gateway -n kong --replicas 1`
6. check the memory again

Kong Ingress Controller version

3.2

Kubernetes version

v1.29

Anything else?

Related to FTI-5975

@czeslavo
Copy link
Contributor

#5068 can be related to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants