-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add warning message if an higher k8s version is tested #281
Conversation
@@ -210,6 +210,7 @@ function verify_k8s_versions() { | |||
if [[ ${V} > ${MAX} ]]; then | |||
error=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@coulof : Should this be unset, else the script will error out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This error is set the verification as failure, this will not block installation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please attach the test results
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has been tested and working fine.
Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>
Description
Since we are relaxing the constraint on helm installation to higher kubernetes distro, we add the warning message
GitHub Issues
This relates to that PR: dell/helm-charts#410
And ticket : KRV-13492
Checklist:
How Has This Been Tested?
Not tested