Skip to content

Commit

Permalink
[qfix] fix images in IPAM Policies example (#12297)
Browse files Browse the repository at this point in the history
* [qfix] fix images in IPAM Policies example

Signed-off-by: NikitaSkrynnik <[email protected]>

* remove a broken link

Signed-off-by: NikitaSkrynnik <[email protected]>

---------

Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik authored Sep 23, 2024
1 parent 4ebae9a commit beada8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/features/ipam-policies/first-nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: nse
image: cmd-nse-icmp-responder
image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:65b5370
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
2 changes: 1 addition & 1 deletion examples/features/ipam-policies/second-nse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
containers:
- name: nse
image: cmd-nse-icmp-responder
image: ghcr.io/networkservicemesh/ci/cmd-nse-icmp-responder:65b5370
imagePullPolicy: IfNotPresent
env:
- name: SPIFFE_ENDPOINT_SOCKET
Expand Down
1 change: 0 additions & 1 deletion examples/interdomain/usecases/nsm_consul_vl3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Make sure that you have completed steps from [multiservicemesh](../../suites/mul

References:
https://learn.hashicorp.com/tutorials/consul/deployment-guide?in=consul/production-deploy
https://learn.hashicorp.com/tutorials/consul/tls-encryption-secure
https://learn.hashicorp.com/tutorials/consul/service-mesh-with-envoy-proxy?in=consul/developer-mesh

Start vl3, install Consul control plane and counting service on the first cluster and dashboard on the second:
Expand Down

0 comments on commit beada8d

Please sign in to comment.