-
Notifications
You must be signed in to change notification settings - Fork 101
feat(admission): Explicitly apply 'nvidia' runtimeClass to GPU pods #602
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
feat(admission): Explicitly apply 'nvidia' runtimeClass to GPU pods #602
Conversation
7f784cb to
e17accd
Compare
… deploys it as the default runtimeClass Signed-off-by: Omer Yahud <[email protected]>
a52fb40 to
e66fffb
Compare
Signed-off-by: Omer Yahud <[email protected]>
e66fffb to
69bc8fc
Compare
Merging this branch changes the coverage (3 decrease, 3 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
pkg/admission/webhook/v1alpha2/runtimeenforcement/runtime_enforcement.go
Outdated
Show resolved
Hide resolved
b91d157 to
65b85ed
Compare
Merging this branch changes the coverage (3 decrease, 2 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
65b85ed to
75fc3e6
Compare
Merging this branch changes the coverage (3 decrease, 2 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
…tor instead Signed-off-by: Omer Yahud <[email protected]>
75fc3e6 to
94364d9
Compare
Merging this branch changes the coverage (3 decrease, 2 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
Signed-off-by: Omer Yahud <[email protected]>
Merging this branch changes the coverage (3 decrease, 2 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
Merging this branch changes the coverage (3 decrease, 2 increase)
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
In the upcoming release, gpu-operator no longer sets the
nvidiaruntime class as the default runtimeClass in the cluster, hence the need to set it explicitly for pod that request GPUs