Skip to content

Commit

Permalink
fix: alert proj
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed Feb 3, 2024
1 parent 717adf4 commit 6432e36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/installation/linode.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export KUBECONFIG=<path-to-downloads>/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:
Expand Down
4 changes: 4 additions & 0 deletions docs/get-started/labs/lab-32.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6432e36

Please sign in to comment.