r/k8s-worker: Install iSCSI/NFS client tools

We don't want the iSCSI and NFS client tools to be installed on control
plane nodes.  Let's move this task to the _k8s-worker_ role so it will
only apply to worker nodes.
This commit is contained in:
2025-07-22 09:57:05 -05:00
parent fb9f46cc47
commit 9690234203
3 changed files with 24 additions and 17 deletions

View File

@@ -6,7 +6,3 @@ kubernetes_common_packages:
- ebtables
- ethtool
- iproute-tc
# Required for Longhorn RWO volumes
- iscsi-initiator-utils
# Required for Longhorn RWX volumes
- nfs-utils