-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix FenceAgentSucceededConditionMessage Condition Message #85
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7 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 |
/test 4.13-openshift-e2e |
@@ -34,7 +34,7 @@ const ( | |||
RemediationFinishedNodeNotFoundConditionMessage = "FAR CR name doesn't match a node name" | |||
RemediationInterruptedByNHCConditionMessage = "Node Healthcheck timeout annotation has been set" | |||
RemediationStartedConditionMessage = "FAR CR was found, its name matches one of the cluster nodes, and a finalizer was set to the CR" | |||
FenceAgentSucceededConditionMessage = "FAR taint was added, fence agent command has been created and executed successfully" | |||
FenceAgentSucceededConditionMessage = "FAR taint was added, and fence agent command has been created and executed successfully" |
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.
Nit: I think you don't need the comma here, it is not a series of things, where usually the Oxford comma is used.
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.
looks better?
Missing 'and the'
c0ce893
to
831a0d9
Compare
/test 4.13-openshift-e2e |
/lgtm |
/retest |
1 similar comment
/retest |
Missing
and the
in the condition message.