Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/reference/kubernetes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Additional, uncommonly configured CSI driver parameters:
| `storagenode.socketsToUse` | Sets the list of sockets to use. | `<empty>` |
| `storagenode.nodesPerSocket` | Sets the number of nodes to use per socket. | `<empty>` |
| `storagenode.coresPercentage` | Sets the percentage of total cores (vCPUs) available to simplyblock storage node services. | `<empty>` |
| `storagenode.ubuntuHost` | Set to true if the worker node runs Ubuntu and needs the nvme-tcp kernel module installed. | `false` |
| `storagenode.openShiftCluster` | Set to true if it an OpenShift Cluster and needs core isolation. | `false` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this mentioned in the OpenShift installation section?


## Caching Node Parameters

Expand Down