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

OCP4.17: self-node-remediation-operator #960

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ebattat
Copy link
Collaborator

@ebattat ebattat commented Jan 23, 2025

Type of change

Note: Fill x in []

  • bug
  • enhancement
  • documentation
  • dependencies

Description

self-node-remediation-operator should be installed in OCP4.17,
for more details see

For security reasons, all pull requests need to be approved first before running any automated CI

@ebattat ebattat added the bug Something isn't working label Jan 23, 2025
@ebattat ebattat requested a review from RobertKrawitz January 23, 2025 14:15
@ebattat ebattat self-assigned this Jan 23, 2025
@ebattat ebattat added the ok-to-test PR ok to test label Jan 23, 2025
@@ -26,16 +26,15 @@ def create_nhc_snr(self):
logger.info(f'run {resource}')
self.__oc.create_async(yaml=os.path.join(self.__path, resource))

if '03_subscription.yaml' in resource:
# verify once after create all resource files
if '03_nhc_subscription.yaml' in resource:
Copy link
Member

Choose a reason for hiding this comment

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

For the future, we should not have to hard code all of this inline in this way. But that's a separate issue and not a problem with this PR per se.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ok-to-test PR ok to test
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants