-
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
Improve Debug's Go docs #3949
Improve Debug's Go docs #3949
Conversation
- user feedback that "self-identify" is cryptic - should not use Alpine/MUSL, and include odd error message
- Go applications should be built without optimizations, so your build should be capable of building with | ||
`-gcflags='all=-N -l'`. Skaffold [_Profiles_]({{< relref "/docs/environment/profiles.md" >}}) are a useful option. | ||
- Alpine/MUSL-based apps are not supported at the moment, and usually results in cryptic errors like |
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.
s/results/result?
Error creating deployment, please see controller logs for details. |
1 similar comment
Error creating deployment, please see controller logs for details. |
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 nit
Please visit http://34.94.251.4:1313 to view changes to the docs. |
Error creating deployment, please see controller logs for details. |
From user feedback: