From 8cec9a3ba0d1529d4d5260eecdfe83c90ed2d1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Wed, 6 Dec 2023 17:36:37 -0500 Subject: [PATCH] fix: remove note about the usage of the API. (#589) --- docs/common/partials/common/_cli.mdx | 4 ---- versioned_docs/version-2.3/common/partials/common/_cli.mdx | 4 ---- 2 files changed, 8 deletions(-) diff --git a/docs/common/partials/common/_cli.mdx b/docs/common/partials/common/_cli.mdx index 65f043d2..fc625f42 100644 --- a/docs/common/partials/common/_cli.mdx +++ b/docs/common/partials/common/_cli.mdx @@ -1,7 +1,3 @@ # Install kubefirst From the CLI Using the CLI to create your cluster directly without using the [UI](./ui) is a perfect alternative for automation. The end result will be the same, a new production-ready management Kubernetes cluster, but you won't have access to the useful additional features available within the UI. - -:::info -For a similar and better experience, the CLI installation process is now using our API, which will create a cluster 0 using k3d. You can safely delete it once the management cluster is created. To do so, use the `destroy` command. It will not destroy your management cluster. -::: diff --git a/versioned_docs/version-2.3/common/partials/common/_cli.mdx b/versioned_docs/version-2.3/common/partials/common/_cli.mdx index 65f043d2..fc625f42 100644 --- a/versioned_docs/version-2.3/common/partials/common/_cli.mdx +++ b/versioned_docs/version-2.3/common/partials/common/_cli.mdx @@ -1,7 +1,3 @@ # Install kubefirst From the CLI Using the CLI to create your cluster directly without using the [UI](./ui) is a perfect alternative for automation. The end result will be the same, a new production-ready management Kubernetes cluster, but you won't have access to the useful additional features available within the UI. - -:::info -For a similar and better experience, the CLI installation process is now using our API, which will create a cluster 0 using k3d. You can safely delete it once the management cluster is created. To do so, use the `destroy` command. It will not destroy your management cluster. -:::