Skip to content

Commit

Permalink
fix: support red hat package validation to resolve unknown os event
Browse files Browse the repository at this point in the history
Signed-off-by: jangseon.ryu <[email protected]>
  • Loading branch information
jangseon-ryu committed Nov 18, 2024
1 parent faf2723 commit 54c8346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controller/node_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,8 @@ func (nc *NodeController) syncPackagesInstalled(kubeNode *corev1.Node, node *lon
fallthrough
case strings.Contains(osImage, "fedora"):
fallthrough
case strings.Contains(osImage, "red hat"):
fallthrough
case strings.Contains(osImage, "rocky"):
fallthrough
case strings.Contains(osImage, "ol"):
Expand Down

0 comments on commit 54c8346

Please sign in to comment.