adamant-kite-43734
03/01/2023, 9:22 PMrough-farmer-49135
03/02/2023, 2:36 PMrough-farmer-49135
03/02/2023, 2:37 PMkubectl exec
to get a shell inside the pod to try things out (at least if it's still running and it wasn't a fatal error).agreeable-alarm-7502
03/02/2023, 7:05 PMtable inet my_firewall {
chain my_forward_rules {
type filter hook forward;
policy drop;
}
}
I did set the policy correctly on my control-plane node so I wasn't paying attention to that part.agreeable-alarm-7502
03/02/2023, 7:06 PMrough-farmer-49135
03/02/2023, 7:06 PMagreeable-alarm-7502
03/02/2023, 7:07 PMk3s check-config
?rough-farmer-49135
03/02/2023, 7:09 PMagreeable-alarm-7502
03/02/2023, 7:10 PMrough-farmer-49135
03/02/2023, 7:12 PM