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
Copy file name to clipboardExpand all lines: content/doc/kubernetes/_index.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ Our approach remains the same as with our other products: our Kubernetes offer i
23
23
24
24
We operate the Kubernetes control plane for you: upgrades, availability, and patching are our responsibility. You manage your own node pools — scaling them up or down manually as needed — while we ensure the control plane remains stable. Access is straightforward: we provide a kubeconfig file so you can use `kubectl` or any other Kubernetes compatible tool with the same workflow you already know.
25
25
26
-
{{< callout type="info" >}}Clever Kubernetes is in private access. Ask for activation to your sales representative or [Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice){{< /callout >}}
26
+
> [!NOTE] Clever Kubernetes is in private access
27
+
> Ask for activation to your sales representative or [Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice)
27
28
28
29
## Prerequisites
29
30
@@ -44,6 +45,10 @@ If you get an error or if you miss anything, contact your sales representative o
-[Learn more about Clever Tools k8s command](/doc/cli/kubernetes/)
46
47
48
+
>[!NOTE] Kubernetes clusters quotas
49
+
> During the private access phase, each organization can deploy a limited number of Kubernetes clusters.\
50
+
> If you need more clusters, contact your sales representative or [Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice)
51
+
47
52
## Create a Kubernetes cluster
48
53
49
54
To create a Kubernetes cluster, use the following command:
@@ -64,9 +69,8 @@ You can list all your clusters at any time using:
64
69
clever k8s list --org <your_org_id>
65
70
```
66
71
67
-
>[!INFO] Kubernetes clusters quotas
68
-
> During the private access phase, each organization can deploy a limited number of Kubernetes clusters.\
69
-
> If you need more clusters, contact your sales representative or [Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice).
72
+
> [!TIP]
73
+
> In [Clever Cloud Console](https://console.clever-cloud.com), you can filter Kubernetes clusters in the left menu by searching for `is:k8s`, `is:kube` or `is:kubernetes`.
0 commit comments