Commit 646fbd7a authored by Sebastien Merle's avatar Sebastien Merle
Browse files

Update documentation and fix identation

parent c89d240b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+4 −4

File changed.

Contains only whitespace changes.