-
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
Floating vl3 autoscale #7057
Floating vl3 autoscale #7057
Conversation
- name: nse | ||
env: | ||
- name: NSM_PREFIXSERVERURL | ||
value: "tcp://$vl3_ipam_ip:5006" |
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.
We definitely shouldn't use static ips.
See at comment #7054 (comment)
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.
Done
1a1d1ec
to
6953bc2
Compare
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 resolve comment related to kubect kustomize
.
And also do fixes with dupl of 'Node A' labels on the diagram. examples/floating_interdomain/usecases/FloatingVl3_autoscale/floating_vl3_autoscale.svg
Also it would be nice to add the source of the diargam into the example that allow modify the diagram in the future.
Save `pod-template.yaml`: | ||
```bash | ||
kubectl kustomize -o 'pod-template.yaml' | ||
``` |
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.
This is looking as a complicaiton.
Could you please explain why do we need to use this?
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.
You are right.
Fixed
14d7633
to
0c259d1
Compare
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
0c259d1
to
ac1bc5c
Compare
…ployments-k8s@main PR link: networkservicemesh/deployments-k8s#7057 Commit: 02650ae Author: Network Service Mesh Bot Date: 2022-08-22 14:38:01 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/de… Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Issue: #6345