Add hostUsers Container toolkit knonw issue#403
Conversation
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
|
@rajathagasthya can you review this? Does it make sense to have these details in the Operator release notes, or should be add them into the container toolkit release notes as well? Is there anyplace else in the docs we should highlight these details? |
Documentation preview |
| Known Issues | ||
| ------------ | ||
|
|
||
| * Pod specifications that set ``spec.hostUsers: false`` to enable Kubernetes user namespaces are not supported with GPU Operator v26.3.1. |
There was a problem hiding this comment.
I don't think we've ever supported this; this is not specific to v26.3.1.
| error executing hook `/usr/bin/nvidia-cdi-hook` (exit code: 1) | ||
| failed to determined container root: failed to open OCI spec file: ... permission denied |
There was a problem hiding this comment.
We typically don't see this error message unless there are detailed debugging steps involved. The user facing error is actually even less descriptive:
Error: container create failed: read status from sync socket: No such process
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
|
@rajathagasthya thanks for the review, I've made some updates to the wording here. I put this into the release notes, but now I'm thinking might be better call out in the CDI page as well, does that make sense? |
|
Thanks @a-mccarthy! It makes sense to call out in the CDI page as well. |
Signed-off-by: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com>
fixes: #402