diff --git a/ops/model.py b/ops/model.py index 3ee6a7897..08bf3e52e 100644 --- a/ops/model.py +++ b/ops/model.py @@ -699,10 +699,8 @@ def reboot(self, now: bool = False) -> None: hook to complete; this is useful when multiple restarts are required (Juju will re-run the hook after rebooting). - This will silently fail for Kubernetes charms. - - This can only be called for the current unit, and cannot be used in an action - hook. + This is not supported on Kubernetes charms, can only be called for the current unit, + and cannot be used in an action hook. Args: now: terminate immediately without waiting for the current hook to complete,