Skip to content

Commit d6eefca

Browse files
authored
Merge pull request #84 from oracle/issue-78
fix write mes
2 parents de602d7 + c80afe1 commit d6eefca

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
@@ -65,12 +65,12 @@ The following parameters must be provided in the input file:
6565
| --- | --- | --- |
6666
| 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`. | |
6767
| externalOperatorKey | A base64 encoded string containing the private key **ask tom** This value is only used when externalRestOption is set to `custom-cert`. | |
68-
| 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 |
68+
| externalRestOption | Which of the available REST options is desired. Allowed values: <br/>- `none` Disable 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 |
6969
| 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` | |
7070
| 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 |
7171
| 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 |
7272
| image | The Docker image containing the operator code. | container-registry.oracle.com/middleware/weblogic-kubernetes-operator:latest |
73-
| 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 |
73+
| 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 |
7474
| restHttpsNodePort | The NodePort number that should be allocated for the operator REST server should listen for HTTPS requests on. | 31001 |
7575
| serviceAccount | The name of the service account that the operator will use to make requests to the Kubernetes API server. | weblogic-operator |
7676
| 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)