mayadata-io / mayadata-io/d-operators
Making containerized kubelets use host iSCSI initiator
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Kubernetes flavours which use containerized kubelets tend to have 2 sets of iSCSI initiator packages available to them:
- Those on the host machine
- Those on the kubelet container
This causes conflict for Jiva/cStor storage engine pods trying to use an initiator.
CSI-volumes use the initiators on the host, and not inside the kubelet container. Going forward, the host initiators will have to be the initiators of choice. This will require us to do the following:
- Install iSCSI initiator packages on the host (if not present)
- Mount /etc/iscsi, /sbin/iscsiadm, /var/lib/iscsi, /lib/modules on to the kubelet container
- Make the host initiator start with the init system to make the changes persistent.
For Rancher, this will involve making changes to cluster.yml (for rke cli setups) and making changes to the cluster config on the GUI based Rancher setup.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies cluster.yml for RKE CLI setups and the cluster configuration in Rancher’s GUI as the entry points. Start by tracing how those configurations provision kubelets and host iSCSI services. Done means host initiator packages and startup are configured, the listed host paths are mounted into the kubelet container, and CSI volumes use the host initiator.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100