yangwwei commented on pull request #369:
URL:
https://github.com/apache/incubator-yunikorn-k8shim/pull/369#issuecomment-1049320998
Sorry for the late response, I was on vacation last week so
emails/notifications got backlogged. For this issue, @ronazhan can you share
your thoughts?
I am not entirely sure what is the best way to debug this. The error shown
up there:
```
Unexpected error:
<*url.Error | 0xc0004c0210>: {
Op: "Get",
URL: "http://localhost:9080/ws/v1/apps",
Err: {s: "EOF"},
}
Get "http://localhost:9080/ws/v1/apps": EOF
occurred
```
that seems like the REST endpoint could not be accessed. Maybe this is
because the scheduler pod gets restarted and we need to redo the
port-forwarding? Here is how it was done during the initial setup:
https://github.com/apache/incubator-yunikorn-k8shim/blob/a61fc0052c07e510503853db74030290bbda562b/scripts/run-e2e-tests.sh#L193-L199.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]