Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #27 from subodh01/master
Browse files Browse the repository at this point in the history
Nutanix CSI driver v2.1.0 release
  • Loading branch information
subodh01 authored Oct 15, 2020
2 parents 02d3f8d + 6e5a1a1 commit 3d17c77
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ https://portal.nutanix.com/page/documents/details?targetId=CSI-Volume-Driver-v2_
New features:
1. Volume clone
2. Volume snapshot and Restore

## Nutanix CSI driver v2.1.0 documentation
https://portal.nutanix.com/page/documents/details?targetId=CSI-Volume-Driver-v2_1:CSI-Volume-Driver-v2_1

New feature:
IP Address Whitelisting
2 changes: 1 addition & 1 deletion deploy/Centos/ntnx-csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: ntnx/ntnx-csi:v2.0.0
image: ntnx/ntnx-csi:v2.1.0
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/Centos/ntnx-csi-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: ntnx-csi-plugin
image: ntnx/ntnx-csi:v2.0.0
image: ntnx/ntnx-csi:v2.1.0
securityContext:
allowPrivilegeEscalation: true
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/SLES15SP1/ntnx-csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: ntnx/ntnx-csi:v1.1.1
image: ntnx/ntnx-csi:v2.1.0
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/SLES15SP1/ntnx-csi-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: ntnx-csi-plugin
image: ntnx/ntnx-csi:v1.1.1
image: ntnx/ntnx-csi:v2.1.0
securityContext:
allowPrivilegeEscalation: true
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/Ubuntu1804/ntnx-csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: ntnx/ntnx-csi:v1.1.1
image: ntnx/ntnx-csi:v2.1.0
args :
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/Ubuntu1804/ntnx-csi-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: ntnx-csi-plugin
image: ntnx/ntnx-csi:v1.1.1
image: ntnx/ntnx-csi:v2.1.0
securityContext:
allowPrivilegeEscalation: true
privileged: true
Expand Down

0 comments on commit 3d17c77

Please sign in to comment.