-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #279 from nbalacha/docs
chore: update the docs
- Loading branch information
Showing
7 changed files
with
89 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,35 @@ | ||
# Topolvm CSI | ||
# TopoLVM CSI | ||
|
||
- LVM Operator deploys the Topolvm CSI which provides dynamic provisioning of | ||
- LVM Operator deploys the TopoLVM CSI plugin which provides dynamic provisioning of | ||
local storage. | ||
- Please refer to topolvm [docs][topolvm-docs] for more details on topolvm | ||
- Please refer to TopoLVM [docs][topolvm-docs] for more details on topolvm | ||
|
||
## CSI Driver | ||
|
||
- *csiDriver* reconcile unit deploys Topolvm CSIDriver resource | ||
- *csiDriver* reconcile unit creates the Topolvm CSIDriver resource | ||
|
||
## Topolvm Controller | ||
## TopoLVM Controller | ||
|
||
- *topolvmController* reconcile unit deploys a single Topolvm Controller plugin | ||
- *topolvmController* reconcile unit deploys a single TopoLVM Controller plugin | ||
deployment and manages any updates to the deployment | ||
- Topolvm scheduler is not used for pod scheduling. The CSI StorageCapacity | ||
tracking feature by the scheduler | ||
- An init container generates openssl certs to be used in topolvm controller | ||
- The TopoLVM scheduler is not used for pod scheduling. The CSI StorageCapacity | ||
tracking feature is used by the scheduler to determine the node on which | ||
to provision storage. | ||
- An init container generates openssl certs to be used in topolvm-controller | ||
which will be soon replaced with cert-manager | ||
|
||
## Topolvm Node and LVMd | ||
|
||
- *topolvmNode* reconcile unit deploys and manages topolvm node plugin and lvmd | ||
daemonset and scales it based on node selector specified in the devicesClasses | ||
- *topolvmNode* reconcile unit deploys and manages the TopoLVM node plugin and lvmd | ||
daemonset and scales it based on the node selector specified in the devicesClasses | ||
in LVMCluster | ||
- An init container polls for the availability of lvmd config file before | ||
starting the lvmd and topolvm-node containers | ||
|
||
## Deletion | ||
|
||
- All above resources will be removed by their respective reconcile units when | ||
LVM Cluster CR governing then is deleted | ||
- All the resources above will be removed by their respective reconcile units when | ||
LVMCluster CR governing then is deleted | ||
|
||
|
||
[topolvm-docs]: https://github.com/topolvm/topolvm/tree/main/docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.