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

Support cluster upgrade for day1 scenario #1076

Conversation

yevgeny-shnaidman
Copy link
Member

the kernel module image's tag should be equal to kernel version of the node. Pull image will get the current kernel version of the node and use this value as a tag for image to pull

@yevgeny-shnaidman
Copy link
Member Author

/assign @qbarrand

Copy link

netlify bot commented Apr 7, 2024

Deploy Preview for openshift-kmm ready!

Name Link
🔨 Latest commit c1c8026
🔍 Latest deploy log https://app.netlify.com/sites/openshift-kmm/deploys/6613e357c5c5cd00080548ff
😎 Deploy Preview https://deploy-preview-1076--openshift-kmm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@openshift-ci openshift-ci bot requested review from mresvanis and ybettan April 7, 2024 10:30
Copy link

openshift-ci bot commented Apr 7, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: yevgeny-shnaidman

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Apr 7, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.56%. Comparing base (2ae391e) to head (2c5f782).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1076   +/-   ##
=======================================
  Coverage   75.56%   75.56%           
=======================================
  Files          66       66           
  Lines        5909     5909           
=======================================
  Hits         4465     4465           
  Misses       1216     1216           
  Partials      228      228           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


if [ -e $kernel_module_image_filepath ]; then
echo "File $kernel_module_image_filepath found.Nothing to do, the file was handled, removing it"
echo "File $kernel_module_image_filepath found.Nothing to do, the file was handled, removing $kernel_module_image_filepath and $kmm_config_file_filepath"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo "File $kernel_module_image_filepath found.Nothing to do, the file was handled, removing $kernel_module_image_filepath and $kmm_config_file_filepath"
echo "File $kernel_module_image_filepath found. Nothing to do, the file was handled, removing $kernel_module_image_filepath and $kmm_config_file_filepath"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need space after dot?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it clearer? Took me few seconds to realize it is not a Nothing field name in a found object :)

@yevgeny-shnaidman yevgeny-shnaidman force-pushed the yevgeny/day1-cluster-upgrade branch 2 times, most recently from c9a2fb4 to 8b2795f Compare April 8, 2024 11:23
the kernel module image's tag should be equal to kernel version of the
node. Pull image will get the current kernel version of the node
and use this value as a tag for image to pull
@qbarrand
Copy link
Member

qbarrand commented Apr 8, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Apr 8, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 9591126 into rh-ecosystem-edge:main Apr 8, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants