Add NFS and iSCSI backed StorageClasses

This commit is contained in:
Daniel Cosme
2026-05-01 15:19:46 -04:00
parent 9273ba6c78
commit e967fe72aa
16 changed files with 91 additions and 48 deletions
+4 -4
View File
@@ -81,11 +81,11 @@ func Stack() stack.Stack {
// "node-service-account": nodeSA,
// "node-cluster-role": nodeRole,
// "node-binding": kube.ClusterRoleBinding(nodeRole.Name+"-binding", nodeSA, nodeRole),
// "node-deamonset": nodeCSI(),
// "node-deamonset": nodeCSI(),
// "CSIDriver": CSIDriver(root.TrueNASProvisioner),
"config": config,
// "nfs-storage-class": NFSStorageClass,
// "iscsi-storage-class": iSCSIStorageClass,
"config": config,
"nfs-storage-class": NFSStorageClass,
"iscsi-storage-class": iSCSIStorageClass,
},
)
return kz.Stack(root.TrueNAS_CSI)