Skip to content

Commit 1ff5de8

Browse files
committed
fix write mes
1 parent c4cf876 commit 1ff5de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ The following parameters must be provided in the input file:
6161
| --- | --- | --- |
6262
| externalOperatorCert | A base64 encoded string containing the X.509 certificate that the operator will present to clients accessing its REST endpoints. This value is only used when `externalRestOption` is set to `custom-cert`. | |
6363
| externalOperatorKey | A base64 encoded string containing the private key **ask tom** This value is only used when externalRestOption is set to `custom-cert`. | |
64-
| externalRestOption | Write me. Allowed values: <br/>- `none` Write me <br/>- `self-signed-cert` The operator will use a self-signed certificate for its REST server. If this value is specified, then the `externalSans` parameter must also be set. <br/>- `custom-cert` Write me. If this value is specified, then the `externalOperatorCert` and `externalOperatorKey` must also be provided. | none |
64+
| externalRestOption | Which of the available REST options is desired. Allowed values: <br/>- `none` Disbale the REST interface. <br/>- `self-signed-cert` The operator will use a self-signed certificate for its REST server. If this value is specified, then the `externalSans` parameter must also be set. <br/>- `custom-cert` Provide custom certificates, for example from an external Certification Authority. If this value is specified, then the `externalOperatorCert` and `externalOperatorKey` must also be provided. | none |
6565
| externalSans | A comma-separated list of Subject Alternative Names that should be included in the X.509 Certificate. This list should include ... <br/>Example: `DNS:myhost,DNS:localhost,IP:127.0.0.1` | |
6666
| namespace | The Kubernetes namespace that the operator will be deployed in. It is recommended that a namespace be created for the operator rather than using the `default` namespace. | weblogic-operator |
6767
| targetNamespaces | A list of the Kubernetes namespaces that may contain WebLogic domains that the operator will manage. The operator will not take any action against a domain that is in a namespace not listed here. | default |
6868
| image | The Docker image containing the operator code. | container-registry.oracle.com/middleware/weblogic-kubernetes-operator:latest |
69-
| remoteDebugNodePort | Tom is adding a debug on/off parameter <br/>If the debug parameter if set to on, then the operator will start a Java remote debug server on the provided port and will suspend execution until a remote debugger has attached. | 30999 |
69+
| remoteDebugNodePort | The NodePort that the Java debugging server should listen on. <br/>If the debug parameter if set to on, then the operator will start a Java remote debug server on the provided port and will suspend execution until a remote debugger has attached. | 30999 |
7070
| restHttpsNodePort | The NodePort number that should be allocated for the operator REST server should listen for HTTPS requests on. | 31001 |
7171
| serviceAccount | The name of the service account that the operator will use to make requests to the Kubernetes API server. | weblogic-operator |
7272
| loadBalancer | Determines which load balancer should be installed to provide load balancing for WebLogic clusters. Allowed values are:<br/>- `none` – do not configure a load balancer<br/>- `traefik` – configure the Traefik Ingress provider<br/>- `nginx` – reserved for future use<br/>- `ohs` – reserved for future use | traefik |

0 commit comments

Comments
 (0)