Open Issues Need Help
View All on GitHub Operator should clean up nodes that no longer exist from status about 1 year ago
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