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

[doc] debug does not work with buildpack builder and maybe custom builder images too #3204

Merged
merged 2 commits into from Nov 7, 2019

Conversation

briandealwis
Copy link
Member

skaffold debug requires being able to examine and alter an image's entrypoint, and won't work with images using a launcher or some startup script. Add note to debug doc and explicitly call this out on the Buildpacks builder too. Also incorporates minor tweaks to #3199 too.

@briandealwis
Copy link
Member Author

I started to add explicit doc to the custom builder but realized that it applied equally to the docker and jib builders too. Those builds can be altered to fit whereas Buildpacks can not.

@codecov
Copy link

codecov bot commented Nov 7, 2019

Codecov Report

Merging #3204 into master will not change coverage.
The diff coverage is n/a.

@@ -102,6 +102,15 @@ DAP is not yet supported by JetBrains IDEs like PyCharm.

`skaffold debug` has some limitations.

### Entrypoints using Launchers or Scripts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### Entrypoints using Launchers or Scripts
### Unsupported container entrypoints

maybe? and then we can link to this from the other doc

@balopat balopat merged commit e6577f4 into GoogleContainerTools:master Nov 7, 2019
@briandealwis briandealwis deleted the debuglimitations branch November 11, 2019 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants