-
Notifications
You must be signed in to change notification settings - Fork 8
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 add route feature #154
Labels
Comments
sufuf3
added a commit
to linkernetworks/network-controller
that referenced
this issue
Jul 24, 2018
sufuf3
added a commit
to linkernetworks/network-controller
that referenced
this issue
Jul 24, 2018
sufuf3
added a commit
to linkernetworks/network-controller
that referenced
this issue
Jul 24, 2018
sufuf3
added a commit
to linkernetworks/network-controller
that referenced
this issue
Jul 24, 2018
sufuf3
added a commit
to linkernetworks/network-controller
that referenced
this issue
Jul 24, 2018
sufuf3
added a commit
to linkernetworks/network-controller
that referenced
this issue
Jul 24, 2018
sufuf3
added a commit
to linkernetworks/network-controller
that referenced
this issue
Jul 24, 2018
sufuf3
added a commit
that referenced
this issue
Jul 25, 2018
For init container, add add route in generateClientCommand
sufuf3
added a commit
that referenced
this issue
Jul 25, 2018
For init container, add add route in generateClientCommand
sufuf3
added a commit
that referenced
this issue
Jul 25, 2018
For init container, add add route in generateClientCommand
hwchiu
pushed a commit
that referenced
this issue
Jul 25, 2018
For init container, add add route in generateClientCommand
sufuf3
added a commit
that referenced
this issue
Jul 25, 2018
Signed-off-by: sufuf3 <[email protected]>
sufuf3
added a commit
that referenced
this issue
Jul 25, 2018
For init container, add add route in generateClientCommand Signed-off-by: sufuf3 <[email protected]>
hwchiu
pushed a commit
that referenced
this issue
Jul 25, 2018
Signed-off-by: sufuf3 <[email protected]>
hwchiu
pushed a commit
that referenced
this issue
Jul 25, 2018
For init container, add add route in generateClientCommand Signed-off-by: sufuf3 <[email protected]>
John-Lin
pushed a commit
that referenced
this issue
Jul 25, 2018
Signed-off-by: sufuf3 <[email protected]>
John-Lin
pushed a commit
that referenced
this issue
Jul 25, 2018
For init container, add add route in generateClientCommand Signed-off-by: sufuf3 <[email protected]>
sufuf3
added a commit
that referenced
this issue
Jul 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear All,
這邊先放我 trace code 的結果,整理一下我要做的事情。
流程
CreatePod -> generateNetwork -> generateInitContainer -> generateClientCommand -> Network-controller client -> Network-controller server 建 pod 的網路設定包含(config interface, add route)
相關 Entity: PodNetwork
粗體的是要加 code 的地方
文件調整
https://github.com/linkernetworks/vortex/blob/develop/API.md#create-pod
client option
-r 239.0.0.0/4 -gw 0.0.0.0
" or "-r 239.0.0.0/4
")Todolist
使用
--net 239.0.0.0/4 -g 0.0.0.0
or--net 239.0.0.0/4 --gateway 0.0.0.0
。目前一行指令中可設定一個 interface 可以加一個 IP routing table。The text was updated successfully, but these errors were encountered: