Xdhcp: fix example configuration

The current cni config has an extra comma and cannot be parsed normally, the kubelet will report an error as follows:
"Error loading CNI config file: error parsing configuration: invalid character '}' looking for beginning of object key string"

Signed-off-by: xieyanker <xjsisnice@gmail.com>
This commit is contained in:
xieyanker 2020-11-10 15:46:28 +08:00
parent ccd872bd7a
commit 50a3aa6536

View File

@ -30,7 +30,7 @@ With the daemon running, containers using the dhcp plugin can be launched.
```
{
"ipam": {
"type": "dhcp",
"type": "dhcp"
}
}