Go to file
Kubernetes Prow Robot 6fd4ed4feb
Merge pull request #358 from kubernetes-csi/dependabot/go_modules/google.golang.org/grpc-1.75.0
build(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0
2025-08-20 05:55:10 -07:00
.github build(deps): bump actions/checkout from 4 to 5 2025-08-12 19:47:23 +00:00
cmd/iscsiplugin fix: build failure 2023-12-07 13:27:06 +00:00
deploy fix: set ClusterFirstWithHostNet as default dnsPolicy 2023-04-30 09:04:20 +00:00
docs doc: fix typo 2023-12-07 13:28:47 +00:00
examples add discovery config to make iscsiadm discovery target 2025-06-24 16:20:54 +08:00
hack misspell: Go 1.18 no longer supports "go get" 2022-04-04 19:46:29 +02:00
pkg Merge pull request #350 from Asutorufa/master 2025-07-24 01:28:28 -07:00
release-tools Merge commit '7d953f7907fe2da7f53a0f4ee010e635f767da0c' into go1.24 2025-04-02 09:12:51 +00:00
test/sanity test: add sanity test github action 2021-10-17 11:08:19 +00:00
vendor build(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0 2025-08-20 12:34:57 +00:00
.cloudbuild.sh Add .cloudbuild.sh 2020-10-31 03:02:44 +00:00
.gitattributes Add golangci linter to the github workflow 2022-01-21 10:08:00 +05:30
.gitignore Add .prow.sh 2020-01-29 22:38:43 +08:00
.prow.sh Add shellcheck github action 2022-01-25 17:30:02 +05:30
.trivyignore test: ignore incorrect CVE-2020-8559 report error 2024-04-25 14:29:22 +00:00
CONTRIBUTING.md doc: correcting markdown formatting errors on readme 2022-04-22 16:24:17 +05:30
Dockerfile build(deps): bump build-image/debian-base 2025-06-17 17:53:01 +00:00
LICENSE Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Makefile Make use of `make container` target from the release tools 2022-09-14 21:16:48 +05:30
OWNERS OWNERS update with aliases 2021-05-21 13:04:26 +02:00
OWNERS_ALIASES OWNERS update with aliases 2021-05-21 13:04:26 +02:00
README.md doc: correcting markdown formatting errors on readme 2022-04-22 16:24:17 +05:30
RELEASE.md doc: correcting markdown formatting errors on readme 2022-04-22 16:24:17 +05:30
SECURITY_CONTACTS Update SECURITY_CONTACTS file 2021-12-21 09:10:38 +05:30
cloudbuild.yaml Squashed 'release-tools/' changes from 98f23071..04965932 2024-12-23 03:33:20 +00:00
code-of-conduct.md doc: correcting markdown formatting errors on readme 2022-04-22 16:24:17 +05:30
go.mod build(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0 2025-08-20 12:34:57 +00:00
go.sum build(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0 2025-08-20 12:34:57 +00:00

README.md

ISCSI CSI driver for Kubernetes

Overview

This is a repository for iscsi CSI driver, csi plugin name: iscsi.csi.k8s.io. This driver requires existing and already configured iscsi server, it could dynamically attach/mount, detach/unmount based on CSI GRPC calls.

Project status: Alpha

Container Images & Kubernetes Compatibility:

driver version supported k8s version status
master branch 1.19+ alpha

Install driver on a Kubernetes cluster

Troubleshooting

Kubernetes Development

Please refer to development guide

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.