Skip to content

Commit 2863f37

Browse files
authored
Merge pull request #1003 from oracle/rmarano
fix broken links, jenkins-ignore
2 parents 64ca0ea + 9525c71 commit 2863f37

File tree

1 file changed

+2
-2
lines changed
  • docs-source/content/userguide/managing-domains/domain-lifecycle

1 file changed

+2
-2
lines changed

docs-source/content/userguide/managing-domains/domain-lifecycle/scaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,15 @@ details about [Using Prometheus to Automatically Scale WebLogic Clusters on Kube
255255

256256
### Helpful Tips
257257
#### Debugging scalingAction.sh
258-
The [`scalingAction.sh`](/src/scripts/scaling/scalingAction.sh) script was designed to be executed within the
258+
The [`scalingAction.sh`](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/src/scripts/scaling/scalingAction.sh) script was designed to be executed within the
259259
Administration Server pod because the associated diagnostic module is targed to the Administration Server.
260260

261261
The easiest way to verify and debug the `scalingAction.sh` script is to open a shell on the running Administration Server pod and execute the script on the command line.
262262

263263
The following example illustrates how to open a bash shell on a running Administration Server pod named `domain1-admin-server` and execute the `scriptAction.sh` script. It assumes that:
264264

265265
* The domain home is in `/u01/oracle/user-projects/domains/domain1` (that is, the domain home is inside a Docker image).
266-
* The Dockerfile copied [`scalingAction.sh`](/src/scripts/scaling/scalingAction.sh) to `/u01/oracle/user-projects/domains/domain1/bin/scripts/scalingAction.sh`.
266+
* The Dockerfile copied [`scalingAction.sh`](https://github.com/oracle/weblogic-kubernetes-operator/blob/master/src/scripts/scaling/scalingAction.sh) to `/u01/oracle/user-projects/domains/domain1/bin/scripts/scalingAction.sh`.
267267

268268
```
269269
> kubectl exec -it domain1-admin-server /bin/bash

0 commit comments

Comments
 (0)