mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Use HTTP GET for Node log queries in e2e logcheck
This commit is contained in:
parent
b50a6aa7cf
commit
e52fe3b2fb
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ func kubeletLogQuery(ctx context.Context, cs kubernetes.Interface, wg *waitGroup
|
|||
// output would be worse because then the end marker of a DATA RACE
|
||||
// report could be missed.
|
||||
since = now
|
||||
req := cs.CoreV1().RESTClient().Post().
|
||||
req := cs.CoreV1().RESTClient().Get().
|
||||
Resource("nodes").
|
||||
Name(nodeName).
|
||||
SubResource("proxy").
|
||||
|
|
|
|||
Loading…
Reference in a new issue