File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195
195
``` yaml
196
196
machine_IP=<the ip address of your machine>
197
197
kubectl --context=west apply -f - <<EOF
198
- apiVersion : workload.linkerd.io/v1alpha1
198
+ apiVersion : workload.linkerd.io/v1beta1
199
199
kind : ExternalWorkload
200
200
metadata :
201
201
name : external-workload
@@ -205,7 +205,7 @@ metadata:
205
205
app : legacy-app
206
206
workload_name : external-workload
207
207
spec :
208
- meshTls :
208
+ meshTLS :
209
209
identity : " spiffe://root.linkerd.cluster.local/external-workload"
210
210
serverName : " external-workload.cluster.local"
211
211
workloadIPs :
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195
195
``` yaml
196
196
machine_IP=<the ip address of your machine>
197
197
kubectl --context=west apply -f - <<EOF
198
- apiVersion : workload.linkerd.io/v1alpha1
198
+ apiVersion : workload.linkerd.io/v1beta1
199
199
kind : ExternalWorkload
200
200
metadata :
201
201
name : external-workload
@@ -205,7 +205,7 @@ metadata:
205
205
app : legacy-app
206
206
workload_name : external-workload
207
207
spec :
208
- meshTls :
208
+ meshTLS :
209
209
identity : " spiffe://root.linkerd.cluster.local/external-workload"
210
210
serverName : " external-workload.cluster.local"
211
211
workloadIPs :
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195
195
``` yaml
196
196
machine_IP=<the ip address of your machine>
197
197
kubectl --context=west apply -f - <<EOF
198
- apiVersion : workload.linkerd.io/v1alpha1
198
+ apiVersion : workload.linkerd.io/v1beta1
199
199
kind : ExternalWorkload
200
200
metadata :
201
201
name : external-workload
@@ -205,7 +205,7 @@ metadata:
205
205
app : legacy-app
206
206
workload_name : external-workload
207
207
spec :
208
- meshTls :
208
+ meshTLS :
209
209
identity : " spiffe://root.linkerd.cluster.local/external-workload"
210
210
serverName : " external-workload.cluster.local"
211
211
workloadIPs :
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195
195
``` yaml
196
196
machine_IP=<the ip address of your machine>
197
197
kubectl --context=west apply -f - <<EOF
198
- apiVersion : workload.linkerd.io/v1alpha1
198
+ apiVersion : workload.linkerd.io/v1beta1
199
199
kind : ExternalWorkload
200
200
metadata :
201
201
name : external-workload
@@ -205,7 +205,7 @@ metadata:
205
205
app : legacy-app
206
206
workload_name : external-workload
207
207
spec :
208
- meshTls :
208
+ meshTLS :
209
209
identity : " spiffe://root.linkerd.cluster.local/external-workload"
210
210
serverName : " external-workload.cluster.local"
211
211
workloadIPs :
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ CRD that needs to be present in the cluster. Create one now:
195
195
``` yaml
196
196
machine_IP=<the ip address of your machine>
197
197
kubectl --context=west apply -f - <<EOF
198
- apiVersion : workload.linkerd.io/v1alpha1
198
+ apiVersion : workload.linkerd.io/v1beta1
199
199
kind : ExternalWorkload
200
200
metadata :
201
201
name : external-workload
@@ -205,7 +205,7 @@ metadata:
205
205
app : legacy-app
206
206
workload_name : external-workload
207
207
spec :
208
- meshTls :
208
+ meshTLS :
209
209
identity : " spiffe://root.linkerd.cluster.local/external-workload"
210
210
serverName : " external-workload.cluster.local"
211
211
workloadIPs :
You can’t perform that action at this time.
0 commit comments