Skip to content
  • Jack Francis's avatar
    add node annotations · baf83408
    Jack Francis authored
    adds a new --annotate-nodes daemonset runtime argument, which does the following when enabled:
    
    - adds a new node annotation "weave.works/kured-most-recent-reboot-needed" with a value of the current RFC3339 timestamp as soon as kured identifies that a node needs to be rebooted
    - adds a new node annotation "weave.works/kured-reboot-in-progress" with a value of the current RFC3339 timestamp as soon as kured identifies that a node needs to be rebooted
    - removes the annotation "weave.works/kured-reboot-in-progress" when kured has successfully rebooted the node
    baf83408