79313787

Date: 2024-12-28 12:45:37
Score: 3
Natty:
Report link

kube-proxy log proxy-mode in its log file. To view kube-proxy's log file run 2 below commands:

  1. kubectl -n kube-system get pod -o |grep kube-proxy enter image description here

    Copy pod id from the result.

  2. kubectl logs -f <pod id from command 1> -n kube-system enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: chieuvh