Skip to content

Commit

Permalink
Fix typo: s/Lauch/Launch
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ne committed Apr 20, 2021
1 parent 9e3ad2e commit e566760
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/how-to-use.md
Expand Up @@ -264,7 +264,7 @@ $ cat <<EOF > /etc/cni/multus/net.d/macvlan2.conf

### Run pod with network annotation

#### Lauch pod with text annotation
#### Launch pod with text annotation

```
# Execute following command at Kubernetes master
Expand All @@ -284,7 +284,7 @@ spec:
EOF
```

#### Lauch pod with text annotation for NetworkAttachmentDefinition in different namespace
#### Launch pod with text annotation for NetworkAttachmentDefinition in different namespace

You can also specify NetworkAttachmentDefinition with its namespace as adding `<namespace>/`

Expand Down Expand Up @@ -330,7 +330,7 @@ spec:
EOF
```

#### Lauch pod with text annotation with interface name
#### Launch pod with text annotation with interface name

You can also specify interface name as adding `@<ifname>`.

Expand All @@ -352,7 +352,7 @@ spec:
EOF
```

#### Lauch pod with json annotation
#### Launch pod with json annotation

```
# Execute following command at Kubernetes master
Expand All @@ -375,7 +375,7 @@ spec:
EOF
```

#### Lauch pod with json annotation for NetworkAttachmentDefinition in different namespace
#### Launch pod with json annotation for NetworkAttachmentDefinition in different namespace

You can also specify NetworkAttachmentDefinition with its namespace as adding `"namespace": "<namespace>"`.

Expand All @@ -400,7 +400,7 @@ spec:
EOF
```

#### Lauch pod with json annotation with interface
#### Launch pod with json annotation with interface

You can also specify interface name as adding `"interface": "<ifname>"`.

Expand Down

0 comments on commit e566760

Please sign in to comment.