Skip to content

Commit

Permalink
Merge pull request #1926 from andyzhangx/remove-deprecated-versions5
Browse files Browse the repository at this point in the history
cleanup: update new chart versions and remove deprecated versions
  • Loading branch information
andyzhangx committed Aug 4, 2023
2 parents 3f97a3b + 242e29d commit 323a823
Show file tree
Hide file tree
Showing 63 changed files with 82 additions and 83 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ V2: Preview
|Driver Version |Image | supported k8s version |
|----------------|-----------------------------------------------------------|-----------------------|
|`master` branch |mcr.microsoft.com/k8s/csi/azuredisk-csi:latest | 1.21+ |
|v1.28.1 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1 | 1.21+ |
|v1.28.2 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.2 | 1.21+ |
|v1.27.1 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.27.1 | 1.21+ |
|v1.26.5 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5 | 1.21+ |
|v1.26.6 |mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.6 | 1.21+ |

#### V2

Expand Down
100 changes: 50 additions & 50 deletions charts/index.yaml

Large diffs are not rendered by default.

Binary file removed charts/v1.26.5/azuredisk-csi-driver-v1.26.5.tgz
Binary file not shown.
Binary file added charts/v1.26.6/azuredisk-csi-driver-v1.26.6.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: v1.28.1
appVersion: v1.26.6
description: Azure disk Container Storage Interface (CSI) Storage Plugin
name: azuredisk-csi-driver
version: v1.28.1
version: v1.26.6
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
baseRepo: mcr.microsoft.com
azuredisk:
repository: /oss/kubernetes-csi/azuredisk-csi
tag: v1.26.5
tag: v1.26.6
pullPolicy: IfNotPresent
csiProvisioner:
repository: /oss/kubernetes-csi/csi-provisioner
Expand Down
Binary file removed charts/v1.28.1/azuredisk-csi-driver-v1.28.1.tgz
Binary file not shown.
Binary file added charts/v1.28.2/azuredisk-csi-driver-v1.28.2.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: v1.26.5
appVersion: v1.28.2
description: Azure disk Container Storage Interface (CSI) Storage Plugin
name: azuredisk-csi-driver
version: v1.26.5
version: v1.28.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
baseRepo: mcr.microsoft.com
azuredisk:
repository: /oss/kubernetes-csi/azuredisk-csi
tag: v1.28.1
tag: v1.28.2
pullPolicy: IfNotPresent
csiProvisioner:
repository: /oss/kubernetes-csi/csi-provisioner
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.6
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
hostNetwork: true
initContainers:
- name: init
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.6
imagePullPolicy: IfNotPresent
command:
- "powershell.exe"
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
cpu: 30m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.6
imagePullPolicy: IfNotPresent
command:
- "azurediskplugin.exe"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
cpu: 30m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.6
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.5
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.26.6
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.2
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
hostNetwork: true
initContainers:
- name: init
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1-windows-hp
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.2-windows-hp
imagePullPolicy: IfNotPresent
command:
- "powershell.exe"
Expand Down Expand Up @@ -76,15 +76,14 @@ spec:
cpu: 30m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1-windows-hp
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.2-windows-hp
imagePullPolicy: IfNotPresent
command:
- "azurediskplugin.exe"
args:
- --v=5
- --endpoint=$(CSI_ENDPOINT)
- --nodeid=$(KUBE_NODE_NAME)
- --kubeconfig=C:\\k\\config
- --allow-empty-cloud-config=true
- --enable-windows-host-process=true
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
cpu: 30m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.2
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.1
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.2
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/install-azuredisk-csi-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
> - please use helm install method for more customization, e.g. Azure Stack, RedHat OpenShift support.
>
- [install CSI driver master version](./install-csi-driver-master.md)(only for testing purpose)
- [install v1.28.1 CSI driver](./install-csi-driver-v1.28.1.md)
- [install v1.28.2 CSI driver](./install-csi-driver-v1.28.2.md)
- [install v1.27.1 CSI driver](./install-csi-driver-v1.27.1.md)
- [install v1.26.5 CSI driver](./install-csi-driver-v1.26.5.md)
- [install v1.26.6 CSI driver](./install-csi-driver-v1.26.6.md)
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ If you have already installed Helm, you can also use it to install this driver.
### Install by kubectl
- Option#1. remote install
```console
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/v1.26.5/deploy/install-driver.sh | bash -s v1.26.5 snapshot --
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/v1.26.6/deploy/install-driver.sh | bash -s v1.26.6 snapshot --
```

- Option#2. local install
```console
git clone https://github.com/kubernetes-sigs/azuredisk-csi-driver.git
cd azuredisk-csi-driver
git checkout v1.26.5
./deploy/install-driver.sh v1.26.5 local
git checkout v1.26.6
./deploy/install-driver.sh v1.26.6 local
```

### Check pods status:
Expand All @@ -36,13 +36,13 @@ csi-azuredisk-node-dr4s4 3/3 Running 0 7m4
### clean up CSI driver
- Option#1. remote uninstall
```console
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/v1.26.5/deploy/uninstall-driver.sh | bash -s v1.26.5 --
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/v1.26.6/deploy/uninstall-driver.sh | bash -s v1.26.6 --
```

- Option#2. local uninstall
```console
git clone https://github.com/kubernetes-sigs/azuredisk-csi-driver.git
cd azuredisk-csi-driver
git checkout v1.26.5
./deploy/install-driver.sh v1.26.5 local
git checkout v1.26.6
./deploy/install-driver.sh v1.26.6 local
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ If you have already installed Helm, you can also use it to install this driver.
### Install by kubectl
- Option#1. remote install
```console
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/v1.28.1/deploy/install-driver.sh | bash -s v1.28.1 snapshot --
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/v1.28.2/deploy/install-driver.sh | bash -s v1.28.2 snapshot --
```

- Option#2. local install
```console
git clone https://github.com/kubernetes-sigs/azuredisk-csi-driver.git
cd azuredisk-csi-driver
git checkout v1.28.1
./deploy/install-driver.sh v1.28.1 local
git checkout v1.28.2
./deploy/install-driver.sh v1.28.2 local
```

### Check pods status:
Expand All @@ -36,13 +36,13 @@ csi-azuredisk-node-dr4s4 3/3 Running 0 7m4
### clean up CSI driver
- Option#1. remote uninstall
```console
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/v1.28.1/deploy/uninstall-driver.sh | bash -s v1.28.1 --
curl -skSL https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/v1.28.2/deploy/uninstall-driver.sh | bash -s v1.28.2 --
```

- Option#2. local uninstall
```console
git clone https://github.com/kubernetes-sigs/azuredisk-csi-driver.git
cd azuredisk-csi-driver
git checkout v1.28.1
./deploy/install-driver.sh v1.28.1 local
git checkout v1.28.2
./deploy/install-driver.sh v1.28.2 local
```

0 comments on commit 323a823

Please sign in to comment.