This message was deleted.
# k3s
a
This message was deleted.
s
i deployed a debug imagine with host network true and i can ping the coredns IP
Copy code
curl <https://10.43.0.1/version> -k
{
  "kind": "Status",
  "apiVersion": "v1",
  "metadata": {},
  "status": "Failure",
  "message": "Unauthorized",
  "reason": "Unauthorized",
  "code": 401
}
if i remove host network true
and try the same
eventually timeouts
Copy code
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         10.42.0.1       0.0.0.0         UG    0      0        0 eth0
10.42.0.0       0.0.0.0         255.255.255.0   U     0      0        0 eth0
10.42.0.0       10.42.0.1       255.255.0.0     UG    0      0        0 eth0
deleted.