Loading deploy/kubernetes/csi-s3.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -81,8 +81,8 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true image: ctrox/csi-s3:v1.2.0-rc.1 imagePullPolicy: "Always" image: csi-s3 imagePullPolicy: IfNotPresent args: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(NODE_ID)" Loading deploy/kubernetes/examples/pod.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ spec: - name: csi-s3-test-nginx image: nginx volumeMounts: - mountPath: /var/lib/www/html - mountPath: /usr/share/nginx/html/s3 name: webroot volumes: - name: webroot Loading deploy/kubernetes/examples/storageclass.yaml +1 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,7 @@ metadata: name: csi-s3 provisioner: ch.ctrox.csi.s3-driver parameters: # specify which mounter to use # can be set to rclone, s3fs, goofys or s3backer mounter: rclone mounter: goofys # to use an existing bucket, specify it here: # bucket: some-existing-bucket csi.storage.k8s.io/provisioner-secret-name: csi-s3-secret Loading deploy/kubernetes/provisioner.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -86,7 +86,8 @@ spec: - name: socket-dir mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver - name: csi-s3 image: ctrox/csi-s3:v1.2.0-rc.1 image: csi-s3 imagePullPolicy: IfNotPresent args: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(NODE_ID)" Loading @@ -98,7 +99,6 @@ spec: valueFrom: fieldRef: fieldPath: spec.nodeName imagePullPolicy: "Always" volumeMounts: - name: socket-dir mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver Loading Loading
deploy/kubernetes/csi-s3.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -81,8 +81,8 @@ spec: capabilities: add: ["SYS_ADMIN"] allowPrivilegeEscalation: true image: ctrox/csi-s3:v1.2.0-rc.1 imagePullPolicy: "Always" image: csi-s3 imagePullPolicy: IfNotPresent args: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(NODE_ID)" Loading
deploy/kubernetes/examples/pod.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ spec: - name: csi-s3-test-nginx image: nginx volumeMounts: - mountPath: /var/lib/www/html - mountPath: /usr/share/nginx/html/s3 name: webroot volumes: - name: webroot Loading
deploy/kubernetes/examples/storageclass.yaml +1 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,7 @@ metadata: name: csi-s3 provisioner: ch.ctrox.csi.s3-driver parameters: # specify which mounter to use # can be set to rclone, s3fs, goofys or s3backer mounter: rclone mounter: goofys # to use an existing bucket, specify it here: # bucket: some-existing-bucket csi.storage.k8s.io/provisioner-secret-name: csi-s3-secret Loading
deploy/kubernetes/provisioner.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -86,7 +86,8 @@ spec: - name: socket-dir mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver - name: csi-s3 image: ctrox/csi-s3:v1.2.0-rc.1 image: csi-s3 imagePullPolicy: IfNotPresent args: - "--endpoint=$(CSI_ENDPOINT)" - "--nodeid=$(NODE_ID)" Loading @@ -98,7 +99,6 @@ spec: valueFrom: fieldRef: fieldPath: spec.nodeName imagePullPolicy: "Always" volumeMounts: - name: socket-dir mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver Loading