Go to file
openshift-ci-robot 3b2eb71a7a Updating .ci-operator.yaml `build_root_image` from openshift/release
This is an autogenerated PR that updates the `.ci-operator.yaml`
to reference the `build_root_image` found in the [ci-operator-config](https://github.com/openshift/release/tree/master/ci-operator/config)
in the [openshift/release](https://github.com/openshift/release) repository.

This is done in preparation for enabling reading the `build_root` from
your repository rather than the central config in [openshift/release](https://github.com/openshift/release).
This allows to update the `build_root` in lockstep with code changes. For details, please
refer to the [docs](https://docs.ci.openshift.org/docs/architecture/ci-operator/#build-root-image).

Note that enabling this feature is mandatory for all OCP components that have an ART build config.

A second autogenerated PR to the [openshift/release repository](https://github.com/openshift/release)
will enable reading the `build_root` from your repository once this PR was merged.

If you have any questions, please feel free to reach out in the #forum-testplatform
channel in the CoreOS Slack.
2021-06-14 23:32:28 +00:00
.github test: fix go mod issue with go1.16 2021-03-07 12:09:11 +00:00
CHANGELOG Add 2.0 changelog 2020-04-16 18:38:40 -07:00
charts Add README.md for the new helm parameter 2021-04-26 06:30:43 +00:00
cmd/nfsplugin chore: use klog instead of glog 2021-01-19 14:37:40 +00:00
deploy feat: upgrade node driver registrar to v2.1.0 2021-04-11 14:10:49 +00:00
docs Update csi-dev.md 2021-04-12 11:36:26 +08:00
hack test: add helm chart index verification 2021-02-19 14:29:47 +00:00
images Updating csi-driver-nfs builder & base images to be consistent with ART 2021-01-13 23:21:41 +00:00
pkg/nfs Merge remote-tracking branch 'upstream/master' into upstream-merge 2021-04-28 10:28:13 +01:00
release-tools Merge commit '0fd83724fd82e082940e6663c01c0373750423ec' into prow-update-master 2021-03-24 13:47:11 +01:00
test add subPath e2e test 2021-04-07 13:12:35 +00:00
vendor Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00
.ci-operator.yaml Updating .ci-operator.yaml `build_root_image` from openshift/release 2021-06-14 23:32:28 +00:00
.cloudbuild.sh Add symlink for cloudbuild.yaml and .cloudbuild.sh 2020-10-14 16:45:32 +05:30
.gitignore test: add make verify 2020-11-16 20:36:41 +00:00
.prow.sh Enable spelling and boilerplate checks in prow and local tests 2021-01-16 14:59:57 +05:30
.travis.yml switch to csi-release-tools 2019-02-20 09:10:47 +01:00
CONTRIBUTING.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Dockerfile feat: add ARCH in Dockerfile 2021-02-22 13:11:21 +00:00
LICENSE Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Makefile add image pull secrets in helm chart 2021-04-25 15:13:03 +00:00
OWNERS Add Bugzilla component information 2020-04-14 14:16:52 +02:00
OWNERS_ALIASES Update shiftstack-team membership 2020-09-17 10:07:16 +02:00
README.md Squashed 'release-tools/' changes from df76aba..1748b16 2021-03-18 09:00:10 +01:00
RELEASE.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
SECURITY_CONTACTS Update OWNERS and SECURITY_CONTACTS 2018-09-18 11:52:04 -07:00
cloudbuild.yaml Squashed 'release-tools/' changes from df76aba..1748b16 2021-03-18 09:00:10 +01:00
code-of-conduct.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
go.mod Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00
go.sum Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00

README.md

CSI NFS driver

Coverage Status

Overview

This is a repository for NFS CSI Driver. Currently it implements bare minimum of the CSI spec and is in the alpha state of the development.

CSI Feature matrix

nfs.csi.k8s.io K8s version compatibility CSI versions compatibility Dynamic Provisioning Resize Snapshots Raw Block AccessModes Status
master 1.16 + v1.0 + yes no no no Read/Write Multiple Pods Alpha
v2.0.0 1.14 + v1.0 + no no no no Read/Write Multiple Pods Alpha

Requirements

The CSI NFS driver requires Kubernetes cluster of version 1.14 or newer and preexisting NFS server, whether it is deployed on cluster or provisioned independently. The plugin itself provides only a communication layer between resources in the cluser and the NFS server.

Install driver on a Kubernetes cluster

Driver parameters

Please refer to nfs.csi.k8s.io driver parameters

Examples

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.