Skip to content

Commit

Permalink
Update references
Browse files Browse the repository at this point in the history
Signed-off-by: nsmbot <nsmbot@networkservicmesh.io>
  • Loading branch information
nsmbot committed May 24, 2024
1 parent 14b9a75 commit e294356
Show file tree
Hide file tree
Showing 148 changed files with 281 additions and 281 deletions.
2 changes: 1 addition & 1 deletion examples/afxdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If the packet belongs to the NSM interface it forwards it to the VPP, otherwise
Apply NSM resources for basic tests:

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/afxdp?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/afxdp?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for admission-webhook-k8s:
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Contain basic setup for NSM that includes `nsmgr`, `forwarder-vpp`, `registry-k8
Apply NSM resources for basic tests:

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for admission-webhook-k8s:
Expand Down
4 changes: 2 additions & 2 deletions examples/features/annotated-namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Create test namespace and deploy NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

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

Apply client patch:
```bash
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa/examples/features/annotated-namespace/client.yaml
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/de82140e95d8ad95266e5bb9a2f585f6d01ce34c/examples/features/annotated-namespace/client.yaml
```

Wait for client to be ready:
Expand Down
8 changes: 4 additions & 4 deletions examples/features/change-nse-dynamically/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Make sure that you have completed steps from [basic](../../basic) or [ipsec mech

Deploy NSC and two NSEs:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/change-nse-dynamically?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/change-nse-dynamically?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

```bash
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa/examples/features/change-nse-dynamically/blue-netsvc.yaml
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/de82140e95d8ad95266e5bb9a2f585f6d01ce34c/examples/features/change-nse-dynamically/blue-netsvc.yaml
```

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

Change network service to select green endpoint:
```bash
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa/examples/features/change-nse-dynamically/green-netsvc.yaml
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/de82140e95d8ad95266e5bb9a2f585f6d01ce34c/examples/features/change-nse-dynamically/green-netsvc.yaml
```

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

Change network service to select blue endpoint:
```bash
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa/examples/features/change-nse-dynamically/blue-netsvc.yaml
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/de82140e95d8ad95266e5bb9a2f585f6d01ce34c/examples/features/change-nse-dynamically/blue-netsvc.yaml
```

Ping from NSC to the blue NSE:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Make sure that you have completed steps from [features](../)

Deploy alpine and nse
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2IP2Kernel_dual_stack?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2IP2Kernel_dual_stack?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NSC and NSE are using the `kernel` mechanism to connect to its local forwarder.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Kernel_dual_stack?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Kernel_dual_stack?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
4 changes: 2 additions & 2 deletions examples/features/dual-stack/vl3-dual-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Diagram:

Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`):
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/vl3-dual-stack?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/vl3-dual-stack/ipam-ipv6?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/vl3-dual-stack?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/vl3-dual-stack/ipam-ipv6?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for clients to be ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/exclude-prefixes-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Deploy NSC, services and NSEs:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
4 changes: 2 additions & 2 deletions examples/features/exclude-prefixes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Create config map with excluded prefixes
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes/configmap?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes/configmap?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipv6/Kernel2IP2Kernel_ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Kernel_ipv6?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Kernel_ipv6?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipv6/Kernel2IP2Memif_ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Memif_ipv6?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Memif_ipv6?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipv6/Kernel2Kernel_ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NSC and NSE are using the `kernel` mechanism to connect to its local forwarder.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Kernel_ipv6?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Kernel_ipv6?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipv6/Memif2IP2Kernel_ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2IP2Kernel_ipv6?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2IP2Kernel_ipv6?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipv6/Memif2IP2Memif_ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2IP2Memif_ipv6?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2IP2Memif_ipv6?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipv6/Memif2Memif_ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NSC and NSE are using the `memif` mechanism to connect to its local forwarder.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Memif_ipv6?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Memif_ipv6?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
8 changes: 4 additions & 4 deletions examples/features/jaeger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ kubectl wait -n observability --timeout=1m --for=condition=ready pod -l name=jae

Apply Jaeger pod:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/jaeger?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/jaeger?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

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

Apply OpenTelemetry pod:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/opentelemetry?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/opentelemetry?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Apply Spire deployments (required for NSM system)
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/single_cluster?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/single_cluster?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

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

Apply NSM resources:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/nsm-system?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/nsm-system?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for admission-webhook-k8s:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/multiple-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [ipsec mech

Deploy NSC and and two NSEs:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/multiple-services?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/multiple-services?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/mutually-aware-nses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/mutually-aware-nses?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/mutually-aware-nses?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/nse-composition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/opa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Expected that Endpoint(in this case NSMgr) will fail the Request from the client

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/opa?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/opa?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/policy-based-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/policy-based-routing?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/policy-based-routing?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/scale-from-zero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thus saving cluster resources (see step 14).

Deploy NSC and supplier:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/scaled-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Make sure that you have completed steps from [basic](../../basic) setup.

Deploy NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scaled-registry?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scaled-registry?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for NSE to be ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/select-forwarder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Make sure that you have completed steps from [basic](../../basic) setup.

Apply example resources:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/vl3-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The template could be changed via env variable of [cmd-nse-vl3-vpp](../../../app

Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`):
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for clients to be ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/vl3-ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Diagram:

Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`):
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-ipv6?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-ipv6?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for clients to be ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/vl3-lb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ When the http request reaches the balancer, it converts the destination address

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`):
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-lb?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-lb?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for vL3-clients to be ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/vl3-scale-from-zero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allowing the best performance for connectivity.

Deploy NSC and supplier:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-scale-from-zero?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-scale-from-zero?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/webhook-smartvf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kubectl wait --for=condition=ready --timeout=1m pod ${WH} -n nsm-system

Deploy postgres-nsc and postgres-nse
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook-smartvf?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook-smartvf?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/webhook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure that you have completed steps from [features](../)

Deploy client and nginx-nse
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/heal/dataplane-interrupt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/dataplane-interrupt?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/dataplane-interrupt?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/heal/local-forwarder-death/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-death?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-death?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/heal/local-forwarder-remote-forwarder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) setup.

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-remote-forwarder?ref=3db57f6c12847e9f7f6f1cc3f8e1da52867be5aa
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-remote-forwarder?ref=de82140e95d8ad95266e5bb9a2f585f6d01ce34c
```

Wait for applications ready:
Expand Down
Loading

0 comments on commit e294356

Please sign in to comment.