python services do not work with skaffold debug
, cause status check failure.
#500
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
uwsgi
is a binary and not pure python, the skaffold python debugger is unable to detect python sessions to debug. This case applies to all flask services in this sample. Runningskaffold debug
will result inerror launching python debugging: unable to determine python version from \"uwsgi\"
.skaffold debug
will result inerror launching python debugging: unable to determine python version from \"/bin/bash\"
. This applies to theloadgenerator
service in this sample,The text was updated successfully, but these errors were encountered: