-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Consul interdomain example #6517
Add Consul interdomain example #6517
Conversation
Signed-off-by: anastasia.malysheva <[email protected]>
…mples to the example directory; replaced path to the absoluter references Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
… into add-consul-example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
examples/nsm_consul/README.md
Outdated
kubectl --kubeconfig=$KUBECONFIG1 exec -it alpine-nsc -- curl 172.16.1.2:8080 | ||
``` | ||
|
||
You should see "hello world" answer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we need to add a bash
command to verify the connection, like here:
https://github.com/networkservicemesh/deployments-k8s/blob/main/examples/nsm_istio/README.md?plain=1#L56-L58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added, @glazychev-art, please check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to use something with UI than just 'hello world' for demo.
Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
Signed-off-by: anastasia.malysheva <[email protected]>
I'm close this PR as soon as Marina Shustowa came back. |
Pull Request inherits from #6490 and adding some updates.
Signed-off-by: anastasia.malysheva [email protected]