From 87e75e33799a3cba362cfa93a49ab10f5f24bec7 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Fri, 11 Feb 2022 16:44:46 +0000 Subject: [PATCH] Update references Signed-off-by: NSMBot --- examples/basic/README.md | 2 +- examples/calico/README.md | 2 +- examples/features/dns/README.md | 6 +++--- .../features/exclude-prefixes-client/README.md | 12 ++++++------ examples/features/exclude-prefixes/README.md | 6 +++--- .../features/ipv6/Kernel2Kernel_ipv6/README.md | 4 ++-- .../ipv6/Kernel2Wireguard2Kernel_ipv6/README.md | 4 ++-- .../ipv6/Kernel2Wireguard2Memif_ipv6/README.md | 4 ++-- .../features/ipv6/Memif2Memif_ipv6/README.md | 6 +++--- .../ipv6/Memif2Wireguard2Kernel_ipv6/README.md | 6 +++--- .../ipv6/Memif2Wireguard2Memif_ipv6/README.md | 6 +++--- examples/features/nse-composition/README.md | 16 ++++++++-------- examples/features/opa/README.md | 6 +++--- examples/features/policy-based-routing/README.md | 4 ++-- examples/features/scale-from-zero/README.md | 10 +++++----- examples/features/select-forwarder/README.md | 2 +- examples/features/webhook-smartvf/README.md | 4 ++-- examples/features/webhook/README.md | 4 ++-- examples/heal/local-forwarder-death/README.md | 6 +++--- .../local-forwarder-remote-forwarder/README.md | 6 +++--- examples/heal/local-nse-death/README.md | 6 +++--- examples/heal/local-nsm-system-restart/README.md | 8 ++++---- .../local-nsmgr-local-forwarder-memif/README.md | 6 +++--- .../heal/local-nsmgr-local-nse-memif/README.md | 6 +++--- examples/heal/local-nsmgr-remote-nsmgr/README.md | 6 +++--- examples/heal/local-nsmgr-restart/README.md | 6 +++--- examples/heal/registry-local-endpoint/README.md | 6 +++--- .../heal/registry-remote-forwarder/README.md | 6 +++--- examples/heal/registry-remote-nsmgr/README.md | 6 +++--- examples/heal/registry-restart/README.md | 8 ++++---- .../heal/remote-forwarder-death-ip/README.md | 6 +++--- examples/heal/remote-forwarder-death/README.md | 6 +++--- examples/heal/remote-nse-death-ip/README.md | 6 +++--- examples/heal/remote-nse-death/README.md | 6 +++--- .../remote-nsm-system-restart-memif-ip/README.md | 6 +++--- examples/heal/remote-nsmgr-death/README.md | 12 ++++++------ .../heal/remote-nsmgr-remote-endpoint/README.md | 6 +++--- examples/heal/remote-nsmgr-restart-ip/README.md | 6 +++--- examples/heal/remote-nsmgr-restart/README.md | 6 +++--- examples/interdomain/spire/README.md | 6 +++--- .../FloatingKernel2Vxlan2Kernel/README.md | 8 ++++---- .../FloatingKernel2Wireguard2Kernel/README.md | 6 +++--- .../usecases/Kernel2Vxlan2Kernel/README.md | 8 ++++---- .../usecases/Kernel2Wireguard2Kernel/README.md | 8 ++++---- examples/memory/README.md | 2 +- examples/multiforwarder/README.md | 2 +- .../jaeger-and-prometheus/README.md | 8 ++++---- examples/ovs/README.md | 2 +- examples/spire/README.md | 2 +- examples/sriov/README.md | 2 +- .../use-cases/Kernel2Kernel&Vfio2Noop/README.md | 10 +++++----- examples/use-cases/Kernel2Kernel/README.md | 4 ++-- examples/use-cases/Kernel2KernelVLAN/README.md | 6 +++--- examples/use-cases/Kernel2Memif/README.md | 4 ++-- examples/use-cases/Kernel2RVlan/README.md | 2 +- .../Kernel2Vxlan2Kernel&Vfio2Noop/README.md | 10 +++++----- examples/use-cases/Kernel2Vxlan2Kernel/README.md | 4 ++-- examples/use-cases/Kernel2Vxlan2Memif/README.md | 4 ++-- .../use-cases/Kernel2Wireguard2Kernel/README.md | 4 ++-- .../use-cases/Kernel2Wireguard2Memif/README.md | 4 ++-- examples/use-cases/Memif2Kernel/README.md | 6 +++--- examples/use-cases/Memif2Memif/README.md | 6 +++--- examples/use-cases/Memif2Vxlan2Kernel/README.md | 6 +++--- examples/use-cases/Memif2Vxlan2Memif/README.md | 6 +++--- .../use-cases/Memif2Wireguard2Kernel/README.md | 6 +++--- .../use-cases/Memif2Wireguard2Memif/README.md | 6 +++--- examples/use-cases/SmartVF2SmartVF/README.md | 6 +++--- examples/use-cases/SriovKernel2Noop/README.md | 8 ++++---- examples/use-cases/Vfio2Noop/README.md | 6 +++--- to-export.sh | 4 ++-- to-local.sh | 4 ++-- to-ref.sh | 4 ++-- 72 files changed, 207 insertions(+), 207 deletions(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index deb81982050a..7717af38a44f 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -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=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` 3. Wait for admission-webhook-k8s: diff --git a/examples/calico/README.md b/examples/calico/README.md index 03836bae02c8..a0e53238ed12 100644 --- a/examples/calico/README.md +++ b/examples/calico/README.md @@ -31,7 +31,7 @@ kubectl create ns nsm-system 2. Apply NSM resources for calico tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/calico/?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/calico/?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` 3. Wait for admission-webhook-k8s: diff --git a/examples/features/dns/README.md b/examples/features/dns/README.md index ae8797b96630..3c381ba066dc 100644 --- a/examples/features/dns/README.md +++ b/examples/features/dns/README.md @@ -11,7 +11,7 @@ Make sure that you have completed steps from [features](../) 1. Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -109,11 +109,11 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 resources: - dnsutils.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/dns/coredns-config-map.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/dns/coredns-config-map.yaml patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/exclude-prefixes-client/README.md b/examples/features/exclude-prefixes-client/README.md index d5b1843b0b0d..5ceefc295f48 100644 --- a/examples/features/exclude-prefixes-client/README.md +++ b/examples/features/exclude-prefixes-client/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -26,11 +26,11 @@ kind: Kustomization namespace: ${NAMESPACE} resources: -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/exclude-prefixes-client/test-client.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/exclude-prefixes-client/nsm-service-1.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/exclude-prefixes-client/nsm-service-2.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/exclude-prefixes-client/nse-kernel-1.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/exclude-prefixes-client/nse-kernel-2.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/exclude-prefixes-client/test-client.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/exclude-prefixes-client/nsm-service-1.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/exclude-prefixes-client/nsm-service-2.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/exclude-prefixes-client/nse-kernel-1.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/exclude-prefixes-client/nse-kernel-2.yaml EOF ``` diff --git a/examples/features/exclude-prefixes/README.md b/examples/features/exclude-prefixes/README.md index 65ead26cd024..98c20b7ae6fb 100644 --- a/examples/features/exclude-prefixes/README.md +++ b/examples/features/exclude-prefixes/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -31,8 +31,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Kernel2Kernel_ipv6/README.md b/examples/features/ipv6/Kernel2Kernel_ipv6/README.md index 66a830faf602..fc1943c3ec8e 100644 --- a/examples/features/ipv6/Kernel2Kernel_ipv6/README.md +++ b/examples/features/ipv6/Kernel2Kernel_ipv6/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -30,7 +30,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6/README.md b/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6/README.md index 2db4b70d84ad..af8a7f272831 100644 --- a/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6/README.md +++ b/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -30,7 +30,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6/README.md b/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6/README.md index 2615a5090727..6a088a525c5c 100644 --- a/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6/README.md +++ b/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -31,7 +31,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/ipv6/Memif2Memif_ipv6/README.md b/examples/features/ipv6/Memif2Memif_ipv6/README.md index 753cd91e1065..cd059149a03c 100644 --- a/examples/features/ipv6/Memif2Memif_ipv6/README.md +++ b/examples/features/ipv6/Memif2Memif_ipv6/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -27,8 +27,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6/README.md b/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6/README.md index e6b484b03452..fbeb0e2aff5a 100644 --- a/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6/README.md +++ b/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -30,8 +30,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Memif2Wireguard2Memif_ipv6/README.md b/examples/features/ipv6/Memif2Wireguard2Memif_ipv6/README.md index 4e367ba9c4fb..5a07dc2b77c9 100644 --- a/examples/features/ipv6/Memif2Wireguard2Memif_ipv6/README.md +++ b/examples/features/ipv6/Memif2Wireguard2Memif_ipv6/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -28,8 +28,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/nse-composition/README.md b/examples/features/nse-composition/README.md index c7f8dc5a1537..a6a6c7780fd3 100644 --- a/examples/features/nse-composition/README.md +++ b/examples/features/nse-composition/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -30,15 +30,15 @@ kind: Kustomization namespace: ${NAMESPACE} resources: -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/nse-composition/config-file.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/nse-composition/passthrough-1.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/nse-composition/passthrough-2.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/nse-composition/passthrough-3.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/nse-composition/nse-composition-ns.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/nse-composition/config-file.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/nse-composition/passthrough-1.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/nse-composition/passthrough-2.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/nse-composition/passthrough-3.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/nse-composition/nse-composition-ns.yaml - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/opa/README.md b/examples/features/opa/README.md index 363185548f3a..cc481c11a9ec 100644 --- a/examples/features/opa/README.md +++ b/examples/features/opa/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -38,8 +38,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/policy-based-routing/README.md b/examples/features/policy-based-routing/README.md index 9b9ecc106879..9282602f65de 100644 --- a/examples/features/policy-based-routing/README.md +++ b/examples/features/policy-based-routing/README.md @@ -14,7 +14,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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -36,7 +36,7 @@ resources: - client.yaml - config-file-nse.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/scale-from-zero/README.md b/examples/features/scale-from-zero/README.md index 088dd0d46fa7..15445ec01b4f 100644 --- a/examples/features/scale-from-zero/README.md +++ b/examples/features/scale-from-zero/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -100,8 +100,8 @@ kind: Kustomization namespace: $NAMESPACE bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml @@ -110,13 +110,13 @@ patchesStrategicMerge: configMapGenerator: - name: supplier-pod-template-configmap files: - - https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/scale-from-zero/pod-template.yaml + - https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/scale-from-zero/pod-template.yaml EOF ``` 6. Register network service: ```bash -kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/scale-from-zero/autoscale-netsvc.yaml +kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/scale-from-zero/autoscale-netsvc.yaml ``` 7. Deploy NSC and supplier: diff --git a/examples/features/select-forwarder/README.md b/examples/features/select-forwarder/README.md index de0218830968..f88e12818b9e 100644 --- a/examples/features/select-forwarder/README.md +++ b/examples/features/select-forwarder/README.md @@ -25,7 +25,7 @@ kubectl create ns select-forwarder Apply example resources: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Wait for applications ready: diff --git a/examples/features/webhook-smartvf/README.md b/examples/features/webhook-smartvf/README.md index 7747c16119b8..9b4dd6de7d85 100644 --- a/examples/features/webhook-smartvf/README.md +++ b/examples/features/webhook-smartvf/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -106,7 +106,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 resources: - postgres-cl.yaml diff --git a/examples/features/webhook/README.md b/examples/features/webhook/README.md index 5bcdc8957c78..65633d48f7e2 100644 --- a/examples/features/webhook/README.md +++ b/examples/features/webhook/README.md @@ -12,7 +12,7 @@ Make sure that you have completed steps from [features](../) 1. Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -91,7 +91,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 resources: - postgres-cl.yaml diff --git a/examples/heal/local-forwarder-death/README.md b/examples/heal/local-forwarder-death/README.md index 0ab0e2efe37d..f911efa196ad 100644 --- a/examples/heal/local-forwarder-death/README.md +++ b/examples/heal/local-forwarder-death/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -31,8 +31,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-forwarder-remote-forwarder/README.md b/examples/heal/local-forwarder-remote-forwarder/README.md index 37ef343917d1..13eab99ba11a 100644 --- a/examples/heal/local-forwarder-remote-forwarder/README.md +++ b/examples/heal/local-forwarder-remote-forwarder/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) setup. Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nse-death/README.md b/examples/heal/local-nse-death/README.md index 326452e96b09..787f75a61152 100644 --- a/examples/heal/local-nse-death/README.md +++ b/examples/heal/local-nse-death/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -31,8 +31,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nsm-system-restart/README.md b/examples/heal/local-nsm-system-restart/README.md index f373ac5f9a97..036ef35f5eb4 100644 --- a/examples/heal/local-nsm-system-restart/README.md +++ b/examples/heal/local-nsm-system-restart/README.md @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic). Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -31,8 +31,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml @@ -123,7 +123,7 @@ kubectl delete ns nsm-system kubectl create ns nsm-system ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Ping from NSC to NSE: diff --git a/examples/heal/local-nsmgr-local-forwarder-memif/README.md b/examples/heal/local-nsmgr-local-forwarder-memif/README.md index 6a459aece2b0..4396404562c8 100644 --- a/examples/heal/local-nsmgr-local-forwarder-memif/README.md +++ b/examples/heal/local-nsmgr-local-forwarder-memif/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nsmgr-local-nse-memif/README.md b/examples/heal/local-nsmgr-local-nse-memif/README.md index 66154bee48a8..acc24e56c3fb 100644 --- a/examples/heal/local-nsmgr-local-nse-memif/README.md +++ b/examples/heal/local-nsmgr-local-nse-memif/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -31,8 +31,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nsmgr-remote-nsmgr/README.md b/examples/heal/local-nsmgr-remote-nsmgr/README.md index 29a4ae486a0c..aaf75fd90fcb 100644 --- a/examples/heal/local-nsmgr-remote-nsmgr/README.md +++ b/examples/heal/local-nsmgr-remote-nsmgr/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nsmgr-restart/README.md b/examples/heal/local-nsmgr-restart/README.md index ccff5b96aeaa..272940ea670d 100644 --- a/examples/heal/local-nsmgr-restart/README.md +++ b/examples/heal/local-nsmgr-restart/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/registry-local-endpoint/README.md b/examples/heal/registry-local-endpoint/README.md index 670f51b6af17..71e957c7eb5e 100644 --- a/examples/heal/registry-local-endpoint/README.md +++ b/examples/heal/registry-local-endpoint/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -31,8 +31,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/registry-remote-forwarder/README.md b/examples/heal/registry-remote-forwarder/README.md index 333c93b7c166..1a1d2d0c4afd 100644 --- a/examples/heal/registry-remote-forwarder/README.md +++ b/examples/heal/registry-remote-forwarder/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/registry-remote-nsmgr/README.md b/examples/heal/registry-remote-nsmgr/README.md index 4ebc67fd6134..419a03a049bf 100644 --- a/examples/heal/registry-remote-nsmgr/README.md +++ b/examples/heal/registry-remote-nsmgr/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/registry-restart/README.md b/examples/heal/registry-restart/README.md index 7fcbc3b7f88c..07e4162da7a3 100644 --- a/examples/heal/registry-restart/README.md +++ b/examples/heal/registry-restart/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -31,8 +31,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml @@ -136,7 +136,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesJson6902: - target: diff --git a/examples/heal/remote-forwarder-death-ip/README.md b/examples/heal/remote-forwarder-death-ip/README.md index 353c4931c8d4..0a428f5f9b02 100644 --- a/examples/heal/remote-forwarder-death-ip/README.md +++ b/examples/heal/remote-forwarder-death-ip/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-forwarder-death/README.md b/examples/heal/remote-forwarder-death/README.md index 6d9c7f1a3e5d..ec960893dbeb 100644 --- a/examples/heal/remote-forwarder-death/README.md +++ b/examples/heal/remote-forwarder-death/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nse-death-ip/README.md b/examples/heal/remote-nse-death-ip/README.md index 0393a7824427..52e8233220b1 100644 --- a/examples/heal/remote-nse-death-ip/README.md +++ b/examples/heal/remote-nse-death-ip/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nse-death/README.md b/examples/heal/remote-nse-death/README.md index b262244c1f06..4e10391e3ad7 100644 --- a/examples/heal/remote-nse-death/README.md +++ b/examples/heal/remote-nse-death/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nsm-system-restart-memif-ip/README.md b/examples/heal/remote-nsm-system-restart-memif-ip/README.md index ff02b646ae52..a08f1ea3b219 100644 --- a/examples/heal/remote-nsm-system-restart-memif-ip/README.md +++ b/examples/heal/remote-nsm-system-restart-memif-ip/README.md @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml @@ -133,7 +133,7 @@ kubectl delete ns nsm-system kubectl create ns nsm-system ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Ping from NSC to NSE: diff --git a/examples/heal/remote-nsmgr-death/README.md b/examples/heal/remote-nsmgr-death/README.md index 046677f9809c..fbf8b97b0d66 100644 --- a/examples/heal/remote-nsmgr-death/README.md +++ b/examples/heal/remote-nsmgr-death/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml @@ -126,7 +126,7 @@ kind: Kustomization namespace: nsm-system bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsmgr.yaml @@ -170,7 +170,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml @@ -227,7 +227,7 @@ kubectl exec ${NEW_NSE} -n ${NAMESPACE} -- ping -c 4 172.16.1.103 Restore NSMgr setup: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -n nsm-system +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 -n nsm-system ``` Delete ns: diff --git a/examples/heal/remote-nsmgr-remote-endpoint/README.md b/examples/heal/remote-nsmgr-remote-endpoint/README.md index 9a6515d78ddd..59c2d2a80489 100644 --- a/examples/heal/remote-nsmgr-remote-endpoint/README.md +++ b/examples/heal/remote-nsmgr-remote-endpoint/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nsmgr-restart-ip/README.md b/examples/heal/remote-nsmgr-restart-ip/README.md index 0b4f1cbf3e59..f0372f46ef30 100644 --- a/examples/heal/remote-nsmgr-restart-ip/README.md +++ b/examples/heal/remote-nsmgr-restart-ip/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nsmgr-restart/README.md b/examples/heal/remote-nsmgr-restart/README.md index 10b316f1dc5c..0d23e514f7a7 100644 --- a/examples/heal/remote-nsmgr-restart/README.md +++ b/examples/heal/remote-nsmgr-restart/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/heal/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/interdomain/spire/README.md b/examples/interdomain/spire/README.md index e56cd7c4ed3d..d07feb0ed09b 100644 --- a/examples/interdomain/spire/README.md +++ b/examples/interdomain/spire/README.md @@ -31,7 +31,7 @@ export KUBECONFIG=$KUBECONFIG1 ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster1?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster1?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Wait for PODs status ready: @@ -48,7 +48,7 @@ export KUBECONFIG=$KUBECONFIG2 ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster2?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster2?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Wait for PODs status ready: @@ -65,7 +65,7 @@ export KUBECONFIG=$KUBECONFIG3 ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster3?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster3?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Wait for PODs status ready: diff --git a/examples/interdomain/usecases/FloatingKernel2Vxlan2Kernel/README.md b/examples/interdomain/usecases/FloatingKernel2Vxlan2Kernel/README.md index fe17b00014eb..3e85a6821b7d 100644 --- a/examples/interdomain/usecases/FloatingKernel2Vxlan2Kernel/README.md +++ b/examples/interdomain/usecases/FloatingKernel2Vxlan2Kernel/README.md @@ -24,7 +24,7 @@ export KUBECONFIG=$KUBECONFIG2 Create test namespace: ```bash -NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/interdomain/usecases/namespace.yaml)[0]) NAMESPACE1=${NAMESPACE1:10} ``` @@ -38,7 +38,7 @@ kind: Kustomization namespace: ${NAMESPACE1} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml @@ -94,7 +94,7 @@ export KUBECONFIG=$KUBECONFIG1 Create test namespace: ```bash -NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/interdomain/usecases/namespace.yaml)[0]) NAMESPACE2=${NAMESPACE2:10} ``` @@ -108,7 +108,7 @@ kind: Kustomization namespace: ${NAMESPACE2} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/interdomain/usecases/FloatingKernel2Wireguard2Kernel/README.md b/examples/interdomain/usecases/FloatingKernel2Wireguard2Kernel/README.md index be803b562eed..6d3b31e73588 100644 --- a/examples/interdomain/usecases/FloatingKernel2Wireguard2Kernel/README.md +++ b/examples/interdomain/usecases/FloatingKernel2Wireguard2Kernel/README.md @@ -27,7 +27,7 @@ export KUBECONFIG=$KUBECONFIG2 Create test namespace: ```bash -NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/interdomain/usecases/namespace.yaml)[0]) NAMESPACE1=${NAMESPACE1:10} ``` @@ -67,7 +67,7 @@ export KUBECONFIG=$KUBECONFIG1 Create test namespace: ```bash -NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/interdomain/usecases/namespace.yaml)[0]) NAMESPACE2=${NAMESPACE2:10} ``` @@ -81,7 +81,7 @@ kind: Kustomization namespace: ${NAMESPACE2} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md b/examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md index 0b282ab308bc..9c6f0b754306 100644 --- a/examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md +++ b/examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md @@ -21,7 +21,7 @@ export KUBECONFIG=$KUBECONFIG2 Create test namespace: ```bash -NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/interdomain/usecases/namespace.yaml)[0]) NAMESPACE1=${NAMESPACE1:10} ``` @@ -35,7 +35,7 @@ kind: Kustomization namespace: ${NAMESPACE1} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml @@ -82,7 +82,7 @@ export KUBECONFIG=$KUBECONFIG1 Create test namespace: ```bash -NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/interdomain/usecases/namespace.yaml)[0]) NAMESPACE2=${NAMESPACE2:10} ``` @@ -96,7 +96,7 @@ kind: Kustomization namespace: ${NAMESPACE2} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/interdomain/usecases/Kernel2Wireguard2Kernel/README.md b/examples/interdomain/usecases/Kernel2Wireguard2Kernel/README.md index a55c3b7aa41c..25bfc1d9c28e 100644 --- a/examples/interdomain/usecases/Kernel2Wireguard2Kernel/README.md +++ b/examples/interdomain/usecases/Kernel2Wireguard2Kernel/README.md @@ -21,7 +21,7 @@ export KUBECONFIG=$KUBECONFIG2 Create test namespace: ```bash -NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/interdomain/usecases/namespace.yaml)[0]) NAMESPACE1=${NAMESPACE1:10} ``` @@ -35,7 +35,7 @@ kind: Kustomization namespace: ${NAMESPACE1} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml @@ -86,7 +86,7 @@ export KUBECONFIG=$KUBECONFIG1 Create test namespace: ```bash -NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/interdomain/usecases/namespace.yaml)[0]) NAMESPACE2=${NAMESPACE2:10} ``` @@ -100,7 +100,7 @@ kind: Kustomization namespace: ${NAMESPACE2} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/memory/README.md b/examples/memory/README.md index d93c986c80e0..44e7a9e407b1 100644 --- a/examples/memory/README.md +++ b/examples/memory/README.md @@ -22,7 +22,7 @@ kubectl create ns nsm-system 2. Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` 3. Wait for admission-webhook-k8s: diff --git a/examples/multiforwarder/README.md b/examples/multiforwarder/README.md index 0778b8dfd423..85cf8cf59be5 100644 --- a/examples/multiforwarder/README.md +++ b/examples/multiforwarder/README.md @@ -41,7 +41,7 @@ kubectl create ns nsm-system 2. Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multiforwarder?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multiforwarder?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` 3. Wait for admission-webhook-k8s: diff --git a/examples/observability/jaeger-and-prometheus/README.md b/examples/observability/jaeger-and-prometheus/README.md index 47b69db37127..8e735fe84e92 100644 --- a/examples/observability/jaeger-and-prometheus/README.md +++ b/examples/observability/jaeger-and-prometheus/README.md @@ -5,7 +5,7 @@ This example demonstrates how to setup Open Telemetry Collector with Jaeger and ## Run Apply Jaeger, Prometheus and OpenTelemetry Collector: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Wait for OpenTelemetry Collector POD status ready: @@ -20,7 +20,7 @@ kubectl create ns nsm-system Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus/nsm-system?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus/nsm-system?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Wait for admission-webhook-k8s: @@ -31,7 +31,7 @@ kubectl wait --for=condition=ready --timeout=1m pod ${WH} -n nsm-system Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -57,7 +57,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/ovs/README.md b/examples/ovs/README.md index 7d9f3946fc18..9e44c1e08143 100644 --- a/examples/ovs/README.md +++ b/examples/ovs/README.md @@ -43,7 +43,7 @@ kubectl create ns nsm-system 2. Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ovs?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ovs?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` 3. Wait for admission-webhook-k8s: diff --git a/examples/spire/README.md b/examples/spire/README.md index 0711c7f87f96..1589e476cfed 100644 --- a/examples/spire/README.md +++ b/examples/spire/README.md @@ -4,7 +4,7 @@ To apply spire deployments following the next command: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` Wait for PODs status ready: diff --git a/examples/sriov/README.md b/examples/sriov/README.md index 93bdd7012392..4c0b7e56b8ff 100644 --- a/examples/sriov/README.md +++ b/examples/sriov/README.md @@ -36,7 +36,7 @@ kubectl create ns nsm-system Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/sriov?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/sriov?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 ``` ## Cleanup diff --git a/examples/use-cases/Kernel2Kernel&Vfio2Noop/README.md b/examples/use-cases/Kernel2Kernel&Vfio2Noop/README.md index 9f97c9816a89..4186a0d0f75f 100644 --- a/examples/use-cases/Kernel2Kernel&Vfio2Noop/README.md +++ b/examples/use-cases/Kernel2Kernel&Vfio2Noop/README.md @@ -6,7 +6,7 @@ This example shows that local kernel connection and VFIO connection can be setup Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -25,10 +25,10 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Kernel/README.md b/examples/use-cases/Kernel2Kernel/README.md index d0dae604d525..dd5362376e69 100644 --- a/examples/use-cases/Kernel2Kernel/README.md +++ b/examples/use-cases/Kernel2Kernel/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -34,7 +34,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2KernelVLAN/README.md b/examples/use-cases/Kernel2KernelVLAN/README.md index 56a43472c15e..5eeb3bab2f68 100644 --- a/examples/use-cases/Kernel2KernelVLAN/README.md +++ b/examples/use-cases/Kernel2KernelVLAN/README.md @@ -16,7 +16,7 @@ hugepage, so in this case NSE pod should be created with memory limit > 2.2 GB. Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -35,8 +35,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vlan-vpp?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vlan-vpp?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Memif/README.md b/examples/use-cases/Kernel2Memif/README.md index 977965adbaf7..39741873b76e 100644 --- a/examples/use-cases/Kernel2Memif/README.md +++ b/examples/use-cases/Kernel2Memif/README.md @@ -14,7 +14,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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -35,7 +35,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2RVlan/README.md b/examples/use-cases/Kernel2RVlan/README.md index 7807c6c9ac51..d90d3a50c5c7 100644 --- a/examples/use-cases/Kernel2RVlan/README.md +++ b/examples/use-cases/Kernel2RVlan/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [remotevlan](../../remotevlan) setu Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` diff --git a/examples/use-cases/Kernel2Vxlan2Kernel&Vfio2Noop/README.md b/examples/use-cases/Kernel2Vxlan2Kernel&Vfio2Noop/README.md index ae5a7566c477..7b0ef4e0a7bb 100644 --- a/examples/use-cases/Kernel2Vxlan2Kernel&Vfio2Noop/README.md +++ b/examples/use-cases/Kernel2Vxlan2Kernel&Vfio2Noop/README.md @@ -6,7 +6,7 @@ This example shows that remote kernel over VXLAN connection and VFIO connection Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -25,10 +25,10 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Vxlan2Kernel/README.md b/examples/use-cases/Kernel2Vxlan2Kernel/README.md index f7c61150d01f..e10485746348 100644 --- a/examples/use-cases/Kernel2Vxlan2Kernel/README.md +++ b/examples/use-cases/Kernel2Vxlan2Kernel/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -34,7 +34,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2Vxlan2Memif/README.md b/examples/use-cases/Kernel2Vxlan2Memif/README.md index f8e0646f5d18..ac15a820db25 100644 --- a/examples/use-cases/Kernel2Vxlan2Memif/README.md +++ b/examples/use-cases/Kernel2Vxlan2Memif/README.md @@ -14,7 +14,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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -35,7 +35,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2Wireguard2Kernel/README.md b/examples/use-cases/Kernel2Wireguard2Kernel/README.md index b33fa6ffdda2..9d0c1ea1ca19 100644 --- a/examples/use-cases/Kernel2Wireguard2Kernel/README.md +++ b/examples/use-cases/Kernel2Wireguard2Kernel/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -34,7 +34,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2Wireguard2Memif/README.md b/examples/use-cases/Kernel2Wireguard2Memif/README.md index 25afe7bec75a..58447ceb865a 100644 --- a/examples/use-cases/Kernel2Wireguard2Memif/README.md +++ b/examples/use-cases/Kernel2Wireguard2Memif/README.md @@ -14,7 +14,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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -35,7 +35,7 @@ namespace: ${NAMESPACE} resources: - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Memif2Kernel/README.md b/examples/use-cases/Memif2Kernel/README.md index f0ab65deb603..607293c1b264 100644 --- a/examples/use-cases/Memif2Kernel/README.md +++ b/examples/use-cases/Memif2Kernel/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Memif/README.md b/examples/use-cases/Memif2Memif/README.md index 1d9656cbcda6..b3828db05cf2 100644 --- a/examples/use-cases/Memif2Memif/README.md +++ b/examples/use-cases/Memif2Memif/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Vxlan2Kernel/README.md b/examples/use-cases/Memif2Vxlan2Kernel/README.md index 00ccfb2cec08..dfaef8228304 100644 --- a/examples/use-cases/Memif2Vxlan2Kernel/README.md +++ b/examples/use-cases/Memif2Vxlan2Kernel/README.md @@ -15,7 +15,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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -34,8 +34,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Vxlan2Memif/README.md b/examples/use-cases/Memif2Vxlan2Memif/README.md index 050647a6d35c..a941150f5e9b 100644 --- a/examples/use-cases/Memif2Vxlan2Memif/README.md +++ b/examples/use-cases/Memif2Vxlan2Memif/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Wireguard2Kernel/README.md b/examples/use-cases/Memif2Wireguard2Kernel/README.md index 43899f13f114..c43a09f673dc 100644 --- a/examples/use-cases/Memif2Wireguard2Kernel/README.md +++ b/examples/use-cases/Memif2Wireguard2Kernel/README.md @@ -15,7 +15,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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -34,8 +34,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Wireguard2Memif/README.md b/examples/use-cases/Memif2Wireguard2Memif/README.md index 8c7e67acccda..972259c176f7 100644 --- a/examples/use-cases/Memif2Wireguard2Memif/README.md +++ b/examples/use-cases/Memif2Wireguard2Memif/README.md @@ -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/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -32,8 +32,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/SmartVF2SmartVF/README.md b/examples/use-cases/SmartVF2SmartVF/README.md index a9b2e9a258de..6bb0925c22d8 100644 --- a/examples/use-cases/SmartVF2SmartVF/README.md +++ b/examples/use-cases/SmartVF2SmartVF/README.md @@ -10,7 +10,7 @@ Make sure that you have completed steps from [ovs](../../ovs) setup. Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -24,8 +24,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: diff --git a/examples/use-cases/SriovKernel2Noop/README.md b/examples/use-cases/SriovKernel2Noop/README.md index 69b5ee735354..bfc7e161cdd6 100644 --- a/examples/use-cases/SriovKernel2Noop/README.md +++ b/examples/use-cases/SriovKernel2Noop/README.md @@ -10,7 +10,7 @@ Make sure that you have completed steps from [sriov](../../sriov) setup. Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -24,9 +24,9 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel-ponger?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel-ponger?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 patchesStrategicMerge: diff --git a/examples/use-cases/Vfio2Noop/README.md b/examples/use-cases/Vfio2Noop/README.md index 50f686cb37de..883f80099e32 100644 --- a/examples/use-cases/Vfio2Noop/README.md +++ b/examples/use-cases/Vfio2Noop/README.md @@ -10,7 +10,7 @@ Make sure that you have completed steps from [sriov](../../sriov) setup. Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -24,8 +24,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83 EOF ``` diff --git a/to-export.sh b/to-export.sh index 24d581fad064..418e9e673378 100755 --- a/to-export.sh +++ b/to-export.sh @@ -21,7 +21,7 @@ grep 'raw.githubusercontent.com' -rl examples/* | while IFS= read -r file; do sedi -E "s/(https:\/\/)?raw.githubusercontent.com\/networkservicemesh\/deployments-k8s\/[a-z0-9]*\/(.*)/${root}\2/g" "${file}" done -grep 'ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31' -rl examples/* | while IFS= read -r file; do +grep 'ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83' -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" - sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31[a-z0-9]*/${root}\2/g" "${file}" + sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83[a-z0-9]*/${root}\2/g" "${file}" done diff --git a/to-local.sh b/to-local.sh index 3d7ee9ef97ac..d768118a4536 100755 --- a/to-local.sh +++ b/to-local.sh @@ -22,7 +22,7 @@ grep 'raw.githubusercontent.com' -rl examples/* | while IFS= read -r file; do sedi -E "s/(https:\/\/)?raw.githubusercontent.com\/networkservicemesh\/deployments-k8s\/[a-z0-9]*\/(.*)/${root}\/\2/g" "${file}" done -grep 'ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31' -rl examples/* | while IFS= read -r file; do +grep 'ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83' -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" - sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31[a-z0-9]*/${root}\/\2/g" "${file}" + sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83[a-z0-9]*/${root}\/\2/g" "${file}" done diff --git a/to-ref.sh b/to-ref.sh index 27a621218155..2e66c00fde75 100755 --- a/to-ref.sh +++ b/to-ref.sh @@ -17,13 +17,13 @@ get_root() { escape "${root}" } -FILE_PATTERN="$(escape 'https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c6206f2c23691d27ae2ca56c7ddc894841bfcc31/\1')" +FILE_PATTERN="$(escape 'https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/fc2a64c35d4fcce984fe96f241ae7b435e943e83/\1')" grep "$(pwd)" -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" sedi -E "s/${root//./\.}\/([^ ]*\.[a-z]+)/${FILE_PATTERN}/g" "${file}" done -DIR_PATTERN="$(escape 'https://github.com/networkservicemesh/deployments-k8s/\1?ref=c6206f2c23691d27ae2ca56c7ddc894841bfcc31')" +DIR_PATTERN="$(escape 'https://github.com/networkservicemesh/deployments-k8s/\1?ref=fc2a64c35d4fcce984fe96f241ae7b435e943e83')" grep "$(pwd)" -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" sedi -E "s/${root//./\.}\/([^ ]*)/${DIR_PATTERN}/g" "${file}"