https://github.com/robin-rpr/csi-driver-sshfs
This driver allows Kubernetes to access SSHFS server on Linux node.
https://github.com/robin-rpr/csi-driver-sshfs
csi k8s-sig-storage kubernetes sshfs
Last synced: about 1 year ago
JSON representation
This driver allows Kubernetes to access SSHFS server on Linux node.
- Host: GitHub
- URL: https://github.com/robin-rpr/csi-driver-sshfs
- Owner: robin-rpr
- License: apache-2.0
- Created: 2022-11-03T18:38:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T20:41:10.000Z (over 3 years ago)
- Last Synced: 2024-01-31T04:20:01.196Z (about 2 years ago)
- Topics: csi, k8s-sig-storage, kubernetes, sshfs
- Language: Go
- Homepage: https://csi-sshfs.com
- Size: 22.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG/CHANGELOG-2.0.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
**Status:** Experimental (only for development, expect crashes)

# SSHFS CSI driver for Kubernetes

[](https://coveralls.io/github/robin-rpr/csi-driver-sshfs?branch=master)
### Overview
This is a repository for [SSHFS](https://en.wikipedia.org/wiki/SSHFS) [CSI](https://kubernetes-csi.github.io/docs/) driver, csi plugin name: `sshfs.csi.k8s.io`. This driver requires existing and already configured SSHFS server, it supports dynamic provisioning of Persistent Volumes via Persistent Volume Claims by creating a new sub directory under SSHFS server.
### Project status: pre-alpha [Learn more ...](https://en.wikipedia.org/wiki/Software_release_life_cycle)
### Container Images & Kubernetes Compatibility:
|driver version | supported k8s version | status |
|----------------|-----------------------|-----------|
|master branch | 1.20+ | pre-alpha |
### Install driver on a Kubernetes cluster
- install by [kubectl](./docs/install-sshfs-csi-driver.md)
- install by [helm charts](./charts)
### Driver parameters
Please refer to [`sshfs.csi.k8s.io` driver parameters](./docs/driver-parameters.md)
### Examples
- [Basic usage](./deploy/example/README.md)
- [fsGroupPolicy](./deploy/example/fsgroup)
### Troubleshooting
- [CSI driver troubleshooting guide](./docs/csi-debug.md)
## Kubernetes Development
Please refer to [development guide](./docs/csi-dev.md)
### Community, discussion, contribution, and support
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
You can reach the maintainers of this project at:
- [Slack channel](https://kubernetes.slack.com/messages/sig-storage)
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-storage)
### Code of conduct
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).
[owners]: https://git.k8s.io/community/contributors/guide/owners.md
[Creative Commons 4.0]: https://git.k8s.io/website/LICENSE