Skip to content
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

Create a skaffold log event endpoint #5370

Closed
MarlonGamez opened this issue Feb 8, 2021 · 3 comments
Closed

Create a skaffold log event endpoint #5370

MarlonGamez opened this issue Feb 8, 2021 · 3 comments
Assignees
Labels
Milestone

Comments

@MarlonGamez
Copy link
Contributor

  1. Create skaffold log event endpoint.
  2. Create an skaffold log event as per the definition
message SkaffoldLogEvent {
   string task_id = 1; // id of the task of skaffold that this log came from
   string subtask_id = 2; // id of the subtask that the log came from
   string origin = 3; // which tool the output came from ex: skaffold, docker
   logLevel level = 4; // log level
   string message = 5; // contents of the log
}
  1. All skaffold logs will be available via this end point
@MarlonGamez MarlonGamez added the area/api_v2 V2 Event API label Feb 8, 2021
@nkubala nkubala added priority/p2 May take a couple of releases kind/feature-request labels Feb 10, 2021
@nkubala
Copy link
Contributor

nkubala commented Feb 10, 2021

commenting to make triage party happy

@MarlonGamez MarlonGamez self-assigned this Feb 16, 2021
@MarlonGamez MarlonGamez added this to the v1.21.0-rc milestone Feb 16, 2021
@MarlonGamez
Copy link
Contributor Author

starting on this

@tejal29
Copy link
Contributor

tejal29 commented Jul 1, 2021

This is now available. Shd we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants