Skip to content

Commit 2d8911b

Browse files
author
nsmbot
committed
Update references
Signed-off-by: nsmbot <[email protected]>
1 parent dfa0171 commit 2d8911b

File tree

150 files changed

+284
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+284
-284
lines changed

examples/afxdp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If the packet belongs to the NSM interface it forwards it to the VPP, otherwise
2121
Apply NSM resources for basic tests:
2222

2323
```bash
24-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/afxdp?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
24+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/afxdp?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
2525
```
2626

2727
Wait for admission-webhook-k8s:

examples/basic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Contain basic setup for NSM that includes `nsmgr`, `forwarder-vpp`, `registry-k8
1111
Apply NSM resources for basic tests:
1212

1313
```bash
14-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
14+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1515
```
1616

1717
Wait for admission-webhook-k8s:

examples/features/annotated-namespace/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..
1313

1414
Create test namespace and deploy NSE:
1515
```bash
16-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
16+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1717
```
1818

1919
Wait for NSE to be ready:
@@ -28,7 +28,7 @@ kubectl annotate ns ns-annotated-namespace networkservicemesh.io=kernel://annota
2828

2929
Apply client patch:
3030
```bash
31-
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/9bdb79ff9260211a73275caf5c22723ffbd7f94d/examples/features/annotated-namespace/client.yaml
31+
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/dfa01715214ccfb99ccef63f772da52b39eea12b/examples/features/annotated-namespace/client.yaml
3232
```
3333

3434
Wait for client to be ready:

examples/features/change-nse-dynamically/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Make sure that you have completed steps from [basic](../../basic) or [ipsec mech
1010

1111
Deploy NSC and two NSEs:
1212
```bash
13-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/change-nse-dynamically?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
13+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/change-nse-dynamically?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1414
```
1515

1616
```bash
17-
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/9bdb79ff9260211a73275caf5c22723ffbd7f94d/examples/features/change-nse-dynamically/blue-netsvc.yaml
17+
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/dfa01715214ccfb99ccef63f772da52b39eea12b/examples/features/change-nse-dynamically/blue-netsvc.yaml
1818
```
1919

2020
Wait for applications ready:
@@ -40,7 +40,7 @@ kubectl exec pods/blue-nse -n ns-change-nse-dynamically -- ping -c 4 172.16.2.10
4040

4141
Change network service to select green endpoint:
4242
```bash
43-
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/9bdb79ff9260211a73275caf5c22723ffbd7f94d/examples/features/change-nse-dynamically/green-netsvc.yaml
43+
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/dfa01715214ccfb99ccef63f772da52b39eea12b/examples/features/change-nse-dynamically/green-netsvc.yaml
4444
```
4545

4646
Ping from NSC to the green NSE:
@@ -55,7 +55,7 @@ kubectl exec pods/green-nse -n ns-change-nse-dynamically -- ping -c 4 172.16.1.1
5555

5656
Change network service to select blue endpoint:
5757
```bash
58-
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/9bdb79ff9260211a73275caf5c22723ffbd7f94d/examples/features/change-nse-dynamically/blue-netsvc.yaml
58+
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/dfa01715214ccfb99ccef63f772da52b39eea12b/examples/features/change-nse-dynamically/blue-netsvc.yaml
5959
```
6060

6161
Ping from NSC to the blue NSE:

examples/features/dns/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Make sure that you have completed steps from [features](../)
1111

1212
Deploy alpine and nse
1313
```bash
14-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
14+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1515
```
1616

1717
Wait for applications ready:

examples/features/dual-stack/Kernel2IP2Kernel_dual_stack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.
99

1010
Deploy NSC and NSE:
1111
```bash
12-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2IP2Kernel_dual_stack?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
12+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2IP2Kernel_dual_stack?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1313
```
1414

1515
Wait for applications ready:

examples/features/dual-stack/Kernel2Kernel_dual_stack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NSC and NSE are using the `kernel` mechanism to connect to its local forwarder.
99

1010
Deploy NSC and NSE:
1111
```bash
12-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Kernel_dual_stack?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
12+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Kernel_dual_stack?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1313
```
1414

1515
Wait for applications ready:

examples/features/dual-stack/vl3-dual-stack/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Diagram:
1313

1414
Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`):
1515
```bash
16-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/vl3-dual-stack?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
17-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/vl3-dual-stack/ipam-ipv6?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
16+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/vl3-dual-stack?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
17+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/vl3-dual-stack/ipam-ipv6?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1818
```
1919

