You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2019/01-why-metal-stack/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Essentially this agent does two things:
116
116
117
117
To provide storage for our environment, we chose to equip each server with local NVMe or SATA drives. We make these
118
118
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)).
120
120
121
121
To make sure, that data stored on these drives is erased before handing over the node to a cluster, the
122
122
[metal-hammer](https://github.com/metal-stack/metal-hammer) either can erase the disks properly (which can take long)
Copy file name to clipboardExpand all lines: docs/docs/05-Concepts/04-Kubernetes/07-storage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ spec:
39
39
resources:
40
40
requests:
41
41
storage: 100Mi
42
-
storageClassName: csi-lvm-sc-linear
42
+
storageClassName: csi-driver-lvm-linear
43
43
```
44
44
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