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

propagate labels from tortoise to HPA/VPA managed by tortoise #432

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

Conversation

minhthong582000
Copy link

What this PR does / why we need it:

Handle label propagation for Tortoise-managed HPA/VPA to ensure consistent across all Kubernetes resources, which allows us to attribute resources by teams or projects, or manage logical links between resources. This also help us to have monitoring and reporting based on labels.

Which issue(s) this PR fixes:

Implements #430

Special notes for your reviewer:

N/A

@sanposhiho
Copy link
Collaborator

#433 will fix the ci

@minhthong582000 minhthong582000 force-pushed the labels-vpa-hpa branch 2 times, most recently from 609ed51 to ece642a Compare March 10, 2025 10:24
Copy link
Collaborator

@sanposhiho sanposhiho left a comment

Choose a reason for hiding this comment

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

can you add a new test case or edit existing test case in the controller level test to ensure this behaviour?

https://github.com/mercari/tortoise/blob/main/internal/controller/tortoise_controller_test.go

Comment on lines -431 to +436
It("TortoisePhaseInitializing", func() {
It("TortoisePhaseInitializing with horizontalPodAutoscalerName configured", func() {
runTest(filepath.Join("testdata", "reconcile-for-the-single-container-pod-initializing"))
})
It("TortoisePhaseInitializing without horizontalPodAutoscalerName configured", func() {
runTest(filepath.Join("testdata", "reconcile-for-the-single-container-pod-managed-hpa-initializing"))
})
Copy link
Author

@minhthong582000 minhthong582000 Mar 12, 2025

Choose a reason for hiding this comment

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

These test cases are added/reused to cover scenarios where HPA/VPA is being initialized

@@ -474,7 +477,7 @@ var _ = Describe("Test TortoiseController", func() {
})
})
Context("mutable AutoscalingPolicy", func() {
It("Tortoise get Horizontal and create HPA", func() {
It("Tortoise get Horizontal and create HPA (with the same labels)", func() {
Copy link
Author

Choose a reason for hiding this comment

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

Same as above

@sanposhiho
Copy link
Collaborator

@AVSBharadwaj @jrbangit @AdityaK011 Do you want to take a look, as a reviewing training?
See ↓ for the basic rules that you must check on reviewing:
https://github.com/mercari/tortoise/blob/main/docs/contributor-guide.md

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.

2 participants