Skip to content

Commit

Permalink
fix spelling (kubernetes#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Arnold <me@zacharnold.org>
  • Loading branch information
zparnold authored and grampelberg committed Aug 28, 2018
1 parent 04dc2a1 commit e31003e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linkerd.io/content/2/inject-reference.mmark
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you run the command `linkerd inject -h` it will provide you with the same inf
{.table .pure-table .table-striped .table-responsive .table-hover}
| Flag | Explanation | Example |
| -----| --- | --- |
| `--api-port` | The ort where the Linkerd controller is running (default 8086). If you changed any of the port settings on `linkerd install` this flag will be necessary. | `--api-port=9045` |
| `--api-port` | The port where the Linkerd controller is running (default 8086). If you changed any of the port settings on `linkerd install` this flag will be necessary. | `--api-port=9045` |
| `--control-port` | The proxy port to use for control (default 4190). This is the port the Linkerd Proxy Pod uses communicates with the control plane. If 4190 is a reserved port for your application, it can be changed with this flag. | `--control-port=5431`|
| `-h, --help` | The command that prints this table out, but on the command line. | `-h` |
| `--image-pull-policy` | The Docker image pull policy (default "IfNotPresent"). For the injected Linkerd Proxy images (or your own modified variant) choose whether or not you want to have the Kubelet pull the image from the registry Always or Ony If Not Present. | `--image-pull-policy="Always"` |
Expand Down Expand Up @@ -179,4 +179,4 @@ status: {}

```

Note here how the Init Container and Proxy Sidecar Container are added to the manifest with configuration we passed as command line flags.
Note here how the Init Container and Proxy Sidecar Container are added to the manifest with configuration we passed as command line flags.

0 comments on commit e31003e

Please sign in to comment.