From ecfe925a0957be65ece4311b9d444bdfbddcbf6b Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 1 Dec 2021 13:34:01 +0000 Subject: [PATCH] Update references Signed-off-by: NSMBot --- examples/basic/README.md | 2 +- examples/features/dns/README.md | 6 +++--- examples/features/exclude-prefixes/README.md | 6 +++--- examples/features/ipv6/Kernel2Kernel/README.md | 4 ++-- .../ipv6/Kernel2Wireguard2Kernel/README.md | 4 ++-- .../ipv6/Kernel2Wireguard2Memif/README.md | 4 ++-- examples/features/ipv6/Memif2Memif/README.md | 6 +++--- .../ipv6/Memif2Wireguard2Kernel/README.md | 6 +++--- .../ipv6/Memif2Wireguard2Memif/README.md | 6 +++--- examples/features/nse-composition/README.md | 16 ++++++++-------- examples/features/opa/README.md | 6 +++--- examples/features/scale-from-zero/README.md | 10 +++++----- examples/features/webhook-smartvf/README.md | 4 ++-- examples/features/webhook/README.md | 4 ++-- examples/heal/local-forwarder-death/README.md | 6 +++--- examples/heal/local-nse-death/README.md | 6 +++--- examples/heal/local-nsmgr-restart/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 +++--- examples/heal/remote-nsmgr-death/README.md | 12 ++++++------ 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 ++++---- .../usecases/Kernel2Vxlan2Kernel/README.md | 8 ++++---- examples/memory/README.md | 2 +- examples/multiforwarder/README.md | 2 +- 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 ++-- .../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 ++-- 54 files changed, 154 insertions(+), 154 deletions(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index 42fc7ad4ee24..18f59498f872 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` 3. Wait for admission-webhook-k8s: diff --git a/examples/features/dns/README.md b/examples/features/dns/README.md index d16e3a8f5042..e4d27c879bbf 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 resources: - dnsutils.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/dns/coredns-config-map.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/dns/coredns-config-map.yaml patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/exclude-prefixes/README.md b/examples/features/exclude-prefixes/README.md index 030e9dddc054..aea28eceb9f4 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Kernel2Kernel/README.md b/examples/features/ipv6/Kernel2Kernel/README.md index f6ef3796e2a8..46c0bd253209 100644 --- a/examples/features/ipv6/Kernel2Kernel/README.md +++ b/examples/features/ipv6/Kernel2Kernel/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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/ipv6/Kernel2Wireguard2Kernel/README.md b/examples/features/ipv6/Kernel2Wireguard2Kernel/README.md index 353c537f671e..d82294fffd58 100644 --- a/examples/features/ipv6/Kernel2Wireguard2Kernel/README.md +++ b/examples/features/ipv6/Kernel2Wireguard2Kernel/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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/ipv6/Kernel2Wireguard2Memif/README.md b/examples/features/ipv6/Kernel2Wireguard2Memif/README.md index c739b36ddbfa..75452232dd28 100644 --- a/examples/features/ipv6/Kernel2Wireguard2Memif/README.md +++ b/examples/features/ipv6/Kernel2Wireguard2Memif/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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/ipv6/Memif2Memif/README.md b/examples/features/ipv6/Memif2Memif/README.md index 60e5d658b309..dd8537340dde 100644 --- a/examples/features/ipv6/Memif2Memif/README.md +++ b/examples/features/ipv6/Memif2Memif/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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Memif2Wireguard2Kernel/README.md b/examples/features/ipv6/Memif2Wireguard2Kernel/README.md index 0ba2e45432cd..270efc193ea0 100644 --- a/examples/features/ipv6/Memif2Wireguard2Kernel/README.md +++ b/examples/features/ipv6/Memif2Wireguard2Kernel/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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Memif2Wireguard2Memif/README.md b/examples/features/ipv6/Memif2Wireguard2Memif/README.md index a5fdabfcdd4c..5efe2310762f 100644 --- a/examples/features/ipv6/Memif2Wireguard2Memif/README.md +++ b/examples/features/ipv6/Memif2Wireguard2Memif/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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/nse-composition/README.md b/examples/features/nse-composition/README.md index 82c01c33c05d..add27ffa038f 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -30,15 +30,15 @@ kind: Kustomization namespace: ${NAMESPACE} resources: -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/nse-composition/config-file.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/nse-composition/passthrough-1.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/nse-composition/passthrough-2.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/nse-composition/passthrough-3.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/nse-composition/nse-composition-ns.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/nse-composition/config-file.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/nse-composition/passthrough-1.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/nse-composition/passthrough-2.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/nse-composition/passthrough-3.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/nse-composition/nse-composition-ns.yaml - client.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/opa/README.md b/examples/features/opa/README.md index 58c9c517edab..4c40f4c1c4ef 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/scale-from-zero/README.md b/examples/features/scale-from-zero/README.md index f3f5c8eb92f4..ae7f2f6d6542 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml @@ -110,13 +110,13 @@ patchesStrategicMerge: configMapGenerator: - name: supplier-pod-template-configmap files: - - https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/scale-from-zero/pod-template.yaml + - https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/scale-from-zero/pod-template.yaml EOF ``` 6. Register network service: ```bash -kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/scale-from-zero/autoscale-netsvc.yaml +kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/examples/features/scale-from-zero/autoscale-netsvc.yaml ``` 7. Deploy NSC and supplier: diff --git a/examples/features/webhook-smartvf/README.md b/examples/features/webhook-smartvf/README.md index 9b47c54fd929..3f48c360af18 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 resources: - postgres-cl.yaml diff --git a/examples/features/webhook/README.md b/examples/features/webhook/README.md index eff08c1744e1..4b46f32abfc2 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 resources: - postgres-cl.yaml diff --git a/examples/heal/local-forwarder-death/README.md b/examples/heal/local-forwarder-death/README.md index a70118c65bc1..9548d457a0a3 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nse-death/README.md b/examples/heal/local-nse-death/README.md index 7f1e926a59eb..7fc09f199327 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nsmgr-restart/README.md b/examples/heal/local-nsmgr-restart/README.md index 481cde0909d2..f64a0db5406f 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/registry-restart/README.md b/examples/heal/registry-restart/README.md index e4887f67c77b..bb2dd10880b9 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml @@ -136,7 +136,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesJson6902: - target: diff --git a/examples/heal/remote-forwarder-death-ip/README.md b/examples/heal/remote-forwarder-death-ip/README.md index ed2dd6880164..14150dc48086 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-forwarder-death/README.md b/examples/heal/remote-forwarder-death/README.md index 749a67499295..b9d6861f8991 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 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 55724d35c9b1..9e5f9658ff30 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nse-death/README.md b/examples/heal/remote-nse-death/README.md index 9439676c5f77..d030247533b3 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nsmgr-death/README.md b/examples/heal/remote-nsmgr-death/README.md index 5e510745c9f7..0308057b2e70 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml @@ -126,7 +126,7 @@ kind: Kustomization namespace: nsm-system bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsmgr.yaml @@ -170,7 +170,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -n nsm-system +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 -n nsm-system ``` Delete ns: diff --git a/examples/heal/remote-nsmgr-restart-ip/README.md b/examples/heal/remote-nsmgr-restart-ip/README.md index 9e0f72fbb97b..99731970d24d 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nsmgr-restart/README.md b/examples/heal/remote-nsmgr-restart/README.md index 8a43acb72bd3..a6982eddda76 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/interdomain/spire/README.md b/examples/interdomain/spire/README.md index 4b090afe19c8..4123b0afc15c 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster1?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster2?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster3?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` Wait for PODs status ready: diff --git a/examples/interdomain/usecases/FloatingKernel2Vxlan2Kernel/README.md b/examples/interdomain/usecases/FloatingKernel2Vxlan2Kernel/README.md index d708bc51a921..5820915b4bac 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md b/examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md index 0e77f7c12fcf..6ea1c9dbfbac 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/memory/README.md b/examples/memory/README.md index 260793685aa6..b2d277474b95 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` 3. Wait for admission-webhook-k8s: diff --git a/examples/multiforwarder/README.md b/examples/multiforwarder/README.md index 15706d6e8075..37cd880ffc7e 100644 --- a/examples/multiforwarder/README.md +++ b/examples/multiforwarder/README.md @@ -41,7 +41,7 @@ kubectl create ns nsm-system Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multiforwarder?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multiforwarder?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` ## Cleanup diff --git a/examples/ovs/README.md b/examples/ovs/README.md index 4431433789ca..af98436ee43e 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ovs?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` ## Cleanup diff --git a/examples/spire/README.md b/examples/spire/README.md index 318129e50f97..70d1383b22f7 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` Wait for PODs status ready: diff --git a/examples/sriov/README.md b/examples/sriov/README.md index 3742b294764b..1c9fd1f39ad4 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/sriov?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 ``` ## Cleanup diff --git a/examples/use-cases/Kernel2Kernel&Vfio2Noop/README.md b/examples/use-cases/Kernel2Kernel&Vfio2Noop/README.md index c425752363bb..7ef36fcedd6d 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Kernel/README.md b/examples/use-cases/Kernel2Kernel/README.md index b021a7a1e77a..a317c7b12519 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2KernelVLAN/README.md b/examples/use-cases/Kernel2KernelVLAN/README.md index bbfa9ad45b6c..56edd941f37d 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vlan-vpp?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vlan-vpp?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Memif/README.md b/examples/use-cases/Kernel2Memif/README.md index 7222a2b1f401..d08b8c927b8d 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2Vxlan2Kernel&Vfio2Noop/README.md b/examples/use-cases/Kernel2Vxlan2Kernel&Vfio2Noop/README.md index 93e24f66c591..bb5961f8e623 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Vxlan2Kernel/README.md b/examples/use-cases/Kernel2Vxlan2Kernel/README.md index 12646b730cd8..8092c9cb3f89 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2Vxlan2Memif/README.md b/examples/use-cases/Kernel2Vxlan2Memif/README.md index d6ba7c604210..e1fd18d1d7da 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2Wireguard2Kernel/README.md b/examples/use-cases/Kernel2Wireguard2Kernel/README.md index 2376d1235d89..8797e84fb372 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Kernel2Wireguard2Memif/README.md b/examples/use-cases/Kernel2Wireguard2Memif/README.md index eb0e2aa6f2f4..c8ddd73e86d2 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/use-cases/Memif2Kernel/README.md b/examples/use-cases/Memif2Kernel/README.md index 944f73f01fe5..86476c526793 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Memif/README.md b/examples/use-cases/Memif2Memif/README.md index d732080e5b1b..2718c8a6f258 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Vxlan2Kernel/README.md b/examples/use-cases/Memif2Vxlan2Kernel/README.md index 32443fd64089..cf6b7713eff2 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Vxlan2Memif/README.md b/examples/use-cases/Memif2Vxlan2Memif/README.md index 9164db9b2aca..42efca3563fc 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Wireguard2Kernel/README.md b/examples/use-cases/Memif2Wireguard2Kernel/README.md index 0ed4d7fbf5a1..3d5c325e52e3 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Wireguard2Memif/README.md b/examples/use-cases/Memif2Wireguard2Memif/README.md index 5c6cf917bca9..5f081d8dc9b7 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/SmartVF2SmartVF/README.md b/examples/use-cases/SmartVF2SmartVF/README.md index 10f83ec151e0..b4cd885f746b 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: diff --git a/examples/use-cases/SriovKernel2Noop/README.md b/examples/use-cases/SriovKernel2Noop/README.md index 5867d5ec3be4..27269e7ab9c0 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel-ponger?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel-ponger?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 patchesStrategicMerge: diff --git a/examples/use-cases/Vfio2Noop/README.md b/examples/use-cases/Vfio2Noop/README.md index f4eef9411a73..94cac7fe6549 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02 EOF ``` diff --git a/to-export.sh b/to-export.sh index 7421ca523dd9..aab3bd0dc96a 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a' -rl examples/* | while IFS= read -r file; do +grep 'ref=633c4730cdc2f486ba26781dedc51c8c2c834f02' -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" - sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a[a-z0-9]*/${root}\2/g" "${file}" + sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02[a-z0-9]*/${root}\2/g" "${file}" done diff --git a/to-local.sh b/to-local.sh index efcbe2f6f756..60343a75f029 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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a' -rl examples/* | while IFS= read -r file; do +grep 'ref=633c4730cdc2f486ba26781dedc51c8c2c834f02' -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" - sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a[a-z0-9]*/${root}\/\2/g" "${file}" + sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02[a-z0-9]*/${root}\/\2/g" "${file}" done diff --git a/to-ref.sh b/to-ref.sh index 95ac63c096b1..5cab5c410e10 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/c8399e84d9cf7385ec3290e1f20ce3281dd46b0a/\1')" +FILE_PATTERN="$(escape 'https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/633c4730cdc2f486ba26781dedc51c8c2c834f02/\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=c8399e84d9cf7385ec3290e1f20ce3281dd46b0a')" +DIR_PATTERN="$(escape 'https://github.com/networkservicemesh/deployments-k8s/\1?ref=633c4730cdc2f486ba26781dedc51c8c2c834f02')" grep "$(pwd)" -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" sedi -E "s/${root//./\.}\/([^ ]*)/${DIR_PATTERN}/g" "${file}"