-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add v0.7.0 Compatibility yaml * Update Namespace and Comaptibility Matrix for github actions Signed-off-by: asifdxtreme <smohammadasi@vmware.com> * Update compatibility yaml Signed-off-by: asifdxtreme <smohammadasi@vmware.com> * Update compatibility-v0.7.0.yaml * Update compatibility-v0.7.0.yaml Add custom webhook validation and secret generation * adding RBAC for validating webhook (#181) Co-authored-by: Tanya Aggarwal <aggarwalta@vmware.com> * Update compatibility-v0.7.0.yaml * Update compatibility-v0.7.0.yaml * Create webhook.yaml * Update compatibility-v0.7.0.yaml * Update webhook.yaml Remove PDB * Create namespace.yaml * Create vsphere-csi-driver.yaml * Update compatibility-v0.7.0.yaml * Update compatibility-v0.7.0.yaml to support k8s 1.30 * Create namespace.yaml for 3.0.0 * Create vsphere-csi-driver.yaml * Update compatibility-v0.7.0.yaml for CSI 3.0.0 * Update versions in compatibility-v0.7.0.yaml * Create compatibility-v1.0.0.yaml * Update vsphere-csi-driver.yaml Backport the old label as Openshift is damn slow in adapting to Opensource K8s --------- Signed-off-by: asifdxtreme <smohammadasi@vmware.com> Co-authored-by: Tanya Aggarwal <aggarwalta@vmware.com>
- Loading branch information
1 parent
86aa926
commit ac5089f
Showing
4 changed files
with
796 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"CSI" : { | ||
"3.0.0" : { | ||
"vSphere": { "min": "6.7.1", "max": "8.2.0" }, | ||
"k8s": { "min": "1.25", "max": "1.27" }, | ||
"isCPIRequired": false, | ||
"deploymentPath": [ | ||
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/3.0.0/namespace.yaml", | ||
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/webhook.yaml", | ||
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/3.0.0/vsphere-csi-driver.yaml" ] | ||
}, | ||
"2.7.0" : { | ||
"vSphere": { "min": "6.7.1", "max": "8.0.1" }, | ||
"k8s": { "min": "1.23", "max": "1.25" }, | ||
"isCPIRequired": false, | ||
"deploymentPath": [ | ||
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/namespace.yaml", | ||
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/webhook.yaml", | ||
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/vsphere-csi-driver.yaml" ] | ||
}, | ||
"2.6.2": { | ||
"vSphere": { "min": "6.7.1", "max": "8.0.1" }, | ||
"k8s": { "min": "1.22", "max": "1.24" }, | ||
"isCPIRequired": false, | ||
"deploymentPath": [ | ||
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.6.2/manifests/vanilla/namespace.yaml", | ||
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.6.2/manifests/vanilla/vsphere-csi-driver.yaml" ] | ||
}, | ||
"2.5.1": { | ||
"vSphere": { "min": "6.7.1", "max": "8.0.1" }, | ||
"k8s": { "min": "1.21", "max": "1.23" }, | ||
"isCPIRequired": false, | ||
"deploymentPath": [ | ||
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.5.1/manifests/vanilla/namespace.yaml", | ||
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.5.1/manifests/vanilla/validatingwebhook.yaml", | ||
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.5.1/manifests/vanilla/vsphere-csi-driver.yaml" ] | ||
} | ||
}, | ||
"CPI" : { | ||
"1.26.0": { | ||
"vSphere": { "min": "6.7.1", "max": "8.0.1" }, | ||
"k8s": { "skewVersion": "1.26" }, | ||
"deploymentPath": [ | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.26.0/manifests/controller-manager/cloud-controller-manager-roles.yaml", | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.26.0/manifests/controller-manager/cloud-controller-manager-role-bindings.yaml", | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.26.0/manifests/controller-manager/vsphere-cloud-controller-manager-ds.yaml" ] | ||
}, | ||
"1.25.0": { | ||
"vSphere": { "min": "6.7.1", "max": "8.0.1" }, | ||
"k8s": { "skewVersion": "1.25" }, | ||
"deploymentPath": [ | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.25.0/manifests/controller-manager/cloud-controller-manager-roles.yaml", | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.25.0/manifests/controller-manager/cloud-controller-manager-role-bindings.yaml", | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.25.0/manifests/controller-manager/vsphere-cloud-controller-manager-ds.yaml" ] | ||
}, | ||
"1.24.0": { | ||
"vSphere": { "min": "6.7.1", "max": "8.0" }, | ||
"k8s": { "skewVersion": "1.24" }, | ||
"deploymentPath": [ | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.24.0/manifests/controller-manager/cloud-controller-manager-roles.yaml", | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.24.0/manifests/controller-manager/cloud-controller-manager-role-bindings.yaml", | ||
"https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/v1.24.0/manifests/controller-manager/vsphere-cloud-controller-manager-ds.yaml" ] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
name: vmware-system-csi | ||
labels: | ||
pod-security.kubernetes.io/enforce: privileged | ||
pod-security.kubernetes.io/enforce-version: latest |
Oops, something went wrong.