Skip to content
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

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

coulof
Copy link
Contributor

@coulof coulof commented Apr 19, 2024

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:

  • Have you run format,vet & lint checks against your submission?
  • Have you made sure that the code compiles?
  • Did you run the unit & integration tests successfully?
  • Have you maintained at least 90% code coverage?
  • Have you commented your code, particularly in hard-to-understand areas
  • Have you done corresponding changes to the documentation
  • Did you run tests in a real Kubernetes cluster?
  • Backward compatibility is not broken

How Has This Been Tested?

Not tested

@@ -210,6 +210,7 @@ function verify_k8s_versions() {
if [[ ${V} > ${MAX} ]]; then
error=1
Copy link
Collaborator

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

Copy link
Collaborator

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

Copy link
Collaborator

@shanmydell shanmydell left a 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

Copy link
Collaborator

@shanmydell shanmydell left a 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.

@shanmydell shanmydell merged commit 129e4f9 into main Apr 25, 2024
4 checks passed
@shanmydell shanmydell deleted the relax-kubeVersion-check branch April 25, 2024 10:43
Sahiba-Gupta pushed a commit that referenced this pull request Oct 11, 2024
Co-authored-by: Yamunadevi N Shanmugam <82038610+shanmydell@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants