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 Oct 2, 2022
1 parent 44d6265 commit f427400
Show file tree
Hide file tree
Showing 113 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 @@ -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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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

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

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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

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

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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

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

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/jaeger?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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

Apply Spire deployments (required for NSM system)
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/mutually-aware-nses?ref=44d62651b2115d477da9ef43e5ae53fa95457839

```

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

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/opa?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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

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 @@ -33,7 +33,7 @@ if [ "$SUPPLIER_NODE" == "" ]; then SUPPLIER_NODE=$NSC_NODE; echo "Only 1 node f

Deploy NSC and supplier:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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 @@ -20,7 +20,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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-basic?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

Find all nscs:
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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

Find all nscs:
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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-scale-from-zero?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

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

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=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

Wait for applications ready:
Expand Down
6 changes: 3 additions & 3 deletions examples/floating_interdomain/spire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export KUBECONFIG=$KUBECONFIG1
```

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster1?ref=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster1?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

Wait for PODs status ready:
Expand All @@ -48,7 +48,7 @@ export KUBECONFIG=$KUBECONFIG2
```

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster2?ref=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster2?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

Wait for PODs status ready:
Expand All @@ -65,7 +65,7 @@ export KUBECONFIG=$KUBECONFIG3
```

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster3?ref=775179868ffb04c54f356e0049d166c32c57f4b8
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/floating_interdomain/spire/cluster3?ref=44d62651b2115d477da9ef43e5ae53fa95457839
```

Wait for PODs status ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ configMapGenerator:


bases:
- https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=775179868ffb04c54f356e0049d166c32c57f4b8
- https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=44d62651b2115d477da9ef43e5ae53fa95457839
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ configMapGenerator:
- k8s-workload-registrar.conf

bases:
- https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=775179868ffb04c54f356e0049d166c32c57f4b8
- https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=44d62651b2115d477da9ef43e5ae53fa95457839
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export KUBECONFIG=$KUBECONFIG2

Create test namespace:
```bash
NAMESPACE1=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/775179868ffb04c54f356e0049d166c32c57f4b8/examples/floating_interdomain/usecases/namespace.yaml)[0])
NAMESPACE1=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/44d62651b2115d477da9ef43e5ae53fa95457839/examples/floating_interdomain/usecases/namespace.yaml)[0])
NAMESPACE1=${NAMESPACE1:10}
```

Expand All @@ -38,7 +38,7 @@ kind: Kustomization
namespace: ${NAMESPACE1}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=775179868ffb04c54f356e0049d166c32c57f4b8
- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=44d62651b2115d477da9ef43e5ae53fa95457839
patchesStrategicMerge:
- patch-nse.yaml
Expand Down Expand Up @@ -94,7 +94,7 @@ export KUBECONFIG=$KUBECONFIG1

Create test namespace:
```bash
NAMESPACE2=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/775179868ffb04c54f356e0049d166c32c57f4b8/examples/floating_interdomain/usecases/namespace.yaml)[0])
NAMESPACE2=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/44d62651b2115d477da9ef43e5ae53fa95457839/examples/floating_interdomain/usecases/namespace.yaml)[0])
NAMESPACE2=${NAMESPACE2:10}
```

Expand All @@ -108,7 +108,7 @@ kind: Kustomization
namespace: ${NAMESPACE2}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=775179868ffb04c54f356e0049d166c32c57f4b8
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=44d62651b2115d477da9ef43e5ae53fa95457839
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export KUBECONFIG=$KUBECONFIG2

Create test namespace:
```bash
NAMESPACE1=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/775179868ffb04c54f356e0049d166c32c57f4b8/examples/floating_interdomain/usecases/namespace.yaml)[0])
NAMESPACE1=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/44d62651b2115d477da9ef43e5ae53fa95457839/examples/floating_interdomain/usecases/namespace.yaml)[0])
NAMESPACE1=${NAMESPACE1:10}
```

Expand Down Expand Up @@ -67,7 +67,7 @@ export KUBECONFIG=$KUBECONFIG1

Create test namespace:
```bash
NAMESPACE2=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/775179868ffb04c54f356e0049d166c32c57f4b8/examples/floating_interdomain/usecases/namespace.yaml)[0])
NAMESPACE2=($(kubectl create -f https://github.com/raw/networkservicemesh/deployments-k8s/44d62651b2115d477da9ef43e5ae53fa95457839/examples/floating_interdomain/usecases/namespace.yaml)[0])
NAMESPACE2=${NAMESPACE2:10}
```

Expand All @@ -81,7 +81,7 @@ kind: Kustomization
namespace: ${NAMESPACE2}
bases:
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=775179868ffb04c54f356e0049d166c32c57f4b8
- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=44d62651b2115d477da9ef43e5ae53fa95457839
patchesStrategicMerge:
- patch-nsc.yaml
Expand Down
Loading

0 comments on commit f427400

Please sign in to comment.