Skip to content

Instantly share code, notes, and snippets.

@seanknox
Created April 23, 2018 20:57
Show Gist options
  • Save seanknox/72700bfaceaa26a6bca6943aa9fdb10a to your computer and use it in GitHub Desktop.
Save seanknox/72700bfaceaa26a6bca6943aa9fdb10a to your computer and use it in GitHub Desktop.
2018/04/23 20:57:18 [cni-net] Processing ADD command with args {ContainerID:1685e54ac648974d551d63b60c01475109e8c0dbccd5236bbe0e6fe7d4140b1e Netns:/proc/49369/ns/net IfName:eth0 Args:IgnoreUnknown=1;K8S_POD_NAMESPACE=kube-system;K8S_POD_NAME=kube-dns-66cff6c6f-lfnvz;K8S_POD_INFRA_CONTAINER_ID=1685e54ac648974d551d63b60c01475109e8c0dbccd5236bbe0e6fe7d4140b1e Path:/opt/azure-vnet/bin:/opt/cni/bin}.
2018/04/23 20:57:18 [cni-net] Read network configuration &{CNIVersion:0.3.0 Name:azure Type:azure-vnet Mode:bridge Master:eth1 Bridge:azure0 LogLevel: LogTarget: Ipam:{Type:azure-vnet-ipam Environment: AddrSpace: Subnet: Address: QueryInterval:}}.
2018/04/23 20:57:18 [cni-net] Creating network azure.
2018/04/23 20:57:18 [cni] Calling plugin azure-vnet-ipam ADD nwCfg:&{CNIVersion:0.3.0 Name:azure Type:azure-vnet Mode:bridge Master:eth1 Bridge:azure0 LogLevel: LogTarget: Ipam:{Type:azure-vnet-ipam Environment: AddrSpace: Subnet: Address: QueryInterval:}}.
2018/04/23 20:57:18 [cni] Plugin azure-vnet-ipam returned result:IP:[{Version:4 Interface:<nil> Address:{IP:10.1.0.17 Mask:ffff0000} Gateway:10.1.0.1}], Routes:[{Dst:{IP:0.0.0.0 Mask:00000000} GW:10.1.0.1}], DNS:{Nameservers:[168.63.129.16] Domain: Search:[] Options:[]}, err:<nil>.
2018/04/23 20:57:18 [cni-net] Found master interface eth1.
2018/04/23 20:57:18 [net] Save succeeded.
2018/04/23 20:57:18 [net] Creating network &{Id:azure Mode:bridge Subnets:[{Family:2 Prefix:{IP:10.1.0.0 Mask:ffff0000} Gateway:10.1.0.1}] DNS:{Suffix: Servers:[]} BridgeName:azure0 Options:map[]}.
2018/04/23 20:57:18 [net] Connecting interface eth1.
2018/04/23 20:57:18 [net] Creating bridge azure0.
2018/04/23 20:57:18 [net] Saved interface IP configuration &{Name:eth1 Networks:map[] Subnets:[10.1.0.0/16] BridgeName: MacAddress:00:0d:3a:fe:53:ad IPAddresses:[] Routes:[] IPv4Gateway:0.0.0.0 IPv6Gateway:::}.
2018/04/23 20:57:18 [net] Adding SNAT rule for egress traffic on eth1.
2018/04/23 20:57:18 [net] Connecting interface eth1 completed with err:exit status 127.
2018/04/23 20:57:18 [net] Failed to create network azure, err:exit status 127.
2018/04/23 20:57:18 [azure-vnet] Failed to create network: exit status 127.
2018/04/23 20:57:18 [cni] Calling plugin azure-vnet-ipam DEL nwCfg:&{CNIVersion:0.3.0 Name:azure Type:azure-vnet Mode:bridge Master:eth1 Bridge:azure0 LogLevel: LogTarget: Ipam:{Type:azure-vnet-ipam Environment: AddrSpace: Subnet:10.1.0.0/16 Address:10.1.0.17 QueryInterval:}}.
2018/04/23 20:57:18 [cni] Plugin azure-vnet-ipam returned err:<nil>.
2018/04/23 20:57:18 [cni] Calling plugin azure-vnet-ipam DEL nwCfg:&{CNIVersion:0.3.0 Name:azure Type:azure-vnet Mode:bridge Master:eth1 Bridge:azure0 LogLevel: LogTarget: Ipam:{Type:azure-vnet-ipam Environment: AddrSpace: Subnet:10.1.0.0/16 Address: QueryInterval:}}.
2018/04/23 20:57:18 [cni] Plugin azure-vnet-ipam returned err:<nil>.
2018/04/23 20:57:18 [cni-net] ADD command completed with result:IP:[{Version:4 Interface:<nil> Address:{IP:10.1.0.17 Mask:ffff0000} Gateway:10.1.0.1}], Routes:[{Dst:{IP:0.0.0.0 Mask:00000000} GW:10.1.0.1}], DNS:{Nameservers:[168.63.129.16] Domain: Search:[] Options:[]} err:Failed to create network: exit status 127.
2018/04/23 20:57:18 Failed to execute network plugin, err:Failed to create network: exit status 127.
2018/04/23 20:57:18 Report plugin error
2018/04/23 20:57:18 SendReport failed due to [Azure CNI] HTTP Post returned statuscode 403
2018/04/23 20:57:18 [cni-net] Plugin stopped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment