Skip to content
Snippets Groups Projects
Commit 646fbd7a authored by Sebastien Merle's avatar Sebastien Merle
Browse files

Update documentation and fix identation

parent c89d240b
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!133Integration of TE component
......@@ -22,6 +22,8 @@ spec:
app: teservice
template:
metadata:
annotations:
config.linkerd.io/skip-inbound-ports: "4189"
labels:
app: teservice
spec:
......@@ -50,8 +52,8 @@ spec:
exec:
command: ["/tfte/bin/tfte", "status"]
livenessProbe:
grpc:
port: 11010
exec:
command: ["/tfte/bin/tfte", "status"]
resources:
requests:
cpu: 250m
......
......@@ -23,10 +23,10 @@ start_link() ->
init([]) ->
SupFlags = #{
strategy => one_for_all,
intensity => 0,
period => 1
},
strategy => one_for_all,
intensity => 0,
period => 1
},
TEDSpec = #{
id => ?TED_WORKER,
start => {?TED_WORKER, start_link, []},
......
......@@ -79,7 +79,6 @@
### Run the Test-Bed
First load the [teraflow configuration file](~/tfs-ctrl/src/te/tests/topology-descriptors.json) using the webui.
The first time the configuration is loaded may partialy fail because it tries to load the topology before the devices and links, but a second load should work.
In first console:
$ cd ~/testbed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment