-
Notifications
You must be signed in to change notification settings - Fork 47
Conversation
c7db768
to
e0de8f7
Compare
e0de8f7
to
6f1abaa
Compare
I was adding this feature to baremetal and was wondering how to restrict this to certain workers since there are no worker pools for it as of now. WDYT if I skip adding support to baremetal? |
assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/variables.tf
Outdated
Show resolved
Hide resolved
assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/variables.tf
Outdated
Show resolved
Hide resolved
assets/terraform-modules/packet/flatcar-linux/kubernetes/workers/variables.tf
Outdated
Show resolved
Hide resolved
Lack of worker pools on Bare metal (actually Matchbox) seems like ongoing issue with feature parity. |
6f1abaa
to
2738400
Compare
@invidian one more round of review? |
@surajssd I already left some comments, I don't see any replies or new code to review. Also, PR has conflicts which must be resolved. |
My bad, I had this page open for many days and did not see those comments. |
2738400
to
b6b3120
Compare
b6b3120
to
c26fc73
Compare
assets/terraform-modules/aws/flatcar-linux/kubernetes/workers/variables.tf
Outdated
Show resolved
Hide resolved
c26fc73
to
8e9d3bb
Compare
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.
Perhaps we could use some other reviewers for this PR :)
assets/terraform-modules/aws/flatcar-linux/kubernetes/workers/variables.tf
Outdated
Show resolved
Hide resolved
8e9d3bb
to
6d4e20d
Compare
Signed-off-by: Suraj Deshmukh <[email protected]>
This allows a user to choose the cpu manager policy on a worker pool. Possible values are: `none` and `static`. To make this work, kubelet also needs a static allocation of system reserved and kubernetes reserved CPUs to be defined. So this commit also adds the default of 300m cores for kube-reserved-cpu and 1500m cores for system-reserved-cpu when `cpu_manager_policy` is set. closes: #1337 Signed-off-by: knrt10 <[email protected]> Co-authored-by: Suraj Deshmukh <[email protected]>
6d4e20d
to
3897bda
Compare
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.
LGTM
assets/terraform-modules/aws/flatcar-linux/kubernetes/workers/variables.tf
Outdated
Show resolved
Hide resolved
This allows a user to choose the cpu manager policy on a worker pool. Possible values are: `none` and `static`. To make this work, kubelet also needs a static allocation of system reserved and kubernetes reserved CPUs to be defined. So this commit also adds the default of 300m cores for kube-reserved-cpu and 1500m cores for system-reserved-cpu when `cpu_manager_policy` is set. Signed-off-by: Suraj Deshmukh <[email protected]>
3897bda
to
6819bdc
Compare
This add flag to worker pools also added a knob for the user to configure
it.
closes: #1337
Signed-off-by: knrt10 [email protected]