Skip to content

Commit

Permalink
Add warning message if an higher k8s version is tested (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: Yamunadevi N Shanmugam <[email protected]>
  • Loading branch information
coulof and shanmydell authored Apr 25, 2024
1 parent cc8915a commit 129e4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dell-csi-helm-installer/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ function verify_k8s_versions() {
if [[ ${V} > ${MAX} ]]; then
error=1
found_warning "Kubernetes version ${V} is newer than the version that has been tested. Latest tested version is: ${MAX}"
found_warning "To ensure the driver is fully supported run cert-csi and make sure all tests pass. More details: https://dell.github.io/csm-docs/docs/cert-csi/"
fi
check_error error

Expand Down

0 comments on commit 129e4f9

Please sign in to comment.