-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add more kubernetes integration tests #18138
Conversation
I found that I duplicated kuberemote.go in my previous branch, so that is also removed in this branch, as well as moving kubectl.go into the |
It LGTM, but could you also change here the tag of the golang image to use |
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Heck yes! I didn't know we had that function, because I was originally searching for a way to do something like that. |
fe40fde
to
36da24c
Compare
💚 Build SucceededExpand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
* Performing testing on kubelet metrics. * Add integration tests for kubelet, proxy, and scheduler. * mage fmt * Update to use GoVersion in pods create. * Fix kubelet hosts string to connect with kind. (cherry picked from commit 64f6e80)
* Performing testing on kubelet metrics. * Add integration tests for kubelet, proxy, and scheduler. * mage fmt * Update to use GoVersion in pods create. * Fix kubelet hosts string to connect with kind. (cherry picked from commit 64f6e80)
What does this PR do?
Adds more kubernetes intergration tests for
kubelet
,proxy
, andscheduler
metricsets.Why is it important?
For better integration test coverage for kubernetes.
Checklist
[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
MODULE=kubernetes mage goIntegTest
Related issues