-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skaffold grpc event api endpoints not working in 0.33 #2493
Comments
closing temporarily as I'm seeing inconsistent results. Will reopen once I can validate the information above. |
Update: I was testing using For the HTTP API: Setup Skaffold version 0.33 Expected Actual By contrast, running I'm still trying to untangle what this means in the context of the original issue described here. But reopening in case this helps. |
Thank you for opening this, Etan, this is messy :/ |
Do you pass the command line flags to activate the api? Or do you expect it to be on by default? |
The renaming part is already in and will be released tomorrow with 0.34 - we closed #2435. |
I believe we expect it to be on by default; I need to confirm as I don’t think I am aware of any flags to explicitly enable it. We do however always pass in the rpc port. |
I think the most immediate concern is if in 0.34 the grpc api works with skaffold debug (otherwise debugging won’t work); either out of the box as it was before, or with some workaround we can put in for the IDE. I will check this as soon as I get into the office and report back. |
I see the Tentatively, it looks like adding this flag fixes the grpc api for all versions. |
closing since I think everything is resolved via either setting the |
Related to #2435
As noted in the issue above, with skaffold version
0.31 - 0.33
(inclusive), the HTTP event API endpoint was changed fromevent_log
toevent
. This required a workaround in VS Code which consumes the HTTP API.IntelliJ uses the GRPC flavor of the API, and I'm noticing the following behavior (which does not match what I see with the HTTP API):
event_log
works in all versions up0.32
. It does not work in0.33
.neither
event_log
norevent
works in version0.33
Tested using the latest proto
The text was updated successfully, but these errors were encountered: