-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompat-matrix.yaml
25 lines (24 loc) · 1.61 KB
/
compat-matrix.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"CSI" : {
"2.2.1" : {
"vSphere" : { "min" : "6.7.1", "max": "7.0.4"},
"k8s" : {"min": "1.18", "max": "1.22"},
"isCPIRequired" : false,
"deploymentPath": [
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.2.1/manifests/v2.2.1/rbac/vsphere-csi-controller-rbac.yaml",
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.2.1/manifests/v2.2.1/rbac/vsphere-csi-node-rbac.yaml",
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.2.1/manifests/v2.2.1/deploy/vsphere-csi-controller-deployment.yaml",
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.2.1/manifests/v2.2.1/deploy/vsphere-csi-node-ds.yaml"]
}
},
"CPI" : {
"1.20.0" : {
"vSphere" : { "min" : "6.7.1", "max": "7.0.4"},
"k8s" : {"skewVersion": "1.22"},
"deploymentPath": [
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.20.0/manifests/controller-manager/cloud-controller-manager-roles.yaml",
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.20.0/manifests/controller-manager/cloud-controller-manager-role-bindings.yaml",
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.20.0/manifests/controller-manager/vsphere-cloud-controller-manager-ds.yaml"]
}
}
}