Skip to content

Commit

Permalink
doc: 1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Jan 17, 2024
1 parent a165f3b commit ec22aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Flags:
--reboot-command string command to run when a reboot is required (default "/bin/systemctl reboot")
--reboot-days strings schedule reboot on these days (default [su,mo,tu,we,th,fr,sa])
--reboot-delay duration delay reboot for this duration (default: 0, disabled)
--reboot-method method to use for reboots (default command), available: command, signal
--reboot-signal signal to use for reboots (default 39 = SIGRTMIN+5).
--reboot-sentinel string path to file whose existence triggers the reboot command (default "/var/run/reboot-required")
--reboot-sentinel-command string command for which a zero return code will trigger a reboot command
--skip-wait-for-delete-timeout int when seconds is greater than zero, skip waiting for the pods whose deletion timestamp is older than N seconds while draining a node
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ server:

| kured | {k8s.io/,}kubectl | k8s.io/client-go | k8s.io/apimachinery | expected kubernetes compatibility |
| ------ | ----------------- | ---------------- | ------------------- | --------------------------------- |
| 1.15.0 | 0.28.4 | v0.28.4 | v0.28.4 | 1.27.x, 1.28.x, 1.29.x |
| 1.14.2 | 0.27.6 | v0.27.6 | v0.27.6 | 1.26.x, 1.27.x, 1.28.x |
| 1.13.2 | 0.26.7 | v0.26.7 | v0.26.7 | 1.25.x, 1.26.x, 1.27.x |
| 1.12.2 | 0.25.5 | v0.25.5 | v0.25.5 | 1.24.x, 1.25.x, 1.26.x |
Expand Down

0 comments on commit ec22aa7

Please sign in to comment.