mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
correct typo in kubenet config
This commit is contained in:
@@ -210,7 +210,7 @@ const NET_CONFIG_TEMPLATE = `{
|
|||||||
"addIf": "%s",
|
"addIf": "%s",
|
||||||
"isGateway": true,
|
"isGateway": true,
|
||||||
"ipMasq": false,
|
"ipMasq": false,
|
||||||
"hairpin": "%t",
|
"hairpinMode": %t,
|
||||||
"ipam": {
|
"ipam": {
|
||||||
"type": "host-local",
|
"type": "host-local",
|
||||||
"subnet": "%s",
|
"subnet": "%s",
|
||||||
|
Reference in New Issue
Block a user