Skip to content

Commit 0ad281e

Browse files
committed
Links for personas
Signed-off-by: Flynn <[email protected]>
1 parent f005226 commit 0ad281e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

geps/gep-3792/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ using a Service of type LoadBalancer fronting a Kubernetes pod running a
1515
proxy. This is simple to reason about, easy to manage for sidecar meshes, and
1616
will presumably be an important implementation mechanism for the foreseeable
1717
future. Some cloud providers, though, are moving the proxy outside of the
18-
cluster, for various reasons which are out of the scope of this GEP. Chihiro
19-
and Ian want to be able to use these out-of-cluster proxies effectively and
18+
cluster, for various reasons which are out of the scope of this GEP. [Chihiro]
19+
and [Ian] want to be able to use these out-of-cluster proxies effectively and
2020
safely, though they recognize that this may require additional configuration.
2121

2222
[Chihiro]: https://gateway-api.sigs.k8s.io/concepts/roles-and-personas/#chihiro
2323
[Ian]: https://gateway-api.sigs.k8s.io/concepts/roles-and-personas/#ian
24+
[Ana]: https://gateway-api.sigs.k8s.io/concepts/roles-and-personas/#ana
2425

2526
### Nomenclature and Background
2627

@@ -74,7 +75,7 @@ In this GEP:
7475

7576
## Goals
7677

77-
- Allow Chihiro and Ian to configure an OCG and a mesh such that the OCG can
78+
- Allow [Chihiro] and [Ian] to configure an OCG and a mesh such that the OCG can
7879
usefully participate in the mesh, including:
7980

8081
- The OCG must be able to securely communicate with meshed workloads in
@@ -91,7 +92,7 @@ In this GEP:
9192
- The OCG must be able to distinguish meshed workloads from non-meshed
9293
workloads, so that it can communicate appropriately with each.
9394

94-
- Allow Ana to develop and operate meshed applications without needing to know
95+
- Allow [Ana] to develop and operate meshed applications without needing to know
9596
whether the Gateway she's using is an OCG or an in-cluster Gateway.
9697

9798
- Define a basic set of requirements for OCGs and meshes that want to
@@ -162,7 +163,7 @@ configuration.
162163

163164
To allow the OCG to _usefully_ participate in the mesh, we need to solve at
164165
least four significant problems. Thankfully, these are mostly problems for
165-
Chihiro -- if we do our jobs correctly, Ana will never need to know.
166+
[Chihiro] -- if we do our jobs correctly, [Ana] will never need to know.
166167

167168
#### 1. The Trust Problem
168169

0 commit comments

Comments
 (0)