Skip to content

Commit f54f1a5

Browse files
committed
Fix the ExternalWorkload resource in the mesh expansion documentation
Signed-off-by: Flynn <[email protected]>
1 parent faa6a45 commit f54f1a5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

linkerd.io/content/2-edge/tasks/adding-non-kubernetes-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195195
```yaml
196196
machine_IP=<the ip address of your machine>
197197
kubectl --context=west apply -f - <<EOF
198-
apiVersion: workload.linkerd.io/v1alpha1
198+
apiVersion: workload.linkerd.io/v1beta1
199199
kind: ExternalWorkload
200200
metadata:
201201
name: external-workload
@@ -205,7 +205,7 @@ metadata:
205205
app: legacy-app
206206
workload_name: external-workload
207207
spec:
208-
meshTls:
208+
meshTLS:
209209
identity: "spiffe://root.linkerd.cluster.local/external-workload"
210210
serverName: "external-workload.cluster.local"
211211
workloadIPs:

linkerd.io/content/2.15/tasks/adding-non-kubernetes-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195195
```yaml
196196
machine_IP=<the ip address of your machine>
197197
kubectl --context=west apply -f - <<EOF
198-
apiVersion: workload.linkerd.io/v1alpha1
198+
apiVersion: workload.linkerd.io/v1beta1
199199
kind: ExternalWorkload
200200
metadata:
201201
name: external-workload
@@ -205,7 +205,7 @@ metadata:
205205
app: legacy-app
206206
workload_name: external-workload
207207
spec:
208-
meshTls:
208+
meshTLS:
209209
identity: "spiffe://root.linkerd.cluster.local/external-workload"
210210
serverName: "external-workload.cluster.local"
211211
workloadIPs:

linkerd.io/content/2.16/tasks/adding-non-kubernetes-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195195
```yaml
196196
machine_IP=<the ip address of your machine>
197197
kubectl --context=west apply -f - <<EOF
198-
apiVersion: workload.linkerd.io/v1alpha1
198+
apiVersion: workload.linkerd.io/v1beta1
199199
kind: ExternalWorkload
200200
metadata:
201201
name: external-workload
@@ -205,7 +205,7 @@ metadata:
205205
app: legacy-app
206206
workload_name: external-workload
207207
spec:
208-
meshTls:
208+
meshTLS:
209209
identity: "spiffe://root.linkerd.cluster.local/external-workload"
210210
serverName: "external-workload.cluster.local"
211211
workloadIPs:

linkerd.io/content/2.17/tasks/adding-non-kubernetes-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195195
```yaml
196196
machine_IP=<the ip address of your machine>
197197
kubectl --context=west apply -f - <<EOF
198-
apiVersion: workload.linkerd.io/v1alpha1
198+
apiVersion: workload.linkerd.io/v1beta1
199199
kind: ExternalWorkload
200200
metadata:
201201
name: external-workload
@@ -205,7 +205,7 @@ metadata:
205205
app: legacy-app
206206
workload_name: external-workload
207207
spec:
208-
meshTls:
208+
meshTLS:
209209
identity: "spiffe://root.linkerd.cluster.local/external-workload"
210210
serverName: "external-workload.cluster.local"
211211
workloadIPs:

linkerd.io/content/2.18/tasks/adding-non-kubernetes-workloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195195
```yaml
196196
machine_IP=<the ip address of your machine>
197197
kubectl --context=west apply -f - <<EOF
198-
apiVersion: workload.linkerd.io/v1alpha1
198+
apiVersion: workload.linkerd.io/v1beta1
199199
kind: ExternalWorkload
200200
metadata:
201201
name: external-workload
@@ -205,7 +205,7 @@ metadata:
205205
app: legacy-app
206206
workload_name: external-workload
207207
spec:
208-
meshTls:
208+
meshTLS:
209209
identity: "spiffe://root.linkerd.cluster.local/external-workload"
210210
serverName: "external-workload.cluster.local"
211211
workloadIPs:

0 commit comments

Comments
 (0)