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 6, 2021
1 parent 91b8aa5 commit b6e7ec0
Show file tree
Hide file tree
Showing 54 changed files with 154 additions and 154 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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
```

3. Wait for admission-webhook-k8s:
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 @@ -11,7 +11,7 @@ Make sure that you have completed steps from [features](../)

1. Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand Down Expand Up @@ -109,11 +109,11 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
resources:
- dnsutils.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/dns/coredns-config-map.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/use-cases/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
4 changes: 2 additions & 2 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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -30,7 +30,7 @@ namespace: ${NAMESPACE}
resources:
- client.yaml
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
patchesStrategicMerge:
- patch-nse.yaml
Expand Down
4 changes: 2 additions & 2 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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -30,7 +30,7 @@ namespace: ${NAMESPACE}
resources:
- client.yaml
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
patchesStrategicMerge:
- patch-nse.yaml
Expand Down
4 changes: 2 additions & 2 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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -31,7 +31,7 @@ namespace: ${NAMESPACE}
resources:
- client.yaml
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
patchesStrategicMerge:
- patch-nse.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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
16 changes: 8 additions & 8 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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand All @@ -30,15 +30,15 @@ kind: Kustomization
namespace: ${NAMESPACE}
resources:
- https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/nse-composition/config-file.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/nse-composition/passthrough-1.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/nse-composition/passthrough-2.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/nse-composition/passthrough-3.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/nse-composition/nse-composition-ns.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/nse-composition/config-file.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/nse-composition/passthrough-1.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/nse-composition/passthrough-2.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/nse-composition/passthrough-3.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/nse-composition/nse-composition-ns.yaml
- client.yaml
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
patchesStrategicMerge:
- patch-nse.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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
patchesStrategicMerge:
- patch-nsc.yaml
Expand All @@ -110,13 +110,13 @@ patchesStrategicMerge:
configMapGenerator:
- name: supplier-pod-template-configmap
files:
- https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/scale-from-zero/pod-template.yaml
- https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/scale-from-zero/pod-template.yaml
EOF
```

6. Register network service:
```bash
kubectl apply -f https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/scale-from-zero/autoscale-netsvc.yaml
kubectl apply -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/scale-from-zero/autoscale-netsvc.yaml
```

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

1. Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand Down Expand Up @@ -106,7 +106,7 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
resources:
- postgres-cl.yaml
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 @@ -12,7 +12,7 @@ Make sure that you have completed steps from [features](../)

1. Create test namespace:
```bash
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/features/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/examples/features/namespace.yaml)[0])
NAMESPACE=${NAMESPACE:10}
```

Expand Down Expand Up @@ -91,7 +91,7 @@ kind: Kustomization
namespace: ${NAMESPACE}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/heal/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/heal/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
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://github.com/raw/networkservicemesh/deployments-k8s/f98a249cc206842c5c2ae259c0d81ed8a3e0ee88/examples/heal/namespace.yaml)[0])
NAMESPACE=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/91b8aa52c20e5b8503e9d6c018ce0f157619ee26/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=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=f98a249cc206842c5c2ae259c0d81ed8a3e0ee88
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=91b8aa52c20e5b8503e9d6c018ce0f157619ee26
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
Loading

0 comments on commit b6e7ec0

Please sign in to comment.