Commit 296b373
authored
Ignore SysctlChanged condition when using
<!-- Include the issue number below -->
## Fixes
Current pipelines that fail for no reason, see #1105
## Proposed Changes
* Fixes `kf doctor` reporting status `FAIL` when diagnosing perfectly
fine nodes by ignoring specific `SysctlChanged` condition.
## Release Notes
<!-- kf follows the Keep A Changelog standard for release notes.
https://keepachangelog.com/en/1.0.0/
Changelog entries should be one per line and start with one of the
following
words:
`Added` for new features.
`Changed` for changes in existing functionality.
`Deprecated` for soon-to-be removed features.
`Removed` for now removed features.
`Fixed` for any bug fixes.
`Security` in case of vulnerabilities.
If one of the changes is breaking include that as a second word e.g.
Removed BREAKING support for manifests v1
-->
```release-note
`Fixed` `kf doctor` reporting FAIL on node conditions despite node being healthly
```kf doctor (#1106)1 parent ae0b8bf commit 296b373
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
425 | 430 | | |
426 | 431 | | |
427 | 432 | | |
| |||
501 | 506 | | |
502 | 507 | | |
503 | 508 | | |
504 | | - | |
505 | | - | |
506 | | - | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
507 | 512 | | |
508 | 513 | | |
509 | 514 | | |
| |||
0 commit comments