Skip to content

Commit

Permalink
Merge pull request #1556 from rastislavszabo/master
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
rastislavs authored May 17, 2019
2 parents 3fc8548 + 4b246db commit c05380e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/operation/CUSTOM_POD_INTERFACES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ be one of the 3 supported types:
- tap interface
- Linux veth (virtual ethernet) interface
- memif interface (requires memif-compatible application running in the pod)


In order to use this feature, `KubeletPodResources` feature gate needs to be enabled,
e.g. add the following into in the `KUBELET_EXTRA_ARGS` in the `/etc/default/kubelet` file:
```
--feature-gates KubeletPodResources=true
```

Custom interfaces can be requested using annotations in pod definition. The name
of the annotation is `contivpp.io/custom-if` and its value can be a comma-separated
list of custom interfaces in the `<custom-interface-name>/<interface-type>/<network>`
Expand Down

0 comments on commit c05380e

Please sign in to comment.