-
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
Feature/calico integration #4143
Feature/calico integration #4143
Conversation
Signed-off-by: Mikhail Avramenko <[email protected]>
05384ea
to
e2dfaaa
Compare
Signed-off-by: Mikhail Avramenko <[email protected]>
e2dfaaa
to
354f532
Compare
examples/basic/README.md
Outdated
@@ -31,7 +31,11 @@ kubectl create ns nsm-system | |||
2. Apply NSM resources for basic tests: | |||
|
|||
```bash | |||
kubectl apply -k https://github.com/networkservicemesh/deployments-k8s/examples/basic?ref=bbe46ecf104280e96ae3a32d4757149e792f0d11 | |||
if [[ "${CALICO}" == "on" ]]; then |
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.
Please don't use env. As I can see we can simply create a separate suite(setup) for calico and add links at supported use-cases.
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.
@denis-tingaikin ok, refactored example structure, please, take a look
753366d
to
0a3335b
Compare
Signed-off-by: Mikhail Avramenko <[email protected]>
0a3335b
to
42109f6
Compare
@denis-tingaikin refactored folder structure - please, take a look |
…ployments-k8s@main PR link: networkservicemesh/deployments-k8s#4143 Commit: 7dc61bf Author: Network Service Mesh Bot Date: 2021-12-23 04:55:22 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/de… Signed-off-by: NSMBot <[email protected]>
Description
Added calico patches
Issue
part of networkservicemesh/integration-k8s-kind#325