Skip to content

Commit 4c40ce5

Browse files
authored
Update README.md
1 parent d4401e1 commit 4c40ce5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

signadot/operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ Enabling Istio will activate the Istio proxy in the following components: in Sig
173173

174174
Enabling Linkerd will activate the Linkerd proxy in the following components: in Signadot `agent` (for control-plane access to the cluster), in `tunnel-proxy` (to allow workstation access to the cluster via `signadot local connect`), and in the managed job runner group (for executing in-cluster smart tests).
175175

176-
Note that, unlike with Istio, we don't have a native integration for Linkerd. Therefore, to enable sandbox routing, DevMesh must be enabled in the relevant workloads.
176+
Note that, unlike with Istio, routing in Linkerd is not expressed via Linkerd CRDs, but by using the DevMesh sidecars in the relevant workloads.
177177

178178
| Name | Description | Default |
179179
| ----------------- | ------------------------ | ------- |
180-
| `linkerd.enabled` | Enable Istio integration | `false` |
180+
| `linkerd.enabled` | Enable Linkerd integration | `false` |
181181

182182

183183
### Routing parameters
@@ -193,4 +193,4 @@ Note that, unlike with Istio, we don't have a native integration for Linkerd. Th
193193
| ------------------------------------- | ----------------------------------------------------------- | ------- |
194194
| `trafficCapture.enabled` | Enable traffic capture | `true` |
195195
| `trafficCapture.requestHeadersElide` | List of request headers to be elided from traffic captures | `[]` |
196-
| `trafficCapture.responseHeadersElide` | List of response headers to be elided from traffic captures | `[]` |
196+
| `trafficCapture.responseHeadersElide` | List of response headers to be elided from traffic captures | `[]` |

0 commit comments

Comments
 (0)