Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation procedure #63

Closed
plaffitt opened this issue Sep 9, 2021 · 9 comments
Closed

installation procedure #63

plaffitt opened this issue Sep 9, 2021 · 9 comments
Assignees
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@plaffitt
Copy link

plaffitt commented Sep 9, 2021

Hello,

I'm trying to install this plugin on one of my k8s development cluster. But I'm facing several issues :

  • The image iscsiplugin:latest doesn't exists, so I have to build and push it before updating .yaml files in accordance.
  • I got the error MountVolume.SetUp failed for volume "lib-modules" : hostPath type check failed: /lib/modules is not a directory while describing one of the pods, even if the folder /lib/modules exists on the host. Removing type: Directory in the volume definition fixes the issue.
  • I got the error iscsid: Can not bind IPC socket from iscsid -f command. I tried to add hostIPC: true to the daemonset's pods spec but it doesn't seems to fix anything. (EDIT: uninstalling open-iscsi package on the host fixed it, which is actually the expected behavior).

I'm not sure if those issues are real issues or if they are coming from me not using the plugin in the proper way. Anyway, I think this repository is missing some installation instructions and that the installation experience could be improved (for exemple by using a helm chart, or having the image publicly available on docker hub).

@humblec
Copy link
Contributor

humblec commented Sep 9, 2021

/assign @humblec

@humblec
Copy link
Contributor

humblec commented Sep 9, 2021

@paullaffitte indeed , many hiccups to get this working and I was working towards the initial release [1] , however I was able to deploy it and use to a good extent in my experiments and get deployment , mount...etc working #45 (comment) , eventhough some of the changes are in my local repo yet, you could try to deploy this via [2]

[1] #4
[2] https://github.com/kubernetes-csi/csi-driver-iscsi/pull/45/files

@plaffitt
Copy link
Author

With some little modifications I was able to use your csi-node with my csi-controller and I confirm that it's working properly.

@humblec
Copy link
Contributor

humblec commented Oct 15, 2021

With some little modifications I was able to use your csi-node with my csi-controller and I confirm that it's working properly.

Thanks for confirming.. once we have the iscsi lib in shape, I willl refresh this PR.

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 13, 2022
@humblec
Copy link
Contributor

humblec commented Feb 10, 2022

@paullaffitte now we have the instllation process in place .. so I believe this issue can be closed.. if you face any issues, please feel free to open a new one.

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Mar 12, 2022
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue.

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

4 participants