From 3500af397c649d752375a84f563feb9c14a5e9cf Mon Sep 17 00:00:00 2001 From: Pauline L Date: Mon, 8 Apr 2024 15:20:40 +0200 Subject: [PATCH] Update doc for clusters restart-node (#504) --- CHANGES.rst | 2 ++ docs/commands/clusters.rst | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ca344349..8bc0f37f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,8 @@ Changes for croud Unreleased ========== +- Update doc for ``clusters restart-node`` because it is not superuser only anymore. + 1.11.0 - 2024/03/12 =================== diff --git a/docs/commands/clusters.rst b/docs/commands/clusters.rst index b7332787..c0766fab 100644 --- a/docs/commands/clusters.rst +++ b/docs/commands/clusters.rst @@ -284,7 +284,6 @@ Example sh$ croud clusters restart-node \ --cluster-id 8d6a7c3c-61d5-11e9-a639-34e12d2331a1 \ --ordinal 1 - --sudo +--------+----------+ | code | status | |--------+----------| @@ -292,10 +291,6 @@ Example +--------+----------+ ==> Success: Node restarted. It may take a few minutes to complete the changes. -.. note:: - - This command is only available for superusers. - ``clusters set-deletion-protection`` ====================================