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]>
(cherry picked from commit 4864291)
  • Loading branch information
jangseon-ryu authored and derekbit committed Nov 22, 2024
1 parent 426ef84 commit 1be9bb2
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 @@ -960,6 +960,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 1be9bb2

Please sign in to comment.