Skip to content

Commit

Permalink
update to v1.11.2-rc.3
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Dec 12, 2023
1 parent 15f92eb commit 3c56ed3
Show file tree
Hide file tree
Showing 188 changed files with 300 additions and 300 deletions.
6 changes: 3 additions & 3 deletions apps/admission-webhook-k8s/admission-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccount: admission-webhook-sa
containers:
- name: admission-webhook-k8s
image: ghcr.io/networkservicemesh/cmd-admission-webhook-k8s:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-admission-webhook-k8s:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
readinessProbe:
httpGet:
Expand All @@ -40,9 +40,9 @@ spec:
- name: NSM_ANNOTATION
value: networkservicemesh.io
- name: NSM_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/cmd-nsc:v1.11.2-rc.2
value: ghcr.io/networkservicemesh/cmd-nsc:v1.11.2-rc.3
- name: NSM_INIT_CONTAINER_IMAGES
value: ghcr.io/networkservicemesh/cmd-nsc-init:v1.11.2-rc.2
value: ghcr.io/networkservicemesh/cmd-nsc-init:v1.11.2-rc.3
- name: NSM_LABELS
value: spiffe.io/spiffe-id:true
- name: NSM_ENVS
Expand Down
2 changes: 1 addition & 1 deletion apps/cluster-info/cluster-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
serviceAccountName: cluster-info-sa
containers:
- image: ghcr.io/networkservicemesh/cmd-cluster-info-k8s:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-cluster-info-k8s:v1.11.2-rc.3
env:
- name: NSM_NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion apps/csi-driver/csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
containers:
# This is the container which runs the NSM CSI driver.
- name: nsm-csi-driver
image: ghcr.io/networkservicemesh/cmd-csi-driver:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-csi-driver:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
# The CSI driver needs a unique node ID. The node name can be
Expand Down
2 changes: 1 addition & 1 deletion apps/forwarder-ovs/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostPID: true
hostNetwork: true
containers:
- image: ghcr.io/networkservicemesh/cmd-forwarder-ovs:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-forwarder-ovs:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
name: forwarder-ovs
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion apps/forwarder-sriov/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers:
- image: ghcr.io/networkservicemesh/cmd-forwarder-sriov:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-forwarder-sriov:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
name: forwarder-sriov
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion apps/forwarder-vpp/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers:
- image: ghcr.io/networkservicemesh/cmd-forwarder-vpp:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-forwarder-vpp:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
name: forwarder-vpp
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-kernel/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nsc
image: ghcr.io/networkservicemesh/cmd-nsc:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nsc:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-memif/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nsc
image: ghcr.io/networkservicemesh/cmd-nsc-vpp:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nsc-vpp:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-simple-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
nsc-simple-docker:
image: ghcr.io/networkservicemesh/cmd-nsc-simple-docker:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nsc-simple-docker:v1.11.2-rc.3
privileged: true
container_name: nsc-simple-docker
restart: always
Expand Down
2 changes: 1 addition & 1 deletion apps/nsc-vfio/nsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
mountPath: /dev/vfio

- name: nsc
image: ghcr.io/networkservicemesh/cmd-nsc:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nsc:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-firewall-vpp/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-firewall-vpp:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-firewall-vpp:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-kernel/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-memif/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder-vpp:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder-vpp:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-noop/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
hostNetwork: true
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-vfio:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-vfio:v1.11.2-rc.3
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-remote-vlan/nse-remote-vlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-remote-vlan:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-remote-vlan:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5003
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-simple-vl3-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
nse-simple-vl3-docker:
image: ghcr.io/networkservicemesh/cmd-nse-simple-vl3-docker:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-simple-vl3-docker:v1.11.2-rc.3
privileged: true
container_name: nse-simple-vl3-docker
restart: always
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-supplier-k8s/supplier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse-supplier
image: ghcr.io/networkservicemesh/cmd-nse-supplier-k8s:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-supplier-k8s:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-vfio/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
mountPath: /dev/vfio

- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-vfio:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-vfio:v1.11.2-rc.3
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-vl3-vpp/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-vl3-vpp:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-vl3-vpp:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion apps/nse-vlan-vpp/nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-vlan-vpp:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-vlan-vpp:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
4 changes: 2 additions & 2 deletions apps/nsmgr-proxy/nsmgr-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
serviceAccount: nsmgr-proxy-sa
containers:
- image: ghcr.io/networkservicemesh/cmd-nsmgr-proxy:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-nsmgr-proxy:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
name: nsmgr-proxy
ports:
Expand Down Expand Up @@ -56,7 +56,7 @@ spec:
limits:
memory: 100Mi
cpu: 400m
- image: ghcr.io/networkservicemesh/cmd-map-ip-k8s:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-map-ip-k8s:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
name: map-ip-k8s
env:
Expand Down
4 changes: 2 additions & 2 deletions apps/nsmgr/nsmgr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
serviceAccount: nsmgr-sa
containers:
- image: ghcr.io/networkservicemesh/cmd-nsmgr:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-nsmgr:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
name: nsmgr
ports:
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
command: ["/bin/grpc-health-probe", "-spiffe", "-addr=unix:///var/lib/networkservicemesh/nsm.io.sock"]
failureThreshold: 25
periodSeconds: 5
- image: ghcr.io/networkservicemesh/cmd-exclude-prefixes-k8s:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-exclude-prefixes-k8s:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
name: exclude-prefixes
env:
Expand Down
2 changes: 1 addition & 1 deletion apps/registry-k8s/registry-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
serviceAccountName: registry-k8s-sa
containers:
- image: ghcr.io/networkservicemesh/cmd-registry-k8s:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-registry-k8s:v1.11.2-rc.3
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/registry-memory/registry-memory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
"spiffe.io/spiffe-id": "true"
spec:
containers:
- image: ghcr.io/networkservicemesh/cmd-registry-memory:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-registry-memory:v1.11.2-rc.3
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/registry-proxy-dns/registry-proxy-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
"spiffe.io/spiffe-id": "true"
spec:
containers:
- image: ghcr.io/networkservicemesh/cmd-registry-proxy-dns:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-registry-proxy-dns:v1.11.2-rc.3
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/vl3-ipam/vl3-ipam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
"spiffe.io/spiffe-id": "true"
spec:
containers:
- image: ghcr.io/networkservicemesh/cmd-ipam-vl3:v1.11.2-rc.2
- image: ghcr.io/networkservicemesh/cmd-ipam-vl3:v1.11.2-rc.3
env:
- name: SPIFFE_ENDPOINT_SOCKET
value: unix:///run/spire/sockets/agent.sock
Expand Down
2 changes: 1 addition & 1 deletion apps/vl3-lb/lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: lb
image: ghcr.io/networkservicemesh/cmd-lb-vl3-vpp:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-lb-vl3-vpp:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion examples/afxdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If the packet belongs to the NSM interface it forwards it to the VPP, otherwise
Apply NSM resources for basic tests:

```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/afxdp?ref=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/afxdp?ref=v1.11.2-rc.3
```

Wait for admission-webhook-k8s:
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=v1.11.2-rc.3
```

Wait for admission-webhook-k8s:
Expand Down
4 changes: 2 additions & 2 deletions examples/features/annotated-namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Create test namespace and deploy NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/annotated-namespace?ref=v1.11.2-rc.3
```

Wait for NSE to be ready:
Expand All @@ -28,7 +28,7 @@ kubectl annotate ns ns-annotated-namespace networkservicemesh.io=kernel://annota

Apply client patch:
```bash
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.11.2-rc.2/examples/features/annotated-namespace/client.yaml
kubectl apply -f https://raw.githubusercontent.com/networkservicemesh/deployments-k8s/v1.11.2-rc.3/examples/features/annotated-namespace/client.yaml
```

Wait for client to be ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dns?ref=v1.11.2-rc.3
```

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/Kernel2IP2Kernel_dual_stack?ref=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2IP2Kernel_dual_stack?ref=v1.11.2-rc.3
```

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/dual-stack/Kernel2Kernel_dual_stack?ref=v1.11.2-rc.3
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/exclude-prefixes-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes-client?ref=v1.11.2-rc.3
```

Wait for applications ready:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: nse
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder:v1.11.2-rc.2
image: ghcr.io/networkservicemesh/cmd-nse-icmp-responder:v1.11.2-rc.3
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
4 changes: 2 additions & 2 deletions examples/features/exclude-prefixes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Make sure that you have completed steps from [basic](../../basic) or [memory](..

Create config map with excluded prefixes
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes/configmap?ref=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes/configmap?ref=v1.11.2-rc.3
```

Deploy NSC and NSE:
```bash
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/exclude-prefixes?ref=v1.11.2-rc.3
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipv6/Kernel2IP2Kernel_ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/Kernel2IP2Kernel_ipv6?ref=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Kernel_ipv6?ref=v1.11.2-rc.3
```

Wait for applications ready:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipv6/Kernel2IP2Memif_ipv6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/Kernel2IP2Memif_ipv6?ref=v1.11.2-rc.2
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/features/ipv6/Kernel2IP2Memif_ipv6?ref=v1.11.2-rc.3
```

Wait for applications ready:
Expand Down
Loading

0 comments on commit 3c56ed3

Please sign in to comment.