-
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
Use CGroupDriver function from cruntime for kubelet #6287
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## master #6287 +/- ##
=========================================
+ Coverage 38.28% 38.38% +0.1%
=========================================
Files 124 123 -1
Lines 8257 8318 +61
=========================================
+ Hits 3161 3193 +32
- Misses 4686 4706 +20
- Partials 410 419 +9
|
/ok-to-test |
Error: running mkcmp goroutine 1 [running]: |
All Times minikube: [ 120.538497 120.565129 111.032352] Average minikube: 117.378659 Averages Time Per Log
|
cgroupManager := "cgroupfs" // default | ||
switch config["systemdCgroup"] { | ||
case false: | ||
cgroupManager = "cgroupfs" |
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.
just a nit but could put it in a const ?
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 a just minior change request, to add same logic for kicbs.
I will make a PR soon, to avoid this need to maintain duplicate code
All Times minikube: [ 121.530996 120.357455 108.812287] Average minikube: 116.900246 Averages Time Per Log
|
the test restults show we are hitting github api limit |
For #4172