From 7d4634d66301fa5a37c8f856ad54404ac4e8f361 Mon Sep 17 00:00:00 2001 From: Laurent Bernaille Date: Sun, 15 Mar 2020 22:18:35 +0100 Subject: [PATCH] [README] Change example containerInterface for cadvisor (#63) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de5b259..d1f6b21 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ not a dependency of this software. "cniVersion": "0.3.1", "type": "cni-ipvlan-vpc-k8s-unnumbered-ptp", "hostInterface": "eth0", - "containerInterface": "veth0", + "containerInterface": "eth1", "ipMasq": true } ]