Skip to content

Commit d9323db

Browse files
fix: Update Shoot hibernation guide in light of new Monitoring tab
When bringing Shoot details into view, we now have a new tab labeled "Monitoring". We update all relevant screenshots with newer versions that have this new tab. We also update the prose, due to two new screenshots.
1 parent 26c8d75 commit d9323db

17 files changed

+18
-8
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/howto/kubernetes/gardener/hibernate-shoot-cluster.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,27 @@ Click anywhere on its row for a detailed view of the various cluster characteris
2121
Bring up the *Status* tab and, in the *Constraints* section, check whether hibernation is possible.
2222
In the example below we have a shoot cluster based on Kubernetes 1.28, the latest supported at the time of this writing, and hibernation is indeed possible.
2323

24-
![{{k8s_management_service}} cluster status](assets/garhiber-01.png)
24+
![{{k8s_management_service}} cluster status](assets/shoot-hiber-01.png)
2525

2626
To go ahead and actually hibernate the cluster, click the orange :material-dots-horizontal-circle: icon at the right-hand side of the cluster row.
2727
From the pop-up menu that appears, select *Hibernate Cluster*.
2828

29-
![Hibernate cluster](assets/garhiber-02.png)
29+
![Hibernate cluster](assets/shoot-hiber-02.png)
3030

3131
A big pop-up window labeled *About to hibernate a gardener shoot* appears, asking you to confirm the action.
3232
Click the red button labeled *Yes, Hibernate*.
3333

34-
![Confirm cluster hibernation](assets/garhiber-03.png)
34+
![Confirm cluster hibernation](assets/shoot-hiber-03.png)
35+
36+
The cluster will begin hibernating.
37+
The animated icon at the left-hand side of the cluster row marks the progress.
38+
39+
![Hibernation in progress](assets/shoot-hiber-04.png)
3540

3641
After a minute or two, the cluster will be in a hibernated state.
37-
This fact will be indicated by the red :material-stop-circle: icon, at the left-hand side of the cluster row.
42+
This fact will be indicated by the red :material-stop-circle: icon, again at the left-hand side of the cluster row.
3843

39-
![Cluster in hibernation](assets/garhiber-04.png)
44+
![Cluster in hibernation](assets/shoot-hiber-05.png)
4045

4146
From this point on, and as long as the cluster is in hibernation, any attempt to list the cluster nodes, e.g., via `kubectl`, will fail.
4247

@@ -45,16 +50,21 @@ From this point on, and as long as the cluster is in hibernation, any attempt to
4550
To wake up a cluster in hibernation, click the orange :material-dots-horizontal-circle: icon at the right-hand side of its row.
4651
From the pop-up menu that appears, select *Wake up Cluster*.
4752

48-
![Wake up cluster](assets/garhiber-05.png)
53+
![Wake up cluster](assets/shoot-hiber-06.png)
4954

5055
A big pop-up window labeled *About to wakeup a gardener shoot* appears, asking you to confirm that you want to wake the cluster.
5156
Go ahead and click the red *Yes, Wakeup* button.
5257

53-
![Confirm cluster wake-up](assets/garhiber-06.png)
58+
![Confirm cluster wake-up](assets/shoot-hiber-07.png)
59+
60+
The cluster will start waking up.
61+
Again, the animated icon at the left-hand side of the cluster row marks the progress.
62+
63+
![Cluster is awaking](assets/shoot-hiber-08.png)
5464

5565
After a couple of minutes, the cluster will be fully awake.
5666
The fact will be indicated by the green :material-check-circle: icon, at the left-hand side of the cluster row.
5767

58-
![Cluster awake](assets/garhiber-07.png)
68+
![Cluster awake](assets/shoot-hiber-09.png)
5969

6070
From that time on, the cluster will be fully operational and accessible again.

0 commit comments

Comments
 (0)