A Kubernetes Operator to manage Node OS customizations.

1 Open Issue Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a cleanup mechanism in the Skyhook Kubernetes operator to remove stale node entries from the operator's status. This involves modifying the operator's reconciliation logic to only include nodes currently present in the cluster and matching the node selectors, and adding unit tests for the new cleanup functionality.

Complexity: 4/5
good first issue

A Kubernetes Operator to manage Node OS customizations.

Go