diff --git a/manifests/teservice.yaml b/manifests/teservice.yaml
index 701a5f52fcec74e8d96a6788c2ecb0cfc1a83faa..d27bd42c719c3851df11fc514ba538f39ff9f348 100644
--- a/manifests/teservice.yaml
+++ b/manifests/teservice.yaml
@@ -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
diff --git a/src/te/apps/epce/src/epce_sup.erl b/src/te/apps/epce/src/epce_sup.erl
index f04e9697e0dec0759dbdb512e8b37dcda5546408..9341201c01e9b23e76d511e44f6ed38f16816816 100644
--- a/src/te/apps/epce/src/epce_sup.erl
+++ b/src/te/apps/epce/src/epce_sup.erl
@@ -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, []},
diff --git a/src/te/tutorial/2-6-te-demo.md b/src/te/tutorial/2-6-te-demo.md
index 778d62e06769782f170aab2adad7a09f218eab47..9b345203b835e102e214d149f547ea76286db39e 100644
--- a/src/te/tutorial/2-6-te-demo.md
+++ b/src/te/tutorial/2-6-te-demo.md
@@ -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