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

[2.0] Drop Python 2.7 support and pydevd-pycharm #123

Open
briandealwis opened this issue Dec 19, 2022 · 0 comments
Open

[2.0] Drop Python 2.7 support and pydevd-pycharm #123

briandealwis opened this issue Dec 19, 2022 · 0 comments
Labels
kind/enhancement New feature or request lang/python

Comments

@briandealwis
Copy link
Member

The python helper image is a monolithic image that includes debugging support for all supported versions of Python. Maintaining older versions becomes a drag on space. For 2.0, we should:

  • Drop Python 2.7 support: Python 2.7 was EOL January 1, 2020, and the only service supporting Python 2.7 on Google Cloud is App Engine, which doesn't use these debugging helpers.
  • Drop pydevd-pycharm: it was added to support Cloud Code for IntelliJ, but they were unable to get it to work, whereas pydevd worked fine.

Users requiring Python 2.7 support can use Skaffold's debug-helpers-registry config setting to point to the v1 debug images (gcr.io/k8s-skaffold/skaffold-debug-support/v1) their own images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request lang/python
Projects
None yet
Development

No branches or pull requests

1 participant