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

Fix Node Selector Resource Plugin #10

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Sharathmk99
Copy link
Contributor

With latest version of Liqo, we don't need to subtract pod resources from node resources. This PR will fix this.

@Sharathmk99
Copy link
Contributor Author

@cheina97 @aleoli Can I get review please? Thanks

@aleoli
Copy link
Member

aleoli commented Feb 13, 2024

Hi @Sharathmk99! Can you explain your changes and why they are needed?

@Sharathmk99
Copy link
Contributor Author

Hi @Sharathmk99! Can you explain your changes and why they are needed?

Hi @aleoli,

In version 0.8.x Resource plugin was providing
aggregated node resources - pod usage resources but this logic doesn't work with latest version of liqo.

With liqo version 0.10.x resource plugin should just provide aggregated node resources without subtracting pod usage resources.

This PR will remove pod resources calculation and provide only aggregated node resources only.

@aleoli
Copy link
Member

aleoli commented Feb 20, 2024

Hi @Sharathmk99, can you please squash your commits before merging? Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants