From f1bee6dab8962bd269355ae91376915d04dec583 Mon Sep 17 00:00:00 2001 From: Fabian Kammel Date: Tue, 20 Dec 2022 17:07:56 +0100 Subject: [PATCH] Azure disclaimer (#805) * make flxflx code owner of docs Signed-off-by: Fabian Kammel * add azure disclaimer Signed-off-by: Fabian Kammel Signed-off-by: Fabian Kammel --- CODEOWNERS | 1 + 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 | 6 ++++++ .../version-2.3/getting-started/first-steps.md | 6 ++++++ 6 files changed, 31 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..076a180b5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +/docs/**/*.md @flxflx diff --git a/docs/docs/getting-started/first-steps.md b/docs/docs/getting-started/first-steps.md index 768e8dfcd..ce9a39247 100644 --- a/docs/docs/getting-started/first-steps.md +++ b/docs/docs/getting-started/first-steps.md @@ -128,6 +128,12 @@ 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 K8s nodes. We are already working with Microsoft to resolve the issue. The stability of already initialized clusters is not 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 c6d42a890..d85e2f3f1 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,6 +197,12 @@ 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 K8s nodes. We are already working with Microsoft to resolve the issue. The stability of already initialized clusters is not 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 1b7ae7556..827538361 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,6 +202,12 @@ 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 K8s nodes. We are already working with Microsoft to resolve the issue. The stability of already initialized clusters is not 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 0dc4652c5..941c1b55e 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 @@ -249,6 +249,12 @@ 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 K8s nodes. We are already working with Microsoft to resolve the issue. The stability of already initialized clusters is not affected. + + ::: + ```bash constellation init ``` 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 768e8dfcd..ce9a39247 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 @@ -128,6 +128,12 @@ 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 K8s nodes. We are already working with Microsoft to resolve the issue. The stability of already initialized clusters is not affected. + + ::: + ```bash constellation init ```