RPC HTTP event endpoint is changed in the latest version of Skaffold #2435
Labels
kind/bug
Something isn't working
priority/p0
Highest priority. We are actively looking at delivering it.
Expected behavior
Previously, if --rpc-http-port option is used,
localhost:<port>/v1/event_log
can be used to stream Skaffold events. However, this no longer works from Skaffold version 0.31 onwards.Actual behavior
The endpoint is now changed to
localhost:<port>/v1/events
insteadInformation
Steps to reproduce the behavior
--rpc-http-port
argument.http://localhost:<port>/v1/event_log
The text was updated successfully, but these errors were encountered: