Skip to content

Commit

Permalink
Merge pull request #24 from wozniakjan/test_before_release
Browse files Browse the repository at this point in the history
Changes from testing before first release
  • Loading branch information
k8s-ci-robot authored Mar 6, 2020
2 parents 45e57bf + 748602f commit 6c3e1fd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 102 deletions.
63 changes: 0 additions & 63 deletions deploy/kubernetes/csi-attacher-nfsplugin.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions deploy/kubernetes/csi-attacher-rbac.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions deploy/kubernetes/csi-nfs-driverinfo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: storage.k8s.io/v1beta1
kind: CSIDriver
metadata:
name: csi-nfsplugin
spec:
attachRequired: false
volumeLifecycleModes:
- Persistent
podInfoOnMount: true
2 changes: 1 addition & 1 deletion deploy/kubernetes/csi-nodeplugin-nfsplugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This YAML file contains driver-registrar & csi driver nodeplugin API objects
# that are necessary to run CSI nodeplugin for nfs
kind: DaemonSet
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
name: csi-nodeplugin-nfsplugin
spec:
Expand Down
2 changes: 1 addition & 1 deletion pkg/nfs/nfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
)

var (
version = "1.0.0-rc2"
version = "1.0.0"
)

func NewNFSdriver(nodeID, endpoint string) *nfsDriver {
Expand Down

0 comments on commit 6c3e1fd

Please sign in to comment.