You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROOT_IO.critical('Telemetry is disabled. To enable OBD telemetry, run the `obd env set TELEMETRY_MODE 1` command.')
@@ -914,11 +914,12 @@ class ClusterDestroyCommand(ClusterMirrorCommand):
914
914
def__init__(self):
915
915
super(ClusterDestroyCommand, self).__init__('destroy', 'Destroy a deployed cluster.')
916
916
self.parser.add_option('-f', '--force-kill', action='store_true', help="Force kill the running observer process in the working directory.")
917
+
self.parser.add_option('--confirm', action='store_true', help='Confirm to destroy.')
917
918
self.parser.add_option('--ignore-standby', '--igs', action='store_true', help="Force kill the observer while standby tenant in others cluster exists.")
self.parser.add_option('-s', '--variables', type='string', help="Set the variables for the system tenant. [ob_tcp_invited_nodes='%'].", default="ob_tcp_invited_nodes='%'")
0 commit comments