Skip to content

Commit a4ea5aa

Browse files
committed
Correct link
1 parent 6034768 commit a4ea5aa

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

documentation/domains/Domain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
"type": "number"
579579
},
580580
"localhostBindingsEnabled": {
581-
"description": "This setting was added in operator version 3.3.3, defaults to the `istioLocalhostBindingsEnabled` [Operator Helm value]({{\u003c relref \"/userguide/managing-operators/using-helm.md\" \u003e}}) which in turn defaults to `true`, and is ignored in version 4.0 and later. In version 3.x, when `true`, the operator creates a WebLogic network access point with a `localhost` binding for each existing channel and protocol. In version 3.x, use `true` for Istio versions prior to 1.10 and set to `false` for version 1.10 and later. Version 4.0 and later requires Istio 1.10 and later, will not create localhost bindings, and ignores this attribute.",
581+
"description": "This setting was added in operator version 3.3.3, defaults to the `istioLocalhostBindingsEnabled` Helm install value which in turn defaults to `true`, and is ignored in version 4.0 and later. In version 3.x, when `true`, the operator creates a WebLogic network access point with a `localhost` binding for each existing channel and protocol. In version 3.x, use `true` for Istio versions prior to 1.10 and set to `false` for version 1.10 and later. Version 4.0 and later requires Istio 1.10 and later, will not create localhost bindings, and ignores this attribute. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-operators/using-helm/#istiolocalhostbindingsenabled",
582582
"type": "boolean"
583583
},
584584
"readinessPort": {

documentation/domains/Domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
224224
| Name | Type | Description |
225225
| --- | --- | --- |
226226
| `enabled` | Boolean | True, if this domain is deployed under an Istio service mesh. Defaults to true when the `istio` field is specified. |
227-
| `localhostBindingsEnabled` | Boolean | This setting was added in operator version 3.3.3, defaults to the `istioLocalhostBindingsEnabled` [Operator Helm value]({{< relref "/userguide/managing-operators/using-helm.md" >}}) which in turn defaults to `true`, and is ignored in version 4.0 and later. In version 3.x, when `true`, the operator creates a WebLogic network access point with a `localhost` binding for each existing channel and protocol. In version 3.x, use `true` for Istio versions prior to 1.10 and set to `false` for version 1.10 and later. Version 4.0 and later requires Istio 1.10 and later, will not create localhost bindings, and ignores this attribute. |
227+
| `localhostBindingsEnabled` | Boolean | This setting was added in operator version 3.3.3, defaults to the `istioLocalhostBindingsEnabled` Helm install value which in turn defaults to `true`, and is ignored in version 4.0 and later. In version 3.x, when `true`, the operator creates a WebLogic network access point with a `localhost` binding for each existing channel and protocol. In version 3.x, use `true` for Istio versions prior to 1.10 and set to `false` for version 1.10 and later. Version 4.0 and later requires Istio 1.10 and later, will not create localhost bindings, and ignores this attribute. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-operators/using-helm/#istiolocalhostbindingsenabled |
228228
| `readinessPort` | number | The operator will create WebLogic network access points with this port on each WebLogic Server. The readiness probe on each pod will use these network access points to verify that the pod is ready for application traffic. Defaults to 8888. |
229229
| `replicationChannelPort` | number | The operator will create a `T3` protocol WebLogic network access point on each WebLogic Server that is part of a cluster with this port to handle EJB and servlet session state replication traffic between servers. This setting is ignored for clusters where the WebLogic cluster configuration already defines a `replication-channel` attribute. Defaults to 4564. |
230230

documentation/domains/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@
14991499
"type": "number"
15001500
},
15011501
"localhostBindingsEnabled": {
1502-
"description": "This setting was added in operator version 3.3.3, defaults to the `istioLocalhostBindingsEnabled` [Operator Helm value]({{\u003c relref \"/userguide/managing-operators/using-helm.md\" \u003e}}) which in turn defaults to `true`, and is ignored in version 4.0 and later. In version 3.x, when `true`, the operator creates a WebLogic network access point with a `localhost` binding for each existing channel and protocol. In version 3.x, use `true` for Istio versions prior to 1.10 and set to `false` for version 1.10 and later. Version 4.0 and later requires Istio 1.10 and later, will not create localhost bindings, and ignores this attribute.",
1502+
"description": "This setting was added in operator version 3.3.3, defaults to the `istioLocalhostBindingsEnabled` Helm install value which in turn defaults to `true`, and is ignored in version 4.0 and later. In version 3.x, when `true`, the operator creates a WebLogic network access point with a `localhost` binding for each existing channel and protocol. In version 3.x, use `true` for Istio versions prior to 1.10 and set to `false` for version 1.10 and later. Version 4.0 and later requires Istio 1.10 and later, will not create localhost bindings, and ignores this attribute. More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-operators/using-helm/#istiolocalhostbindingsenabled",
15031503
"type": "boolean"
15041504
},
15051505
"readinessPort": {

kubernetes/crd/domain-crd.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apiVersion: apiextensions.k8s.io/v1
55
kind: CustomResourceDefinition
66
metadata:
77
annotations:
8-
weblogic.sha256: 92c353823d1c6c8e70ca31c4d6d1be4aa5a58bf9c36123789e9e06cdd4b9adc3
8+
weblogic.sha256: f9e862470f2192412deaab5f3d0aac27def9fc06ee953e86957631594787e954
99
name: domains.weblogic.oracle
1010
spec:
1111
group: weblogic.oracle
@@ -220,17 +220,17 @@ spec:
220220
to 4564.
221221
type: number
222222
localhostBindingsEnabled:
223-
description: This setting was added in operator version 3.3.3,
224-
defaults to the `istioLocalhostBindingsEnabled` [Operator
225-
Helm value]({{< relref "/userguide/managing-operators/using-helm.md"
226-
>}}) which in turn defaults to `true`, and is ignored in
223+
description: 'This setting was added in operator version 3.3.3,
224+
defaults to the `istioLocalhostBindingsEnabled` Helm install
225+
value which in turn defaults to `true`, and is ignored in
227226
version 4.0 and later. In version 3.x, when `true`, the
228227
operator creates a WebLogic network access point with a
229228
`localhost` binding for each existing channel and protocol. In
230229
version 3.x, use `true` for Istio versions prior to 1.10
231230
and set to `false` for version 1.10 and later. Version
232231
4.0 and later requires Istio 1.10 and later, will not create
233-
localhost bindings, and ignores this attribute.
232+
localhost bindings, and ignores this attribute. More info:
233+
https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-operators/using-helm/#istiolocalhostbindingsenabled'
234234
type: boolean
235235
readinessPort:
236236
description: The operator will create WebLogic network access

operator/src/main/java/oracle/kubernetes/weblogic/domain/model/Istio.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ public class Istio {
3232

3333
@Description(
3434
"This setting was added in operator version 3.3.3, "
35-
+ "defaults to the `istioLocalhostBindingsEnabled` "
36-
+ "[Operator Helm value]({{< relref \"/userguide/managing-operators/using-helm.md\" >}}) "
35+
+ "defaults to the `istioLocalhostBindingsEnabled` Helm install value "
3736
+ "which in turn defaults to `true`, "
3837
+ "and is ignored in version 4.0 and later. In version 3.x, when `true`, the operator "
3938
+ "creates a WebLogic network access point with a `localhost` binding for each existing "
4039
+ "channel and protocol. In version 3.x, use `true` for Istio versions prior to 1.10 "
4140
+ "and set to `false` for version 1.10 and later. Version 4.0 and later requires Istio "
42-
+ "1.10 and later, will not create localhost bindings, and ignores this attribute.")
41+
+ "1.10 and later, will not create localhost bindings, and ignores this attribute. "
42+
+ "More info: https://oracle.github.io/weblogic-kubernetes-operator/userguide/"
43+
+ "managing-operators/using-helm/#istiolocalhostbindingsenabled")
4344
private Boolean localhostBindingsEnabled;
4445

4546
/**

0 commit comments

Comments
 (0)