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

Modify the controller's resource allocation settings. #1166

Closed
wants to merge 3 commits into from

Conversation

Filtee
Copy link
Contributor

@Filtee Filtee commented Jun 23, 2024

What changes were proposed in this pull request?

I modified the controller's resource allocation settings, with help from @Antlera

And... I fixed some TYPO during reading codes.

Why are the changes needed?

Otherwise, it will experience instability when deployed in the cluster.

Does this PR introduce any user-facing change?

Nope.

How was this patch tested?

Nope.

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.61%. Comparing base (c2cc6d9) to head (defd54f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1166   +/-   ##
=======================================
  Coverage   79.61%   79.61%           
=======================================
  Files         210      210           
  Lines       18644    18644           
=======================================
  Hits        14844    14844           
  Misses       3800     3800           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -66,10 +66,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 4090Mi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The memory is too large if we deploy the controller in a minikube cluster.

@@ -141,7 +141,7 @@ class LockAcquireResponse(SocketResponse):
A response to acquire a shared lock using local socket.

Attributes:
acquired (bool): Ture if the lock is acquired.
acquired (bool): True if the lock is acquired.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move all these kind of "wording" changes / fixes into a separate PR.

@Filtee Filtee closed this Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants