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)
Describe the Enhancement
Add a simple editor in the image. Most likely
vim
since it is the default for tools suchkubectl
.Expected Behavior
Be able to
kubectl edit
and avoid this: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