Open
Description
Description
For security compliance and general debugging, occasionally we cordon a node and then might need to connect to the node to perform some post-mortem analysis. It's important that the node not be deleted due to consolidation or node expiration.
What is the best way to accomplish this?
- karpenter.sh/do-not-disrupt=true annotation on the node?
- adding a custom finalizer to prevent termination?
Activity