Skip to content

Commit dd5bf9a

Browse files
authored
fix: Improve log messaging for CIDR preflight check (#1505)
**What problem does this PR solve?**: Improves log messaging. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 5a9fce0 commit dd5bf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhook/preflight/nutanix/cidrvalidation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (c *cidrValidationCheck) Run(ctx context.Context) preflight.CheckResult {
106106
result.InternalError = true
107107
result.Causes = append(result.Causes, preflight.Cause{
108108
Message: fmt.Sprintf(
109-
"Failed to resolve node subnet CIDRs from Prism Central: %s. This is usually a temporary error. Please retry.",
109+
"Failed to resolve node subnet CIDRs from Prism Central: %s. Please retry.",
110110
err,
111111
),
112112
})

0 commit comments

Comments
 (0)