Skip to content

Commit d9a4430

Browse files
authored
Highlight that DB is supported for non-production use only (#1246)
* highlight db supported for non-production use only * updates based on review feedback * updates based on review feeback
1 parent 8f44494 commit d9a4430

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs-source/content/userguide/managing-domains/fmw-infra/_index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,13 @@ those schemas. You must set up the database before you create your domain.
145145
There are no additional requirements added by running FMW Infrastructure in Kubernetes; the
146146
same existing requirements apply.
147147

148-
You may choose to run your database inside Kubernetes or outside of Kubernetes.
148+
For testing and development, you may choose to run your database inside Kubernetes or outside of Kubernetes.
149+
150+
{{% notice warning %}}
151+
The Oracle Database Docker images are only supported for non-production use.
152+
For more details, see My Oracle Support note:
153+
Oracle Support for Database Running on Docker (Doc ID 2216342.1)
154+
{{% /notice %}}
149155

150156
##### Running the database inside Kubernetes
151157

docs-source/content/userguide/overview/database.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ If you wish to run the Oracle database inside your Kubernetes cluster, in order
1111
your state store, leasing tables, and such, in that database, then you can use this
1212
sample to install the database.
1313

14+
{{% notice warning %}}
15+
The Oracle Database Docker images are only supported for non-production use.
16+
For more details, see My Oracle Support note:
17+
Oracle Support for Database Running on Docker (Doc ID 2216342.1)
18+
{{% /notice %}}
19+
1420
You must configure your database to store its DB files
1521
on persistent storage. Refer to your cloud vendor's documentation for details of
1622
available storage providers and how to create a persistent volume and attach it to a pod.

0 commit comments

Comments
 (0)