Skip to content

Commit b29292d

Browse files
author
Tom Barnes
authored
Minor LC script samples README doc update. (#3705)
* Minor LC script samples README doc update.
1 parent 42942b4 commit b29292d

File tree

1 file changed

+3
-3
lines changed
  • kubernetes/samples/scripts/domain-lifecycle

1 file changed

+3
-3
lines changed

kubernetes/samples/scripts/domain-lifecycle/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ to start up or shut down a specific Managed Server or cluster in a deployed doma
55
In addition, it provides sample scripts to force a new introspection of a domain, scale a cluster, or monitor a domain.
66

77
These scripts can be helpful when scripting the life cycle of a WebLogic Server domain.
8-
For information on how to start, stop, restart, and scale WebLogic Server instances in your domain,
9-
see [Domain Life Cycle](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle).
8+
For information on how to start, stop, restart, and scale WebLogic Server instances in your domain, see
9+
[Domain Life Cycle](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/domain-lifecycle).
1010

1111
- [Prerequisites](#prerequisites)
1212
- [Cycle a domain](#cycle-a-domain)
@@ -87,7 +87,7 @@ domain.weblogic.oracle/domain1 patched
8787

8888
#### `introspectDomain.sh`
8989

90-
Use the `introspectDomain.sh` script to rerun a WebLogic domain's instrospection job by explicitly initiating the introspection. This script updates the value of the `spec.introspectVersion` attribute of the domain resource. The resulting behavior depends on your domain home source type and other factors, see [Initiating introspection](https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/domain-lifecycle/introspection/#initiating-introspection) for details. You can provide the new value of the `introspectVersion` as a parameter to the script or the script will automatically generate a new value to trigger the introspection. See the script `usage` information by using the `-h` option.
90+
Use the `introspectDomain.sh` script to rerun a WebLogic domain's instrospection job by explicitly initiating the introspection. This script updates the value of the `spec.introspectVersion` attribute of the domain resource. The resulting behavior depends on your domain home source type and other factors, see [Initiating introspection](https://oracle.github.io/weblogic-kubernetes-operator/managing-domains/domain-lifecycle/introspection/#initiating-introspection) for details. You can provide the new value of the `introspectVersion` as a parameter to the script or the script will automatically generate a new value to trigger the introspection. See the script `usage` information by using the `-h` option.
9191

9292
Use the following command to rerun a domain's instrospection job with the `introspectVersion` value generated by the script.
9393
```

0 commit comments

Comments
 (0)