You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/staging/content/navigate/kubernetes/k8s-ingress-controller.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,7 @@ cluster attempts to pull the image and start the container.
49
49
- The `Docker Registry Secret Name` field specifies the name of the Kubernetes pull secret to use when pulling the image.
50
50
To create this secret, enable `Create Docker Hub Secret` and fill in the pull secret data in the `Docker Hub Username`, `Docker Hub Password`,
51
51
and `Docker Hub Email Address` fields.
52
-
- For NGINX ingress controller, if you desire to have SSL pass through ingress route, enable `
53
-
Allow SSL pass through to target service`.
52
+
- For the NGINX ingress controller, if you want to have SSL pass through the ingress route, enable `Allow SSL pass through to target service`.
54
53
55
54
#### TLS Secret for Ingress Routes
56
55
Use this pane to configure the Transport Layer Security (TLS) secret containing the certificate and private key data that will be used by the
@@ -88,16 +87,17 @@ When editing a route:
88
87
- Use the `Virtual Host` and `Path Expression` fields to define the matching rules that determine which requests match this route.
89
88
- All requests in the defined rules are routed to the service specified by the `Target Service` field that resides in the namespace specified by the read-only
90
89
`Target Service Namespace` field and the port specified by the `Target Port` field.
91
-
- Specify transport option for the ingress route.
92
-
* Select `Plain HTTP` for unencrypted traffic from client through ingress controller to the target service
93
-
* Select `SSL terminate at ingress controller` for SSL
94
-
terminating
95
-
at ingress controller and then unencrypted traffic from ingress controller to target service. Check `Is
96
-
target service WebLogic Console?
97
-
` if the target service is `WebLogic Console` service.
98
-
* Select `SSL pass through` for SSL traffic pass through ingress
99
-
controller and terminate at target service. If you select this option, all SSL traffic from the `Virtual Host`
100
-
will be routed to the target service. Make sure the `Target Port` supports SSL.
90
+
- Specify the `Transport Option` for the ingress route:
91
+
* Select `Plain HTTP` for unencrypted traffic from the client through the ingress controller to the target service.
92
+
* Select `SSL terminate at ingress controller` for SSL
93
+
terminating
94
+
at the ingress controller and then unencrypted traffic from the ingress controller to the target service.
95
+
* Enable `Is target service WebLogic Console?` if the target service is the `WebLogic Console` service.
96
+
* Select `SSL pass through` for SSL traffic to pass through the ingress
97
+
controller and then terminate at the target service.
98
+
* If you select this option, then all SSL traffic from the `Virtual Host`
99
+
will be routed to the target service.
100
+
* Make sure that the `Target Port` supports SSL.
101
101
- Use the `Ingress Route Annotations` table to
102
102
add annotations to the ingress route, as needed. Do not remove any pre-populated annotations.
0 commit comments