Skip to content

Commit afdfe0f

Browse files
committed
document operator debugging
1 parent 8587e5a commit afdfe0f

File tree

1 file changed

+10
-0
lines changed
  • docs-source/content/userguide/managing-operators/using-the-operator

1 file changed

+10
-0
lines changed

docs-source/content/userguide/managing-operators/using-the-operator/using-helm.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ $ helm upgrade \
6767
kubernetes/charts/weblogic-operator
6868
```
6969

70+
Enable operator debugging on port 30999. Again, we use `--reuse-values` to change one value without affecting the others:
71+
```
72+
$ helm upgrade \
73+
--reuse-values \
74+
--set "remoteDebugNodePortEnabled=true" \
75+
--wait \
76+
weblogic-operator \
77+
kubernetes/charts/weblogic-operator
78+
```
79+
7080
### Operator Helm configuration values
7181

7282
This section describes the details of the operator Helm chart's available configuration values.

0 commit comments

Comments
 (0)