From 9bb57217be0588b2238c58ef914ac152725d1d64 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Fri, 12 Nov 2021 08:14:25 +0000 Subject: [PATCH] Update references Signed-off-by: NSMBot --- examples/basic/README.md | 2 +- examples/features/dns/README.md | 6 +++--- examples/features/ipv6/Kernel2Kernel/README.md | 6 +++--- .../ipv6/Kernel2Wireguard2Kernel/README.md | 6 +++--- .../ipv6/Kernel2Wireguard2Memif/README.md | 6 +++--- examples/features/ipv6/Memif2Memif/README.md | 6 +++--- .../ipv6/Memif2Wireguard2Kernel/README.md | 6 +++--- .../ipv6/Memif2Wireguard2Memif/README.md | 6 +++--- examples/features/nse-composition/README.md | 18 +++++++++--------- examples/features/opa/README.md | 6 +++--- examples/features/scale-from-zero/README.md | 10 +++++----- 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 ++++++------ .../heal/remote-nsmgr-restart-ip/README.md | 6 +++--- examples/heal/remote-nsmgr-restart/README.md | 6 +++--- examples/interdomain/dns/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 +- .../Kernel2Kernel&Vfio2Noop/README.md | 10 +++++----- examples/use-cases/Kernel2Kernel/README.md | 6 +++--- examples/use-cases/Kernel2Memif/README.md | 6 +++--- .../Kernel2Vxlan2Kernel&Vfio2Noop/README.md | 10 +++++----- .../use-cases/Kernel2Vxlan2Kernel/README.md | 6 +++--- .../use-cases/Kernel2Vxlan2Memif/README.md | 6 +++--- .../Kernel2Wireguard2Kernel/README.md | 6 +++--- .../use-cases/Kernel2Wireguard2Memif/README.md | 6 +++--- examples/use-cases/Memif2Kernel/README.md | 6 +++--- examples/use-cases/Memif2Memif/README.md | 6 +++--- .../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 ++-- 52 files changed, 159 insertions(+), 159 deletions(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index 1a53c80018c2..d9ad791b5cba 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=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` ## Cleanup diff --git a/examples/features/dns/README.md b/examples/features/dns/README.md index f40c7ed290a6..dfbd44a6c083 100644 --- a/examples/features/dns/README.md +++ b/examples/features/dns/README.md @@ -17,7 +17,7 @@ kubectl wait --for=condition=ready --timeout=1m pod ${WH} -n nsm-system 1. Create test namespace: ```bash -NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -115,11 +115,11 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 resources: - dnsutils.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/dns/coredns-config-map.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/dns/coredns-config-map.yaml patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/ipv6/Kernel2Kernel/README.md b/examples/features/ipv6/Kernel2Kernel/README.md index 3ca52f2dbe18..beb9d516072b 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Kernel2Wireguard2Kernel/README.md b/examples/features/ipv6/Kernel2Wireguard2Kernel/README.md index 9207d8004d4d..ff587b32d990 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Kernel2Wireguard2Memif/README.md b/examples/features/ipv6/Kernel2Wireguard2Memif/README.md index c4e66f270238..234c57034afe 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -29,8 +29,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Memif2Memif/README.md b/examples/features/ipv6/Memif2Memif/README.md index 978a72844c0f..6fd31f67fa7c 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Memif2Wireguard2Kernel/README.md b/examples/features/ipv6/Memif2Wireguard2Kernel/README.md index 318fcaffe792..1e96789caade 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/ipv6/Memif2Wireguard2Memif/README.md b/examples/features/ipv6/Memif2Wireguard2Memif/README.md index e0f5add5f7f0..d97fcf4146b7 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/nse-composition/README.md b/examples/features/nse-composition/README.md index e7f478bea015..9d6140b0f2d1 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -30,15 +30,15 @@ kind: Kustomization namespace: ${NAMESPACE} resources: -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/nse-composition/config-file.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/nse-composition/passthrough-1.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/nse-composition/passthrough-2.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/nse-composition/passthrough-3.yaml -- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/nse-composition/nse-composition-ns.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/nse-composition/config-file.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/nse-composition/passthrough-1.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/nse-composition/passthrough-2.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/nse-composition/passthrough-3.yaml +- https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/nse-composition/nse-composition-ns.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition/nse-firewall?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/opa/README.md b/examples/features/opa/README.md index 9e5fba09bddb..6f35bac09f03 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/features/scale-from-zero/README.md b/examples/features/scale-from-zero/README.md index f58c3456290c..4ef1e1b05058 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml @@ -110,13 +110,13 @@ patchesStrategicMerge: configMapGenerator: - name: supplier-pod-template-configmap files: - - https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/scale-from-zero/pod-template.yaml + - https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/scale-from-zero/pod-template.yaml EOF ``` 6. Register network service: ```bash -kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/scale-from-zero/autoscale-netsvc.yaml +kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/scale-from-zero/autoscale-netsvc.yaml ``` 7. Deploy NSC and supplier: diff --git a/examples/features/webhook/README.md b/examples/features/webhook/README.md index a001bff89a95..0099231830e2 100644 --- a/examples/features/webhook/README.md +++ b/examples/features/webhook/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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/features/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/features/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -98,7 +98,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 resources: - postgres-cl.yaml diff --git a/examples/heal/local-forwarder-death/README.md b/examples/heal/local-forwarder-death/README.md index 1db95c314d9f..d6efa0dfacbe 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nse-death/README.md b/examples/heal/local-nse-death/README.md index d702a664702d..3ce3d2eff637 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/local-nsmgr-restart/README.md b/examples/heal/local-nsmgr-restart/README.md index fa82ae111e02..060487f58b0d 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/registry-restart/README.md b/examples/heal/registry-restart/README.md index c7d4c8ed4088..f0820b03eced 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml @@ -136,7 +136,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesJson6902: - target: diff --git a/examples/heal/remote-forwarder-death-ip/README.md b/examples/heal/remote-forwarder-death-ip/README.md index 614589bac8a0..2550d644f053 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-forwarder-death/README.md b/examples/heal/remote-forwarder-death/README.md index dd7f31c3222f..a76b439af1d7 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 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 9f5e067c589d..23cbfb254de7 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nse-death/README.md b/examples/heal/remote-nse-death/README.md index 0bc440c656da..aeec74587384 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nsmgr-death/README.md b/examples/heal/remote-nsmgr-death/README.md index 2fa527e176fb..615b0fdb745a 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml @@ -128,7 +128,7 @@ kind: Kustomization namespace: nsm-system bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsmgr.yaml @@ -172,7 +172,7 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nse.yaml @@ -229,7 +229,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=65e679db98fcc097f2b06511d4727de1e63c1128 -n nsm-system +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=716baf01d723075985aa1722d2eda17ed049dd60 -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 0a271d107a3a..f4e3fdf773fc 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/heal/remote-nsmgr-restart/README.md b/examples/heal/remote-nsmgr-restart/README.md index bc5e9350cc97..6dd338a2b446 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/heal/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/interdomain/dns/README.md b/examples/interdomain/dns/README.md index 6b0ff6ff1a33..f3d637d2e645 100644 --- a/examples/interdomain/dns/README.md +++ b/examples/interdomain/dns/README.md @@ -92,7 +92,7 @@ export KUBECONFIG=$KUBECONFIG1 ``` ```bash -kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/interdomain/dns/service.yaml +kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/interdomain/dns/service.yaml ``` **For the second cluster:** @@ -102,7 +102,7 @@ export KUBECONFIG=$KUBECONFIG2 ``` ```bash -kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/interdomain/dns/service.yaml +kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/interdomain/dns/service.yaml ``` **For the third cluster:** @@ -112,7 +112,7 @@ export KUBECONFIG=$KUBECONFIG3 ``` ```bash -kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/65e679db98fcc097f2b06511d4727de1e63c1128/examples/interdomain/dns/service.yaml +kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/interdomain/dns/service.yaml ``` diff --git a/examples/interdomain/spire/README.md b/examples/interdomain/spire/README.md index f4c32b5afd14..dfc43dd02066 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=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster1?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` 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=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster2?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` 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=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/spire/cluster3?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` Wait for PODs status ready: diff --git a/examples/interdomain/usecases/FloatingKernel2Vxlan2Kernel/README.md b/examples/interdomain/usecases/FloatingKernel2Vxlan2Kernel/README.md index d112382a956e..82f29be9cd12 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md b/examples/interdomain/usecases/Kernel2Vxlan2Kernel/README.md index 8b5753b97597..16bd01d16186 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE1=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/interdomain/usecases/namespace.yaml)[0]) +NAMESPACE2=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/memory/README.md b/examples/memory/README.md index 7f51ea0360b1..07c0c4732d7c 100644 --- a/examples/memory/README.md +++ b/examples/memory/README.md @@ -22,7 +22,7 @@ kubectl create ns nsm-system Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` ## Cleanup diff --git a/examples/multiforwarder/README.md b/examples/multiforwarder/README.md index 8b8c79deebdc..e6e14fbde0ba 100644 --- a/examples/multiforwarder/README.md +++ b/examples/multiforwarder/README.md @@ -21,7 +21,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=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multiforwarder?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` ## Cleanup diff --git a/examples/ovs/README.md b/examples/ovs/README.md index 8f52cb4e000d..8665e4c2f0b4 100644 --- a/examples/ovs/README.md +++ b/examples/ovs/README.md @@ -21,7 +21,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=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ovs?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` ## Cleanup diff --git a/examples/spire/README.md b/examples/spire/README.md index 125d36ef2552..92c26d5e7a8f 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=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` Wait for PODs status ready: diff --git a/examples/sriov/README.md b/examples/sriov/README.md index 5d94a0e665bf..7456d333c4a7 100644 --- a/examples/sriov/README.md +++ b/examples/sriov/README.md @@ -16,7 +16,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=65e679db98fcc097f2b06511d4727de1e63c1128 +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/sriov?ref=716baf01d723075985aa1722d2eda17ed049dd60 ``` ## Cleanup diff --git a/examples/use-cases/Kernel2Kernel&Vfio2Noop/README.md b/examples/use-cases/Kernel2Kernel&Vfio2Noop/README.md index 4cd43407a7b0..8b606a0afd67 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Kernel/README.md b/examples/use-cases/Kernel2Kernel/README.md index bf320a3cfb0a..f67ac62f8877 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Memif/README.md b/examples/use-cases/Kernel2Memif/README.md index 14390e01d21e..9286799e0235 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -33,8 +33,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Vxlan2Kernel&Vfio2Noop/README.md b/examples/use-cases/Kernel2Vxlan2Kernel&Vfio2Noop/README.md index c597da7d3316..d1726c0e23e4 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Vxlan2Kernel/README.md b/examples/use-cases/Kernel2Vxlan2Kernel/README.md index a60ace7a01bf..3e67def17699 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Vxlan2Memif/README.md b/examples/use-cases/Kernel2Vxlan2Memif/README.md index 045f37f90393..3ce25747e0cd 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -33,8 +33,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Wireguard2Kernel/README.md b/examples/use-cases/Kernel2Wireguard2Kernel/README.md index b6ea716bbad7..01a0ec00c353 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Kernel2Wireguard2Memif/README.md b/examples/use-cases/Kernel2Wireguard2Memif/README.md index 74164379687b..84a57067f30a 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/examples/use-cases/namespace.yaml)[0]) NAMESPACE=${NAMESPACE:10} ``` @@ -33,8 +33,8 @@ kind: Kustomization namespace: ${NAMESPACE} bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Kernel/README.md b/examples/use-cases/Memif2Kernel/README.md index 8823bda2bc99..721e2294f2e2 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Memif/README.md b/examples/use-cases/Memif2Memif/README.md index b4668dc65fb4..fd0a7a1c2ed1 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Vxlan2Kernel/README.md b/examples/use-cases/Memif2Vxlan2Kernel/README.md index 23028e28da46..8bb552763a2c 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Vxlan2Memif/README.md b/examples/use-cases/Memif2Vxlan2Memif/README.md index 1a60c6473381..0f3401455982 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Wireguard2Kernel/README.md b/examples/use-cases/Memif2Wireguard2Kernel/README.md index b23b1941739e..16e89acb5d39 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/Memif2Wireguard2Memif/README.md b/examples/use-cases/Memif2Wireguard2Memif/README.md index 45d98d7bb1df..604815d4244a 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-memif?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: - patch-nsc.yaml diff --git a/examples/use-cases/SmartVF2SmartVF/README.md b/examples/use-cases/SmartVF2SmartVF/README.md index b104c75e786e..81f9e1965415 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: diff --git a/examples/use-cases/SriovKernel2Noop/README.md b/examples/use-cases/SriovKernel2Noop/README.md index 479dc1f54efb..5e998d07fbc9 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel-ponger?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-kernel-ponger?ref=716baf01d723075985aa1722d2eda17ed049dd60 patchesStrategicMerge: diff --git a/examples/use-cases/Vfio2Noop/README.md b/examples/use-cases/Vfio2Noop/README.md index 5b7293028306..4d1933233ef2 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/65e679db98fcc097f2b06511d4727de1e63c1128/examples/use-cases/namespace.yaml)[0]) +NAMESPACE=($(kubectl create -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/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=65e679db98fcc097f2b06511d4727de1e63c1128 -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=65e679db98fcc097f2b06511d4727de1e63c1128 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsc-vfio?ref=716baf01d723075985aa1722d2eda17ed049dd60 +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vfio?ref=716baf01d723075985aa1722d2eda17ed049dd60 EOF ``` diff --git a/to-export.sh b/to-export.sh index e7277ecbec21..98159b4aa414 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=65e679db98fcc097f2b06511d4727de1e63c1128' -rl examples/* | while IFS= read -r file; do +grep 'ref=716baf01d723075985aa1722d2eda17ed049dd60' -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" - sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=65e679db98fcc097f2b06511d4727de1e63c1128[a-z0-9]*/${root}\2/g" "${file}" + sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=716baf01d723075985aa1722d2eda17ed049dd60[a-z0-9]*/${root}\2/g" "${file}" done diff --git a/to-local.sh b/to-local.sh index f3049abbb641..28b4472c9674 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=65e679db98fcc097f2b06511d4727de1e63c1128' -rl examples/* | while IFS= read -r file; do +grep 'ref=716baf01d723075985aa1722d2eda17ed049dd60' -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" - sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=65e679db98fcc097f2b06511d4727de1e63c1128[a-z0-9]*/${root}\/\2/g" "${file}" + sedi -E "s/(https:\/\/)?github.com\/networkservicemesh\/deployments-k8s\/(.*)\?ref=716baf01d723075985aa1722d2eda17ed049dd60[a-z0-9]*/${root}\/\2/g" "${file}" done diff --git a/to-ref.sh b/to-ref.sh index 8048b4e7b634..5e4141d062dd 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/65e679db98fcc097f2b06511d4727de1e63c1128/\1')" +FILE_PATTERN="$(escape 'https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/716baf01d723075985aa1722d2eda17ed049dd60/\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=65e679db98fcc097f2b06511d4727de1e63c1128')" +DIR_PATTERN="$(escape 'https://github.com/networkservicemesh/deployments-k8s/\1?ref=716baf01d723075985aa1722d2eda17ed049dd60')" grep "$(pwd)" -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" sedi -E "s/${root//./\.}\/([^ ]*)/${DIR_PATTERN}/g" "${file}"