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

Specify serviceAccountName to inherit correct permissions #4

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

yankcrime
Copy link
Contributor

Kepler exporter Pods inherit the default SA which doesn't have the necessary permissions to retrieve metrics etc.

This commit specifies the serviceAccountName and ties it to the one that's created so that the right permissions are in place.

@rootfs
Copy link
Contributor

rootfs commented Mar 16, 2023

@jiangphcn CI failure doesn't seem to be related to the fix, can you check it out? Thanks

@jiangphcn
Copy link
Contributor

yes, @rootfs . I can look into this soon.

@jiangphcn
Copy link
Contributor

After investigation, I found that the files and directories under local-dev-cluster are indirectly put to helm chart directory recently, and this causes that file size for helm deploy exceeds 3M.
The problem will be resolved in #5. Please rebase code after #5 is merged.

@rootfs
Copy link
Contributor

rootfs commented Mar 20, 2023

#5 is merged

Kepler exporter Pods inherit the default SA which doesn't have the
necessary permissions to retrieve metrics etc.

This commit specifies the serviceAccountName and ties it to the one
that's created so that the right permissions are in place.
@rootfs rootfs merged commit af47a87 into sustainable-computing-io:main Mar 20, 2023
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.

3 participants