You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently running on a local Kubernetes Cluster using minikube and i'm executing tcconfig commands from the minikube control plane (i.e minikube ssh)
docker@minikube:~$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ipip 0.0.0.0 brd 0.0.0.0
3: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/sit 0.0.0.0 brd 0.0.0.0
4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
link/ether 02:42:4c:da:95:28 brd ff:ff:ff:ff:ff:ff
5: bridge: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether a6:68:2f:49:11:76 brd ff:ff:ff:ff:ff:ff
6: veth65fa90dc@if4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master bridge state UP mode DEFAULT group default
link/ether 42:e1:a7:4b:96:34 brd ff:ff:ff:ff:ff:ff link-netnsid 1
7: veth58bf76cd@if4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master bridge state UP mode DEFAULT group default
link/ether 5e:b5:16:b1:11:4a brd ff:ff:ff:ff:ff:ff link-netnsid 2
8: vetha9f7c6c9@if4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master bridge state UP mode DEFAULT group default
link/ether 82:eb:f5:8e:18:52 brd ff:ff:ff:ff:ff:ff link-netnsid 3
9: veth4758d1a1@if4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master bridge state UP mode DEFAULT group default
link/ether 8a:58:99:67:67:86 brd ff:ff:ff:ff:ff:ff link-netnsid 4
23: eth0@if24: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
link/ether 02:42:c0:a8:31:02 brd ff:ff:ff:ff:ff:ff link-netnsid 0
The text was updated successfully, but these errors were encountered:
I'm getting the same error as: #104
I'm currently running on a local Kubernetes Cluster using minikube and i'm executing tcconfig commands from the minikube control plane (i.e minikube ssh)
In the minikube I ran the following commands:
Running show iplink yeilds this:
The text was updated successfully, but these errors were encountered: