diff --git a/docs/get-started/installation/linode.md b/docs/get-started/installation/linode.md index 7a163d209..615d73eb9 100644 --- a/docs/get-started/installation/linode.md +++ b/docs/get-started/installation/linode.md @@ -27,8 +27,8 @@ export KUBECONFIG=/otomi--kubeconfig.yaml ## Configure DNS -:::info AlERT -Support for Linode DNS is coming soon! +:::info +When using Domains in Linode, name resolving takes at least 30 min to work. The Otomi installer will retry until it can resolve the Keycloak host name in the configured domain. ::: If you want to learn about how to use Linode DNS Manager read the following tutorials: diff --git a/docs/get-started/labs/lab-32.md b/docs/get-started/labs/lab-32.md index 396a836a9..a19a2df7d 100644 --- a/docs/get-started/labs/lab-32.md +++ b/docs/get-started/labs/lab-32.md @@ -6,6 +6,10 @@ sidebar_label: Create projects A Project in Otomi is a collection of a Build, a Workload and a Service. The benefit of using Projects is that you can create a Build, a Workload and a Service in one run. Projects are ideal for developers to run multiple code branches next to each other and automatically update the deployment based on a push. In this lab we are going to create a Project and see how everything now comes together is one simple form. +:::info AlERT +It is currently not possible to create a Project using the Auto Image Update feature. We are trying to resolve this as quick as possible. If you would like to try the Auto Image Update feature, first create a Build using a Trigger and then create a Workload. +::: + ## Create a new Git repository 1. Create a new repo called `nodejs-helloworld`