Skip to content

chore: Update RESTORE_DRIVER_ON_POD_TERMINATION default value #219

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/advanced/doca-drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following are special environment variables supported by the NVIDIA DOCA Dri
- "false"
- Enable loading of NFS & NVME related storage modules from a NVIDIA DOCA Driver container
* - RESTORE_DRIVER_ON_POD_TERMINATION
- "true"
- "false"
- Restore host drivers when a container

In addition, it is possible to specify any environment variables to be exposed to the NVIDIA DOCA Driver container, such as the standard "HTTP_PROXY", "HTTPS_PROXY", "NO_PROXY".
Expand All @@ -62,7 +62,7 @@ These variables can be set in the NicClusterPolicy. For example:
ofedDriver:
env:
- name: RESTORE_DRIVER_ON_POD_TERMINATION
value: "true"
value: "false"
- name: UNLOAD_STORAGE_MODULES
value: "true"
- name: CREATE_IFNAMES_UDEV
Expand Down
2 changes: 0 additions & 2 deletions docs/getting-started-kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1878,8 +1878,6 @@ Network Operator Deployment and OpenvSwitch offload - managed OpenvSwitch

.. warning:: This feature is supported only for Vanilla Kubernetes deployments with SR-IOV Network Operator.

.. warning:: To use DOCA Driver container with this mode of operation, set the `RESTORE_DRIVER_ON_POD_TERMINATION` environment variable to `false` in the driver configuration section in the NicClusterPolicy. Restoration to the inbox driver is not supported for this feature.

.. warning:: Tech Preview feature.


Expand Down