-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add autocomplete for oc and kubectl in UDI image #21735
Comments
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
The oc completion side of this task was resolved in devfile/developer-images#88, but the kubectl autocompletion is still missing. |
Part of eclipse-che/che#21735 Signed-off-by: Andrew Obuchowicz <[email protected]>
Part of eclipse-che/che#21735 Signed-off-by: Andrew Obuchowicz <[email protected]>
Part of eclipse-che/che#21735 Signed-off-by: Andrew Obuchowicz <[email protected]>
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Is your enhancement related to a problem? Please describe
When starting a workspace that uses the universal developer image, I'm able to open a terminal and use
oc
andkubectl
to interact with the cluster. However, autocomplete is not available for these commands, making it tedious to use them.Describe the solution you'd like
bash-completion
and related packages in the UDI imageoc
andkubectl
autocompleteDescribe alternatives you've considered
No response
Additional context
The
web-terminal-tooling
container supports autocomplete, as an example.The text was updated successfully, but these errors were encountered: