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

Port-forward all endpoints regardless of exposure #6119

Commits on Sep 13, 2022

  1. Make sure to port-forward all endpoints, regardless of exposure

    Defining endpoints for Debug ports is required for Devfiles
    to work properly with `odo dev --debug`.
    This addresses the question of exposure for such endpoints.
    
    Tools like DevSpaces currently set 'exposure: none' for debug endpoints.
    This makes sense from the developer perspective,
    as 'odo dev' aims at emulating a local developer machine.
    
    As a consequence, `odo dev` should no longer ignore endpoints with
    'exposure: none'. They should be port-forwarded just like other endpoints.
    rm3l committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    dd55ed7 View commit details
    Browse the repository at this point in the history