From 45f6f47fb36926c6989f42819a6c4aca649d45aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20=C5=98ezn=C3=AD=C4=8Dek?=
 <246254@mail.muni.cz>
Date: Mon, 2 May 2022 08:58:42 +0200
Subject: [PATCH] refactor: LBaaS remove usage warning

---
 content/cloud/advanced-features/index.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/content/cloud/advanced-features/index.md b/content/cloud/advanced-features/index.md
index 1a70537..d988691 100644
--- a/content/cloud/advanced-features/index.md
+++ b/content/cloud/advanced-features/index.md
@@ -186,12 +186,6 @@ Affinity policy is tool users can use to deploy nodes of a cluster on the same p
 
 Load Balancer is a tool used for distributing a set of tasks over a particular set of resources. Its main goal is to route requests towards redundant backend services in high-availability scenario.
 
-{{< hint danger >}}
-**WARNING**
-
-LBaaS component deployment is still not stable enough as we deal with multiple loadbalancer issues. We are working hard to resolve them and make loadbalancer production ready.
-{{</hint>}}
-
 In the following example, you can see how a basic HTTP server is deployed via CLI.
 
 **Requirements**:
-- 
GitLab