Skip to content

Commit

Permalink
Merge pull request #121 from taotriad/main
Browse files Browse the repository at this point in the history
README.md: s/pod/node/
  • Loading branch information
slintes authored Feb 28, 2024
2 parents d125978 + 6634561 commit 57b9c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NMO was *previously* developed under [KubeVirt](https://github.com/kubevirt/node

The purpose of this operator is to watch for new or deleted custom resources (CRs) called `NodeMaintenance` which indicate that a node in the cluster should either:
- `NodeMaintenance` CR created: move node into maintenance, cordon the node - set it as unschedulable, and evict the pods (which can be evicted) from that node.
- `NodeMaintenance` CR deleted: remove pod from maintenance and uncordon the node - set it as schedulable.
- `NodeMaintenance` CR deleted: remove node from maintenance and uncordon the node - set it as schedulable.

> *Note*: The current behavior of the operator is to mimic `kubectl drain <node name>`.
Expand Down

0 comments on commit 57b9c57

Please sign in to comment.