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

metrics-adapter not installed by default with helm chart and not clear how to install #4891

Open
kutsyk opened this issue Apr 29, 2024 · 3 comments
Labels
kind/question Indicates an issue that is a support question.

Comments

@kutsyk
Copy link

kutsyk commented Apr 29, 2024

I've installed Karmada using helm, later I've added descheduler to it as recommended, but I can't find out how to install metrics-adapater, I don't want to copy/create manually deployment as I believe there is different way.

This command did nothing:

helm upgrade --install karmada -n karmada-system --create-namespace --dependency-update --cleanup-on-fail ./charts/karmada --set components={"metrics-adapter"}
@kutsyk kutsyk added the kind/question Indicates an issue that is a support question. label Apr 29, 2024
@chaunceyjiang
Copy link
Member

Can you try it this way?

--set components={"metricsAdapter"}

@kutsyk
Copy link
Author

kutsyk commented Apr 30, 2024

Hi @chaunceyjiang , it worked, thanks. Although I'm not sure if it works as expected, here is what I see in logs:

custom.metrics.k8s.io not found in cluster(...)

Is this expected?

I can't quite figure out from the documentation what for and how to use this component.

@RainbowMango
Copy link
Member

Feels like this log is not expected, at least it shouldn't be dumped so frequently.
This issue is tracked by #4792.
cc @chaosi-zju

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Indicates an issue that is a support question.
Projects
None yet
Development

No branches or pull requests

3 participants