mayadata-io / mayadata-io/oep-e2e
iSCSI installation/Enable using Kubectl
Open
@AmitKumarDas is already working on this.
Since Jan 20, 2020.
dao
- Dominant language
- Python
- Stars
- 6
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Feature Request
- iSCSI is a prerequisite for OpenEBS cStor and Jiva volume provisioning. In general cases, iSCSI package will not be installed on the system and in some cases, iSCSI has been installed but not enabled by default. So in both cases, User has to go each node by SSH and install/enable the iSCSI binary manually. This is a cumbersome job. Also when a new node has come, then User need manual intervention to do the same. So if this can be achieved by using kubectl and daeomonset, this problem can be solved.
Current workaround:
For installing iscsi on node, we are using below command where it will install iscsi on Amazon Linux AMI based node.
kubectl apply -f https://openebs.github.io/charts/openebs-amazonlinux-setup.yaml
For Ubuntu base node, we use below command.
kubectl apply -f https://openebs.github.io/charts/openebs-ubuntu-setup.yaml
Contributor guide
No contributing guide indexed for this repository
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.
Assessment
This issue has not been assessed yet.