Skip to content

Commit 106f7ec

Browse files
committed
tidy
1 parent 5259b7c commit 106f7ec

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

input/kube-cli/service-exposure.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section assumes you have created and linked at least two sites.
1414
A connector binds a local workload to listeners in remote sites.
1515
Listeners and connectors are matched using routing keys.
1616

17-
For more information about connectors see [Connector concept][connector]
17+
For more information about connectors, see [Connector concept][connector].
1818

1919
**Procedure**
2020

@@ -50,13 +50,19 @@ For more information about connectors see [Connector concept][connector]
5050

5151
There are many options to consider when creating connectors using the CLI, see [CLI Reference][cli-ref], including *frequently used* options.
5252

53+
**Additional information**
54+
55+
If you need to expose a service from another namespace, you must use YAML as described in [Creating a connector for a different namespace using YAML][attached].
56+
5357
<a id="kube-creating-listener-cli"></a>
5458
<!-- Creating a listener on Kubernetes using the CLI -->
5559
## Creating a listener using the CLI
5660

5761
A listener binds a local connection endpoint to connectors in remote sites.
5862
Listeners and connectors are matched using routing keys.
5963

64+
For more information about listeners. see [Listener concept][listener].
65+
6066
**Procedure**
6167

6268
1. Identify a connector that you want to use.
@@ -93,5 +99,8 @@ Listeners and connectors are matched using routing keys.
9399

94100
There are many options to consider when creating connectors using the CLI, see [CLI Reference][cli-ref], including *frequently used* options.
95101

102+
103+
[cli-ref]: https://skupperproject.github.io/refdog/commands/index.html
96104
[connector]: https://skupperproject.github.io/refdog/concepts/connector.html
97-
[listener]: https://skupperproject.github.io/refdog/concepts/listener.html
105+
[listener]: https://skupperproject.github.io/refdog/concepts/listener.html
106+
[attached]: ../kube-yaml/service-exposure.html#kube-creating-attachedconnector-yaml

input/kube-yaml/service-exposure.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section assumes you have created and linked at least two sites.
1414
A connector binds a local workload to listeners in remote sites.
1515
Listeners and connectors are matched using routing keys.
1616

17-
For more information about connectors see [Connector concept][connector]
17+
There are many options to consider when creating connectors using YAML, see [Connector resource][connector-resource].
1818

1919
**Procedure**
2020

@@ -70,6 +70,8 @@ There are many options to consider when creating connectors using YAML, see [CLI
7070
A listener binds a local connection endpoint to connectors in remote sites.
7171
Listeners and connectors are matched using routing keys.
7272

73+
For more information about listeners. see [Listener concept][listener].
74+
7375
**Procedure**
7476

7577
1. Identify a connector that you want to use.
@@ -113,7 +115,7 @@ Listeners and connectors are matched using routing keys.
113115
**📌 NOTE**
114116
There must be a `MATCHING-CONNECTOR` for the service to operate.
115117

116-
There are many options to consider when creating connectors using YAML, see [CLI Reference][cli-ref], including *frequently used* options.
118+
There are many options to consider when creating listeners using YAML, see [Listener resource][listener-resource].
117119

118120

119121
<a id="kube-creating-attachedconnector-yaml"></a>
@@ -192,9 +194,12 @@ If you create a site in one namespace and need to expose a service in a differen
192194
By default, the routing key name is set to the name of the connector.
193195
If you want to use a custom routing key, set the `--routing-key` to your custom name.
194196

195-
There are many options to consider when creating connectors using YAML, see [CLI Reference][cli-ref], including *frequently used* options.
197+
There are many options to consider when creating connectors using YAML, see [Connector resource][connector-resource].
196198

197199

198200

199201
[connector]: https://skupperproject.github.io/refdog/concepts/connector.html
200-
[listener]: https://skupperproject.github.io/refdog/concepts/listener.html
202+
[listener]: https://skupperproject.github.io/refdog/concepts/listener.html
203+
204+
[connector-resource]: https://skupperproject.github.io/refdog/resources/connector.html
205+
[listener-resource]: https://skupperproject.github.io/refdog/resources/listener.html

0 commit comments

Comments
 (0)