Skip to content

Conversation

@chaunceyjiang
Copy link
Collaborator

@chaunceyjiang chaunceyjiang commented Jan 8, 2025

What type of PR is this?
/kind feature

What this PR does / why we need it:

Pods with containers in privileged mode and declaring HAMi-related resources should be prevented from being created.

Which issue(s) this PR fixes:
Fixes #790

Test:

image

image

Does this PR introduce a user-facing change?:

limengxuan and others added 30 commits April 17, 2024 18:33
fix: When a node cannot bind, it should stop scheduling pods to that node
Signed-off-by: chaunceyjiang <[email protected]>
…lect-param

scheduler server add leader elect
KEP: add scheduler policy design doc and code
Signed-off-by: rongfu.leng <[email protected]>
Signed-off-by: calvin <[email protected]>
Signed-off-by: limengxuan <[email protected]>
yt-huang and others added 25 commits December 22, 2024 10:21
add-nodelock-ut

Signed-off-by: learner0810 <[email protected]>
* update nodelock for mig instance & add document for mig monitor

Signed-off-by: limengxuan <[email protected]>
* update documents for config

Signed-off-by: limengxuan <[email protected]>
* Setting devicePlugin.compatWithCPUManager=true will set PASS_DEVICE_SPECS=true as an environment variable.

Signed-off-by: 张 驰 <[email protected]>

* Change the parameter compatWithCPUManager for setting the PASS_DEVICE_SPECS ENV to passDeviceSpecsEnabled, and set the default value to true.

Signed-off-by: 张 驰 <[email protected]>

---------

Signed-off-by: 张 驰 <[email protected]>
* add star history to readme, fix typos and add more contributors and maintainers.

Signed-off-by: yangshiqi <[email protected]>

* add spaces

Signed-off-by: yangshiqi <[email protected]>

---------

Signed-off-by: yangshiqi <[email protected]>
Signed-off-by: KubeKyrie <[email protected]>
Signed-off-by: KubeKyrie <[email protected]>
@codecov
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
unittests 47.24% <100.00%> (+0.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
pkg/scheduler/webhook.go 65.45% <100.00%> (+9.45%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…ources. Its creation is denied.

Signed-off-by: chaunceyjiang <[email protected]>
@lengrongfu
Copy link
Member

/lgtm

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.

Pods in privileged mode keep encountering the UnexpectedAdmissionError error.