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 Jan 31, 2023
1 parent e345891 commit 0da60cc
Show file tree
Hide file tree
Showing 112 changed files with 197 additions and 197 deletions.
2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=e345891f1c527162649012c183542f1a0a656362
```

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/704682e922b314076e1a19dd9cc2a0b5406f94c9/examples/features/annotated-namespace/client.yaml
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/e345891f1c527162649012c183542f1a0a656362/examples/features/annotated-namespace/client.yaml
```

Wait for client to be ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/annotated-namespace/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources:
- namespace.yaml

bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=e345891f1c527162649012c183542f1a0a656362

patchesStrategicMerge:
- patch-nse.yaml
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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Kernel_dual_stack?ref=e345891f1c527162649012c183542f1a0a656362
```

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/Kernel2Wireguard2Kernel_dual_stack?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications 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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/exclude-prefixes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kubectl apply -f exclude-prefixes-config-map.yaml

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

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Kernel_ipv6?ref=e345891f1c527162649012c183542f1a0a656362
```

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/ipv6/Kernel2Wireguard2Kernel_ipv6?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
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/Kernel2Wireguard2Memif_ipv6?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
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/Memif2Wireguard2Kernel_ipv6?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6?ref=e345891f1c527162649012c183542f1a0a656362
```

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/ipv6/Memif2Wireguard2Memif_ipv6?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Memif_ipv6?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/jaeger?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/opentelemetry?ref=e345891f1c527162649012c183542f1a0a656362
```

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

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/nsm-system?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for admission-webhook-k8s:
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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/mutually-aware-nses?ref=e345891f1c527162649012c183542f1a0a656362

```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/opa?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/policy-based-routing?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications 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 @@ -19,7 +19,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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/vl3-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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-basic?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-basic?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for clients to be 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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for 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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-scale-from-zero?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook-smartvf?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/dataplane-interrupt?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-death?ref=e345891f1c527162649012c183542f1a0a656362
```

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=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-remote-forwarder?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
4 changes: 2 additions & 2 deletions examples/heal/local-nsm-system-restart/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).

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsm-system-restart?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsm-system-restart?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down Expand Up @@ -48,7 +48,7 @@ kubectl delete mutatingwebhookconfiguration ${WH}
kubectl delete ns nsm-system
```
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=e345891f1c527162649012c183542f1a0a656362
```

Ping from NSC to NSE:
Expand Down
2 changes: 1 addition & 1 deletion examples/heal/local-nsmgr-local-forwarder-memif/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](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-forwarder-memif?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-forwarder-memif?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
4 changes: 2 additions & 2 deletions examples/heal/local-nsmgr-local-nse-memif/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-nsmgr-local-nse-memif/nse-before-death?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-before-death?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down Expand Up @@ -66,7 +66,7 @@ Restart local NSMgr and NSE:
kubectl delete pod ${NSMGR} -n nsm-system
```
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-after-death?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-after-death?ref=e345891f1c527162649012c183542f1a0a656362
```

Waiting for new ones:
Expand Down
2 changes: 1 addition & 1 deletion examples/heal/local-nsmgr-remote-nsmgr/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](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-remote-nsmgr?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-remote-nsmgr?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/heal/local-nsmgr-restart/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](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-restart?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-restart?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
4 changes: 2 additions & 2 deletions examples/heal/registry-local-endpoint/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/registry-local-endpoint/nse-first?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-first?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down Expand Up @@ -51,7 +51,7 @@ Restart Registry and NSE:
kubectl delete pod ${REGISTRY} -n nsm-system
```
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-second?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-second?ref=e345891f1c527162649012c183542f1a0a656362
```

Waiting for new ones:
Expand Down
2 changes: 1 addition & 1 deletion examples/heal/registry-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) or [memory](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-remote-forwarder?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-remote-forwarder?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/heal/registry-remote-nsmgr/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](..

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-remote-nsmgr?ref=704682e922b314076e1a19dd9cc2a0b5406f94c9
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-remote-nsmgr?ref=e345891f1c527162649012c183542f1a0a656362
```

Wait for applications ready:
Expand Down
Loading

0 comments on commit 0da60cc

Please sign in to comment.