Add more paragraph.

This commit is contained in:
Tomofumi Hayashi 2018-11-15 16:01:03 +01:00
parent 3723fc3b53
commit be1be19f11

View File

@ -189,6 +189,11 @@ EOF
### Create network attachment definition ### 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: #### NetworkAttachmentDefinition with json CNI config:
Following command creates NetworkAttachmentDefinition. CNI config is in `config:` field. Following command creates NetworkAttachmentDefinition. CNI config is in `config:` field.