From 8c99d27cc9d5744733861223389ef451a995450c Mon Sep 17 00:00:00 2001
From: "Marco Emilio \"sphakka\" Poleggi" <marcoep@ieee.org>
Date: Thu, 28 Nov 2024 11:01:36 +0100
Subject: [PATCH] More instructions for Task #10

Signed-off-by: Marco Emilio "sphakka" Poleggi <marcoep@ieee.org>
---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index e875227..8fb97a9 100644
--- a/README.md
+++ b/README.md
@@ -709,3 +709,17 @@ Once done, use the following test track to finalize your workflow:
      - `metallb-native.yaml` triggers a whole app stack redeployment. :bulb:
        `kubectl apply` can be called on a running stack.
      - `metallb.yaml` triggers only the load balancer service redeployment.
+
+:star: Bonus features/tasks:
+  * Task grouping by blocks.
+  * `rebuild all` no-op task to force rebuilding the KinD cluster and
+    redeploying the load-balancer service via a signal.
+  * `check KinD` task that verifies the existence of a running cluster and,
+    when changed, notifies the cluster creation.
+  * `delete cluster` task to force deleting the KinD cluster.
+  * `expose LB IP` handler for launching `socat` (must be installed!) so that
+    you can connect to the cluster from your workstation (see [Tips & Tricks
+    for
+    K8s](https://gitedu.hesge.ch/lsds/teaching/bachelor/cloud-and-deployment/lab-k8s#tips-and-tricks)).
+  * `re-expose LB IP` no-op tasks to trigger manually the `expose LB IP`
+    handler.
-- 
GitLab