Skip to content

Commit 23f9b5a

Browse files
Tom Barnesrjeberhard
authored andcommitted
further emphasize need to restart domain after changes
1 parent 8892525 commit 23f9b5a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

site/config-overrides.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,29 @@ Use configuration overrides (also called _situational configuration_) to customi
2424
You can use overrides to customize domains as they are moved from QA to production, are deployed to different sites, or are even deployed multiple times at the same site.
2525

2626
## How do you specify overrides?
27+
2728
* Create a Kubernetes configuration map that contains:
28-
* Override templates (also known as situational configuration templates).
29+
* Override templates (also known as situational configuration templates), with names and syntax as described in [Override template names and syntax](#override-template-names-and-syntax).
2930
* A file named `version.txt` that contains the string `2.0`.
3031
* Set your domain resource `configOverrides` to the name of this configuration map.
3132
* Create Kubernetes secrets that contain template macro values.
3233
* Set your domain `configOverrideSecrets` to reference the aforementioned secrets.
3334
* Stop all running WebLogic server pods in your domain. (See [Server Lifecycle](server-lifecycle.md).)
3435
* Start or restart your domain. (See [Server Lifecycle](server-lifecycle.md).)
3536

36-
For a detailed walk-through of these steps, [Step-by-step guide](#step-by-step-guide).
37+
For a detailed walk-through of these steps, see [Step-by-step guide](#step-by-step-guide).
3738

3839
## How do overrides work during runtime?
40+
3941
* When a domain is first deployed, or is restarted after shutting down all WebLogic server pods, the operator will:
4042
* Resolve any macros in your override templates.
4143
* Place expanded override templates in the `optconfig` directory located in each WebLogic domain home directory.
4244
* When the WebLogic Servers start, they will:
4345
* Automatically load the override files from the `optconfig` directory.
4446
* Use the override values in the override files instead of the values specified in their `config.xml` or system resource XML files.
4547

48+
For a detailed walk-through of the runtime flow, see [Internal design flow](#internal-design-flow).
49+
4650
---
4751
# Prerequisites
4852

0 commit comments

Comments
 (0)