-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edits to resume cluster following review
- Loading branch information
1 parent
ac68cc5
commit 07954d4
Showing
3 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
Binary file added
BIN
+64.2 KB
docs/components/console/manage-clusters/img/cluster-resume-console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+88.6 KB
docs/components/console/manage-clusters/img/cluster-resume-deploy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
--- | ||
id: resume-cluster | ||
title: Resume your cluster | ||
description: "You can resume your paused cluster at any time" | ||
description: "You can resume your paused cluster during deployment, or from the Console at any time." | ||
--- | ||
|
||
If your cluster is paused, you can resume it at any time. | ||
You can resume your paused cluster during deployment, or from the **Console** at any time. | ||
|
||
To resume your paused cluster: | ||
- Resuming a cluster typically takes five to ten minutes. | ||
- To learn more about automatic cluster pausing on Free Trial plan clusters, see [auto-pause](/components/concepts/clusters.md#auto-pause). | ||
|
||
## Resume during deployment | ||
|
||
During deployment, you can resume the selected cluster if it is paused. | ||
|
||
![Resume a paused cluster during deployment](./img/cluster-resume-deploy.png) | ||
|
||
1. Select your paused cluster during deployment. | ||
1. Select **Resume** in the paused cluster notification. | ||
|
||
## Resume from Console | ||
|
||
You can resume your paused cluster from the **Console** at any time. | ||
|
||
![Resume a paused cluster from the Console](./img/cluster-resume-console.png) | ||
|
||
1. Navigate to **Console**, and select the **Clusters** tab. | ||
1. The cluster **Status** shows “Paused” if a cluster is paused. Select the cluster that you want to resume. | ||
1. On the cluster **Overview** tab, select **Resume cluster** in the **Status** row of the **Cluster Details**. The cluster resumes running, which typically takes five to ten minutes to complete. | ||
|
||
:::info | ||
To learn more about automatic cluster pausing on Free Trial plan clusters, see [auto-pause](/components/concepts/clusters.md#auto-pause). | ||
::: | ||
1. On the cluster **Overview** tab, select **Resume cluster** in the **Status** row of the **Cluster Details**. |