Skip to content

Commit 3a0f01c

Browse files
authored
Don't reference csi-lvm anymore. (#38)
1 parent d736cac commit 3a0f01c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blog/2019/01-why-metal-stack/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Essentially this agent does two things:
116116

117117
To provide storage for our environment, we chose to equip each server with local NVMe or SATA drives. We make these
118118
drives accessible as local persistent volumes from Kubernetes by integrating our
119-
[LVM CSI driver](https://github.com/metal-stack/csi-lvm) as a Gardener extension.
119+
[csi-driver-lvm](https://github.com/metal-stack/csi-driver-lvm) as a Gardener extension ([gardener-extension-csi-driver-lvm](https://github.com/metal-stack/gardener-extension-csi-driver-lvm)).
120120

121121
To make sure, that data stored on these drives is erased before handing over the node to a cluster, the
122122
[metal-hammer](https://github.com/metal-stack/metal-hammer) either can erase the disks properly (which can take long)

docs/docs/05-Concepts/04-Kubernetes/07-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
resources:
4040
requests:
4141
storage: 100Mi
42-
storageClassName: csi-lvm-sc-linear
42+
storageClassName: csi-driver-lvm-linear
4343
```
4444
45-
The solution does not provide cloud-storage or whatsoever, but it improves the user's accessibility of local storage on bare-metal machines through Kubernetes. Check out the driver's documentation [here](../../08-References/Storage/csi-lvm/csi-lvm.md).
45+
The solution does not provide cloud-storage or whatsoever, but it improves the user's accessibility of local storage on bare-metal machines through Kubernetes. Check out the driver's documentation [here](../../08-References/Storage/csi-driver-lvm/csi-driver-lvm.md).

0 commit comments

Comments
 (0)