2020
Wait for clients to be ready:

examples/features/exclude-prefixes-client/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..
1212

1313
Deploy NSC, services and NSEs:
1414
```bash
15-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
15+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1616
```
1717

1818
Wait for applications ready:

examples/features/exclude-prefixes/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..
1212

1313
Create config map with excluded prefixes
1414
```bash
15-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes/configmap?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
15+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes/configmap?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1616
```
1717

1818
Deploy NSC and NSE:
1919
```bash
20-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
20+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
2121
```
2222

2323
Wait for applications ready:

examples/features/ipam-policies/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Make sure that you have completed steps from [basic](../../basic) setup.
1717

1818
Deploy the client and the first NSE with CIDR `172.16.1.0/29` and `default` IPAM Policy:
1919
```bash
20-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipam-policies?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
20+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipam-policies?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
2121
```
2222

2323
Wait for applications ready:
@@ -58,7 +58,7 @@ kubectl delete pod -l app=first-nse -n ns-ipam-policies
5858

5959
Apply the second NSE with CIDR `172.16.2.0/29` and `strict` IPAM Policy:
6060
```bash
61-
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/9bdb79ff9260211a73275caf5c22723ffbd7f94d/examples/features/ipam-policies/second-nse.yaml -n ns-ipam-policies
61+
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/dfa01715214ccfb99ccef63f772da52b39eea12b/examples/features/ipam-policies/second-nse.yaml -n ns-ipam-policies
6262
```
6363

6464
Wait for application ready:

examples/features/ipv6/Kernel2IP2Kernel_ipv6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.
99

1010
Deploy NSC and NSE:
1111
```bash
12-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Kernel_ipv6?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
12+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Kernel_ipv6?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1313
```
1414

1515
Wait for applications ready:

examples/features/ipv6/Kernel2IP2Memif_ipv6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.
1010

1111
Deploy NSC and NSE:
1212
```bash
13-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Memif_ipv6?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
13+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Memif_ipv6?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1414
```
1515

1616
Wait for applications ready:

examples/features/ipv6/Kernel2Kernel_ipv6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NSC and NSE are using the `kernel` mechanism to connect to its local forwarder.
99

1010
Deploy NSC and NSE:
1111
```bash
12-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Kernel_ipv6?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
12+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Kernel_ipv6?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1313
```
1414

1515
Wait for applications ready:

examples/features/ipv6/Memif2IP2Kernel_ipv6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.
1111

1212
Deploy NSC and NSE:
1313
```bash
14-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2IP2Kernel_ipv6?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
14+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2IP2Kernel_ipv6?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1515
```
1616

1717
Wait for applications ready:

examples/features/ipv6/Memif2IP2Memif_ipv6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.
99

1010
Deploy NSC and NSE:
1111
```bash
12-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2IP2Memif_ipv6?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
12+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2IP2Memif_ipv6?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1313
```
1414

1515
Wait for applications ready:

examples/features/ipv6/Memif2Memif_ipv6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NSC and NSE are using the `memif` mechanism to connect to its local forwarder.
88

99
Deploy NSC and NSE:
1010
```bash
11-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Memif_ipv6?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
11+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Memif_ipv6?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1212
```
1313

1414
Wait for applications ready:

examples/features/jaeger/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ kubectl wait -n observability --timeout=1m --for=condition=ready pod -l name=jae
8484

8585
Apply Jaeger pod:
8686
```bash
87-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/jaeger?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
87+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/jaeger?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
8888
```
8989

9090
Wait for Jaeger pod status ready:
@@ -94,12 +94,12 @@ kubectl wait -n observability --timeout=1m --for=condition=ready pod -l app=jaeg
9494

9595
Apply OpenTelemetry pod:
9696
```bash
97-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/opentelemetry?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
97+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/opentelemetry?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
9898
```
9999

100100
Apply Spire deployments (required for NSM system)
101101
```bash
102-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/single_cluster?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
102+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/single_cluster?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
103103
```
104104

