Open Issues Need Help
View All on GitHubAI 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