diff --git a/doc/how-to-use.md b/doc/how-to-use.md index 1c4f33f0a..9f2ee4864 100644 --- a/doc/how-to-use.md +++ b/doc/how-to-use.md @@ -189,6 +189,11 @@ EOF ### Create network attachment definition +The 'NetworkAttachmentDefinition' is used to setup the network attachment, i.e. secondary interface for the pod, There are two ways to configure the 'NetworkAttachmentDefinition' as following: + +- NetworkAttachmentDefinition with json CNI config +- NetworkAttachmentDefinition with CNI config file + #### NetworkAttachmentDefinition with json CNI config: Following command creates NetworkAttachmentDefinition. CNI config is in `config:` field.