From 53c614f3fe7fca2db7cc1611dd6010b332f49ca4 Mon Sep 17 00:00:00 2001 From: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:29:29 +0100 Subject: [PATCH] docs: remove disclaimer about resolved Azure performance issue (#944) * docs: remove disclaimer about resolved Azure performance issue * Update first-steps.md * Update first-steps.md (cherry picked from commit c66119fe93ccd5f16092c7a6214248da667944d7) --- docs/docs/getting-started/first-steps.md | 6 ------ .../version-2.0/getting-started/first-steps.md | 6 ------ .../version-2.1/getting-started/first-steps.md | 6 ------ .../version-2.2/getting-started/first-steps.md | 2 +- .../version-2.3/getting-started/first-steps.md | 2 +- .../version-2.4/getting-started/first-steps.md | 6 ------ 6 files changed, 2 insertions(+), 26 deletions(-) diff --git a/docs/docs/getting-started/first-steps.md b/docs/docs/getting-started/first-steps.md index b8c4c60fd..768e8dfcd 100644 --- a/docs/docs/getting-started/first-steps.md +++ b/docs/docs/getting-started/first-steps.md @@ -128,12 +128,6 @@ If you don't have a cloud subscription, check out [MiniConstellation](first-step 4. Initialize the cluster - :::caution - - Initialization on **Azure** might be slow and might take up to 60 minutes to initialize all Kubernetes nodes. We're already working with Microsoft to resolve the issue. The stability of already initialized clusters isn't affected. - - ::: - ```bash constellation init ``` diff --git a/docs/versioned_docs/version-2.0/getting-started/first-steps.md b/docs/versioned_docs/version-2.0/getting-started/first-steps.md index c32165dea..c6d42a890 100644 --- a/docs/versioned_docs/version-2.0/getting-started/first-steps.md +++ b/docs/versioned_docs/version-2.0/getting-started/first-steps.md @@ -197,12 +197,6 @@ The following steps guide you through the process of creating a cluster and depl 5. Initialize the cluster - :::caution - - Initialization on **Azure** might be slow and might take up to 60 minutes to initialize all Kubernetes nodes. We're already working with Microsoft to resolve the issue. The stability of already initialized clusters isn't affected. - - ::: - ```bash constellation init ``` diff --git a/docs/versioned_docs/version-2.1/getting-started/first-steps.md b/docs/versioned_docs/version-2.1/getting-started/first-steps.md index 2302958ad..1b7ae7556 100644 --- a/docs/versioned_docs/version-2.1/getting-started/first-steps.md +++ b/docs/versioned_docs/version-2.1/getting-started/first-steps.md @@ -202,12 +202,6 @@ If you don't have a cloud subscription, check out [MiniConstellation](first-step 5. Initialize the cluster - :::caution - - Initialization on **Azure** might be slow and might take up to 60 minutes to initialize all Kubernetes nodes. We're already working with Microsoft to resolve the issue. The stability of already initialized clusters isn't affected. - - ::: - ```bash constellation init ``` diff --git a/docs/versioned_docs/version-2.2/getting-started/first-steps.md b/docs/versioned_docs/version-2.2/getting-started/first-steps.md index be3c6c9ec..36a229ba6 100644 --- a/docs/versioned_docs/version-2.2/getting-started/first-steps.md +++ b/docs/versioned_docs/version-2.2/getting-started/first-steps.md @@ -251,7 +251,7 @@ If you don't have a cloud subscription, check out [MiniConstellation](first-step :::caution - Initialization on **Azure** might be slow and might take up to 60 minutes to initialize all Kubernetes nodes. We're already working with Microsoft to resolve the issue. The stability of already initialized clusters isn't affected. + In this release of Constellation, initialization on **Azure** might be slow and might take up to 60 minutes to initialize all Kubernetes nodes. This has been fixed in v2.4. ::: diff --git a/docs/versioned_docs/version-2.3/getting-started/first-steps.md b/docs/versioned_docs/version-2.3/getting-started/first-steps.md index b8c4c60fd..a749ca6a9 100644 --- a/docs/versioned_docs/version-2.3/getting-started/first-steps.md +++ b/docs/versioned_docs/version-2.3/getting-started/first-steps.md @@ -130,7 +130,7 @@ If you don't have a cloud subscription, check out [MiniConstellation](first-step :::caution - Initialization on **Azure** might be slow and might take up to 60 minutes to initialize all Kubernetes nodes. We're already working with Microsoft to resolve the issue. The stability of already initialized clusters isn't affected. + In this release of Constellation, initialization on **Azure** might be slow and might take up to 60 minutes to initialize all Kubernetes nodes. This has been fixed in later releases. ::: diff --git a/docs/versioned_docs/version-2.4/getting-started/first-steps.md b/docs/versioned_docs/version-2.4/getting-started/first-steps.md index b8c4c60fd..768e8dfcd 100644 --- a/docs/versioned_docs/version-2.4/getting-started/first-steps.md +++ b/docs/versioned_docs/version-2.4/getting-started/first-steps.md @@ -128,12 +128,6 @@ If you don't have a cloud subscription, check out [MiniConstellation](first-step 4. Initialize the cluster - :::caution - - Initialization on **Azure** might be slow and might take up to 60 minutes to initialize all Kubernetes nodes. We're already working with Microsoft to resolve the issue. The stability of already initialized clusters isn't affected. - - ::: - ```bash constellation init ```