Skip to content

Commit

Permalink
Release0.1.2 (#44)
Browse files Browse the repository at this point in the history
* release 0.1.2

* rename example

* remove useless file
  • Loading branch information
vinli-cn authored Jun 1, 2022
1 parent af9aa17 commit bdb2f26
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 239 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,3 @@ build-push: azurelustre-container
clean:
go clean -r -x
-rm -rf _output

.PHONY: create-metrics-svc
create-metrics-svc:
kubectl create -f deploy/example/metrics/csi-azurelustre-controller-svc.yaml

.PHONY: delete-metrics-svc
delete-metrics-svc:
kubectl delete -f deploy/example/metrics/csi-azurelustre-controller-svc.yaml --ignore-not-found
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This driver allows Kubernetes to access Azure Lustre file system.
| Driver version | Image | Supported k8s version | Lustre client version |
|-----------------|---------------------------------------------------------------|-----------------------|-----------------------|
| main branch | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:latest | 1.21+ | 2.14 |
| v0.1.1 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v.0.1.1 | 1.21+ | 2.14 |
| v0.1.2 | mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.2 | 1.21+ | 2.14 |

 

Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.1
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.2
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azurelustre-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.1
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.2
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down
12 changes: 0 additions & 12 deletions deploy/example/azure.json

This file was deleted.

171 changes: 0 additions & 171 deletions deploy/example/e2e_usage.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 0 additions & 22 deletions deploy/example/metrics/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions deploy/example/metrics/csi-azurelustre-controller-svc.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions deploy/kustomization.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion test/external-e2e/e2etest_storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
provisioner: azurelustre.csi.azure.com
parameters:
mgs-ip-address: "172.18.16.8" # dev1, azurelustre cluster for daily work
#mgs-ip-address: "172.18.17.8" # dev2, azurelustre cluster for long-haul and PR gated check-in
#mgs-ip-address: "172.18.17.7" # dev2, azurelustre cluster for long-haul and PR gated check-in
fs-name: "lustrefs"

0 comments on commit bdb2f26

Please sign in to comment.