binbashar / le-docker-leverage-toolbox

Docker image for https://github.com/binbashar/leverage
3 stars 0 forks source link

Enhancement | To have a simple text editor in the Toolbox image #51

Closed juanmatias closed 12 months ago

juanmatias commented 1 year ago

Describe the Enhancement

Add a simple editor in the image. Most likely vim since it is the default for tools such kubectl.

Expected Behavior

Be able to kubectl edit and avoid this:

❯ lk edit -n dr-http-ws-test ingress/ws-ingress
[14:36:53]    INFO  Attempting to get temporary credentials for apps-dev account.
[14:36:54]    INFO  Using already configured temporary credentials.
[14:36:54]    INFO  Attempting to get temporary credentials for shared account.
[14:36:55]    INFO  Using already configured temporary credentials.
error: unable to launch the editor "vi"

Use Case

Editing manifests "on hot" using the kubectl tool.

Describe Ideal Solution

To be able to run kubectl edit commands (and possible other using default text editors)

Alternatives Considered

n/a

Additional Context

n/a