Skip to content

Commit

Permalink
Add a note in documentation regarding systemd mode
Browse files Browse the repository at this point in the history
Signed-off-by: Soule BA <souleb@nvidia.com>
  • Loading branch information
souleb committed Oct 22, 2024
1 parent 68b6c02 commit b5b0d6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/sriov-network-operator-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ This section contains general parameters that apply to both the operator and dae
| `sriovOperatorConfig.configurationMode` | string | `daemon` | sriov-network-config-daemon configuration mode. either `daemon` or `systemd` |
| `sriovOperatorConfig.featureGates` | map[string]bool | `{}` | feature gates to enable/disable |

**Note**

When `sriovOperatorConfig.configurationMode` is configured as `systemd`, configurations files and `systemd` service files are created on the node.
Upon chart deletion, those files are not cleaned up. For cases where this is not acceptable, users should rather configured the `daemon` mode.

### Images parameters

| Name | description |
Expand Down

0 comments on commit b5b0d6b

Please sign in to comment.