Skip to content

Commit

Permalink
Update references
Browse files Browse the repository at this point in the history
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Nov 15, 2021
1 parent 6f24467 commit 06e8b4a
Show file tree
Hide file tree
Showing 53 changed files with 162 additions and 162 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=01c3d324af19d510de89fe8695d8016c3db3899f
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
```

## Cleanup
Expand Down
6 changes: 3 additions & 3 deletions examples/features/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kubectl wait --for=condition=ready --timeout=1m pod ${WH} -n nsm-system

1. Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand Down Expand Up @@ -115,11 +115,11 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
resources:
- dnsutils.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/dns/coredns-config-map.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/dns/coredns-config-map.yaml
patchesStrategicMerge:
- patch-nse.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/exclude-prefixes/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](..

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/use-cases/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/use-cases/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -31,8 +31,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Kernel2Kernel/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.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -28,8 +28,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Kernel2Wireguard2Kernel/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.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -28,8 +28,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Kernel2Wireguard2Memif/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.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -29,8 +29,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Memif2Memif/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.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -27,8 +27,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Memif2Wireguard2Kernel/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.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -30,8 +30,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/features/ipv6/Memif2Wireguard2Memif/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.

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -28,8 +28,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
18 changes: 9 additions & 9 deletions 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](..

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -30,15 +30,15 @@ kind: Kustomization
namespace: ${NAMESPACE}
resources:
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/nse-composition/config-file.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/nse-composition/passthrough-1.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/nse-composition/passthrough-2.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/nse-composition/passthrough-3.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/nse-composition/nse-composition-ns.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/nse-composition/config-file.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/nse-composition/passthrough-1.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/nse-composition/passthrough-2.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/nse-composition/passthrough-3.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/nse-composition/nse-composition-ns.yaml
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions 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

1. Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -38,8 +38,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
10 changes: 5 additions & 5 deletions 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).

1. Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand Down Expand Up @@ -100,8 +100,8 @@ kind: Kustomization
namespace: $NAMESPACE
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand All @@ -110,13 +110,13 @@ patchesStrategicMerge:
configMapGenerator:
- name: supplier-pod-template-configmap
files:
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/scale-from-zero/pod-template.yaml
- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/scale-from-zero/pod-template.yaml
EOF
```

6. Register network service:
```bash
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/scale-from-zero/autoscale-netsvc.yaml
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/scale-from-zero/autoscale-netsvc.yaml
```

7. Deploy NSC and supplier:
Expand Down
4 changes: 2 additions & 2 deletions examples/features/webhook/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

1. Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand Down Expand Up @@ -98,7 +98,7 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
resources:
- postgres-cl.yaml
Expand Down
6 changes: 3 additions & 3 deletions 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](..

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/heal/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/heal/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -31,8 +31,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions examples/heal/local-nse-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](..

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/heal/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/heal/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -31,8 +31,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
6 changes: 3 additions & 3 deletions 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](..

Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/01c3d324af19d510de89fe8695d8016c3db3899f/examples/heal/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/6f244676e6f11a54a30f09471cc6db83f9cbb947/examples/heal/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -32,8 +32,8 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=01c3d324af19d510de89fe8695d8016c3db3899f
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=6f244676e6f11a54a30f09471cc6db83f9cbb947
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
Loading

0 comments on commit 06e8b4a

Please sign in to comment.