Skip to content

Commit

Permalink
fix: Kured default options for sentinel path
Browse files Browse the repository at this point in the history
- path has to point to the host's /var/run mountpoint
  in the container
  • Loading branch information
jr-dimedis committed Feb 5, 2024
1 parent 4a7765c commit efc7f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ installCRDs: true
"pre-reboot-node-labels" : "kured=rebooting",
"post-reboot-node-labels" : "kured=done",
"period" : "5m",
"reboot-sentinel" : "/sentinel/reboot-required"
}, var.kured_options)

k3s_registries_update_script = <<EOF
Expand Down

0 comments on commit efc7f73

Please sign in to comment.