-
Notifications
You must be signed in to change notification settings - Fork 148
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
[k8s] add kubernetes hints integration tests #6360
[k8s] add kubernetes hints integration tests #6360
Conversation
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, nice work! These tests look much cleaner than what I expected we'd end up with. Left two nitpick comments, but they shouldn't block merging.
Quality Gate passedIssues Measures |
* feat: add kubernetes hints test * feat: utilise labelselector for checking redis pods * feat: check redis pods for correct hint annotations (cherry picked from commit c7c5ba4)
* feat: add kubernetes hints test * feat: utilise labelselector for checking redis pods * feat: check redis pods for correct hint annotations (cherry picked from commit c7c5ba4)
* feat: add kubernetes hints test * feat: utilise labelselector for checking redis pods * feat: check redis pods for correct hint annotations (cherry picked from commit c7c5ba4) # Conflicts: # testing/integration/kubernetes_agent_standalone_test.go
* feat: add kubernetes hints test * feat: utilise labelselector for checking redis pods * feat: check redis pods for correct hint annotations (cherry picked from commit c7c5ba4) Co-authored-by: Panos Koutsovasilis <[email protected]>
* feat: add kubernetes hints test * feat: utilise labelselector for checking redis pods * feat: check redis pods for correct hint annotations (cherry picked from commit c7c5ba4) Co-authored-by: Panos Koutsovasilis <[email protected]>
* feat: add kubernetes hints test * feat: utilise labelselector for checking redis pods * feat: check redis pods for correct hint annotations (cherry picked from commit c7c5ba4) # Conflicts: # testing/integration/kubernetes_agent_standalone_test.go
* feat: add kubernetes hints test * feat: utilise labelselector for checking redis pods * feat: check redis pods for correct hint annotations (cherry picked from commit c7c5ba4) # Conflicts: # testing/integration/kubernetes_agent_standalone_test.go Co-authored-by: Panos Koutsovasilis <[email protected]>
What does this PR do?
This is the last part (I promise) of the PR series to add support for Kubernetes hints and integration tests for Redis. It introduces:
Why is it important?
This PR completes the Kubernetes hints-based testing and it ensures that that Kubernetes hints functionality is thoroughly tested.
Checklist
Disruptive User Impact
There is no expected disruption for users as this PR only extends k8s integration tests.
How to test this PR locally
Related issues