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 Dec 18, 2022
1 parent e823679 commit 8936a9b
Show file tree
Hide file tree
Showing 112 changed files with 194 additions and 194 deletions.
2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kubectl create ns nsm-system
2. Apply NSM resources for basic tests:

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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

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://github.com/raw/networkservicemesh/deployments-k8s/c7b8ef5769949c1eb0f871bbd35bd91ba43937a3/examples/features/annotated-namespace/client.yaml
kubectl apply -f https://github.com/raw/networkservicemesh/deployments-k8s/9ab1594deedc05f06d124837822edf05250731cd/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=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=9ab1594deedc05f06d124837822edf05250731cd

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 @@ -16,7 +16,7 @@ kubectl create ns ns-dns

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

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kubectl create ns ns-kernel2kernel-dual-stack

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

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kubectl create ns ns-kernel2wireguard2kernel-dual-stack

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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 @@ -17,7 +17,7 @@ kubectl create ns ns-exclude-prefixes-client

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

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 @@ -22,7 +22,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=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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 @@ -14,7 +14,7 @@ kubectl create ns ns-kernel2kernel-ipv6

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

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kubectl create ns ns-kernel2wireguard2kernel-ipv6

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6?ref=9ab1594deedc05f06d124837822edf05250731cd
```

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kubectl create ns ns-kernel2wireguard2memif-ipv6

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6?ref=9ab1594deedc05f06d124837822edf05250731cd
```

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kubectl create ns ns-memif2wireguard2kernel-ipv6

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6?ref=9ab1594deedc05f06d124837822edf05250731cd
```

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kubectl create ns ns-memif2wireguard2memif-ipv6

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Memif_ipv6?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Memif_ipv6?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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

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

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

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

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 @@ -19,7 +19,7 @@ kubectl create ns ns-mutually-aware-nses

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

```

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 @@ -17,7 +17,7 @@ kubectl create ns ns-nse-composition

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

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 @@ -24,7 +24,7 @@ kubectl create ns ns-opa

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

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 @@ -19,7 +19,7 @@ kubectl create ns ns-policy-based-routing

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

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 @@ -25,7 +25,7 @@ kubectl create ns ns-scale-from-zero

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

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 @@ -24,7 +24,7 @@ kubectl create ns ns-select-forwarder
Apply example resources:

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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 @@ -18,7 +18,7 @@ kubectl create ns ns-vl3

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=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-basic?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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 @@ -15,7 +15,7 @@ kubectl create ns ns-vl3-scale-from-zero

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

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 @@ -23,7 +23,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=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook-smartvf?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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 @@ -17,7 +17,7 @@ kubectl create ns ns-webhook

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

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 @@ -17,7 +17,7 @@ kubectl create ns ns-dataplane-interrupt

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

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 @@ -17,7 +17,7 @@ kubectl create ns ns-local-forwarder-death

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

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 @@ -18,7 +18,7 @@ kubectl create ns ns-local-forwarder-remote-forwarder

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

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 @@ -17,7 +17,7 @@ kubectl create ns ns-local-nsm-system-restart

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

Wait for applications ready:
Expand Down Expand Up @@ -56,7 +56,7 @@ kubectl delete ns nsm-system
kubectl create ns nsm-system
```
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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 @@ -18,7 +18,7 @@ kubectl create ns ns-local-nsmgr-local-forwarder-memif

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

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 @@ -17,7 +17,7 @@ kubectl create ns ns-local-nsmgr-local-nse-memif

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=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-before-death?ref=9ab1594deedc05f06d124837822edf05250731cd
```

Wait for applications ready:
Expand Down Expand Up @@ -71,7 +71,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=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-after-death?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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 @@ -18,7 +18,7 @@ kubectl create ns ns-local-nsmgr-remote-nsmgr

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

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 @@ -18,7 +18,7 @@ kubectl create ns ns-local-nsmgr-restart

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

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 @@ -17,7 +17,7 @@ kubectl create ns ns-registry-local-endpoint

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-first?ref=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-first?ref=9ab1594deedc05f06d124837822edf05250731cd
```

Wait for applications ready:
Expand Down Expand Up @@ -56,7 +56,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=c7b8ef5769949c1eb0f871bbd35bd91ba43937a3
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-second?ref=9ab1594deedc05f06d124837822edf05250731cd
```

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 @@ -18,7 +18,7 @@ kubectl create ns ns-registry-remote-forwarder

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

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 @@ -18,7 +18,7 @@ kubectl create ns ns-registry-remote-nsmgr

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

Wait for applications ready:
Expand Down
Loading

0 comments on commit 8936a9b

Please sign in to comment.