-
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
Rework debug docs #3875
Rework debug docs #3875
Conversation
- separate API and metadata description - document limitations of source roots
Error creating deployment, please see controller logs for details. |
Error creating deployment, please see controller logs for details. |
Please visit http://34.94.243.250:1313 to view changes to the docs. |
Error creating deployment, please see controller logs for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a nit
`ports` is a list of debug ports keyed by the language runtime debugging protocol. | ||
`workingDir` is the working directory (if not an empty string). | ||
`skaffold debug` examines the built artifacts to determine the underlying language runtime technology. | ||
All Kubernetes manifests that references these artifacts are transformed on-the-fly to enable the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reference?
Description
Some rototilling of the skaffold debug docs:
@quoctruong