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

feat: support k8s nodes #1041

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

asamirr
Copy link
Contributor

@asamirr asamirr commented Oct 4, 2023

Problem

Calculating costs for kubernetes nodes was yet to be added.

Solution

Adding support for kubernetes nodes cost calculation.

Changes Made

  • Added a new nodes.go file to the kubernetes provider.

Notes

Checklist

  • Code follows the contributing guidelines
  • Changes have been thoroughly tested
  • Documentation has been updated, if necessary
  • Any dependencies have been added to the project, if necessary

Reviewers

@[username of the reviewer]

Signed-off-by: Ahmed Samir <asnweery@gmail.com>
Signed-off-by: Ahmed Samir <asnweery@gmail.com>
@asamirr asamirr changed the title Feature/support k8s nodes feat: support k8s nodes Oct 4, 2023
Copy link
Collaborator

@Azanul Azanul left a comment

Choose a reason for hiding this comment

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

Good work! @asamirr

Copy link
Contributor

@ShubhamPalriwala ShubhamPalriwala left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀

@mlabouardy mlabouardy added this to the v3.1.2 milestone Oct 5, 2023
@mlabouardy mlabouardy merged commit d353dde into tailwarden:develop Oct 5, 2023
2 of 3 checks passed
@asamirr asamirr deleted the feature/support-k8s-nodes branch October 5, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Kubernetes nodes + cost calculation
4 participants