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:
parent
ccd872bd7a
commit
50a3aa6536
@ -30,7 +30,7 @@ With the daemon running, containers using the dhcp plugin can be launched.
|
||||
```
|
||||
{
|
||||
"ipam": {
|
||||
"type": "dhcp",
|
||||
"type": "dhcp"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user