105105
Wait for Spire pods status ready:
@@ -117,7 +117,7 @@ kubectl create ns nsm-system
117117

118118
Apply NSM resources:
119119
```bash
120-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/nsm-system?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
120+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/nsm-system?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
121121
```
122122

123123
Wait for admission-webhook-k8s:

examples/features/multiple-services/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [ipsec mech
1212

1313
Deploy NSC and and two NSEs:
1414
```bash
15-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/multiple-services?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
15+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/multiple-services?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1616
```
1717

1818
Wait for applications ready:

examples/features/mutually-aware-nses/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..
1414

1515
Deploy NSC and NSE:
1616
```bash
17-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/mutually-aware-nses?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
17+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/mutually-aware-nses?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1818
```
1919

2020
Wait for applications ready:

examples/features/nse-composition/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..
1212

1313
Deploy NSC and NSE:
1414
```bash
15-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
15+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1616
```
1717

1818
Wait for applications ready:

examples/features/opa/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Expected that Endpoint(in this case NSMgr) will fail the Request from the client
1919

2020
Deploy NSC and NSE:
2121
```bash
22-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/opa?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
22+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/opa?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
2323
```
2424

2525
Wait for applications ready:

examples/features/policy-based-routing/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..
1414

1515
Deploy NSC and NSE:
1616
```bash
17-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/policy-based-routing?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
17+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/policy-based-routing?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1818
```
1919

2020
Wait for applications ready:

examples/features/scale-from-zero/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ thus saving cluster resources (see step 14).
2020

2121
Deploy NSC and supplier:
2222
```bash
23-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
23+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
2424
```
2525

2626
Wait for applications ready:

examples/features/scaled-registry/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Make sure that you have completed steps from [basic](../../basic) setup.
1111

1212
Deploy NSE:
1313
```bash
14-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scaled-registry?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
14+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scaled-registry?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1515
```
1616

1717
Wait for NSE to be ready:

examples/features/select-forwarder/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Make sure that you have completed steps from [basic](../../basic) setup.
1818

1919
Apply example resources:
2020
```bash
21-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
21+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
2222
```
2323

2424
Wait for applications ready:

examples/features/vl3-dns/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The template could be changed via env variable of [cmd-nse-vl3-vpp](../../../app
2727

2828
Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`):
2929
```bash
30-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
30+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
3131
```
3232

3333
Wait for clients to be ready:

examples/features/vl3-ipv6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Diagram:
1515

1616
Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`):
1717
```bash
18-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-ipv6?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
18+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-ipv6?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1919
```
2020

2121
Wait for clients to be ready:

examples/features/vl3-lb/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ When the http request reaches the balancer, it converts the destination address
5656

5757
Deploy the vL3 network service, vL3-NSE, vL3-LB, finance-servers and finance-client (the last 3 are actually clients of the vL3 network) (see `kustomization.yaml`):
5858
```bash
59-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-lb?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
59+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-lb?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
6060
```
6161

6262
Wait for vL3-clients to be ready:

examples/features/vl3-scale-from-zero/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ allowing the best performance for connectivity.
99

1010
Deploy NSC and supplier:
1111
```bash
12-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-scale-from-zero?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
12+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-scale-from-zero?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1313
```
1414

1515
Wait for applications ready:

examples/features/webhook-smartvf/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ kubectl wait --for=condition=ready --timeout=1m pod ${WH} -n nsm-system
1818

1919
Deploy postgres-nsc and postgres-nse
2020
```bash
21-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook-smartvf?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
21+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook-smartvf?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
2222
```
2323

2424
Wait for applications ready:

examples/features/webhook/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure that you have completed steps from [features](../)
1212

1313
Deploy client and nginx-nse
1414
```bash
15-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
15+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1616
```
1717

1818
Wait for applications ready:

examples/heal/dataplane-interrupt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..
1212

1313
Deploy NSC and NSE:
1414
```bash
15-
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/dataplane-interrupt?ref=9bdb79ff9260211a73275caf5c22723ffbd7f94d
15+
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/dataplane-interrupt?ref=dfa01715214ccfb99ccef63f772da52b39eea12b
1616
```
1717

1818
Wait for applications ready:

0 commit comments

Comments
 (0)