-
Notifications
You must be signed in to change notification settings - Fork 399
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
kubectl resources autocompletion #2055
Comments
Thanks for this feature request! To anyone else interested in this feature, please add a :+1: to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified. |
+1 |
7 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
After having this feature, I will remove iTerm2 😄 |
+1 |
+1 |
+1 for that functionality |
+1 |
2 similar comments
+1 |
+1 |
+1 |
+1 |
Definitely need this to use Warp! |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1, a deal-breaker for me, and loving Warp so far. |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
Hi all - I'm Noah, a PM at Warp. We finally have a Warp demo build that has support for kubernetes completions! Since we don't use kubernetes at Warp, we're looking for people who want to test this in the wild! If you're interested in trialing kubernetes completions before we publicly release it, please email me at noah@warp.dev It adds support for suggesting:
|
is it possible to add support for |
Good news folks! The latest version of Warp now supports additional Closing as completed, but please feel free to let us know if any bugs by opening a new GitHub issue. |
Cool feature!!!Have been used for several days, but there is still some suggestions,only typing kubectl there is k8s-context showing in prompt,i think it can be shown all the time,or type k,because we all alias kubectl as k :( |
Yes, that's a good step. Thank hope to have openshift cli soon (oc) which is based on kubectl. |
@that70schris saw you opened #3922 -- I have that on my slate so should be able to get to it within the coming weeks. Will update that issue when available |
You can use a workaround here, there's a feature in Warp: "Expand aliases as you type". when you enable this, whenever you type |
Hey, there's a problem with auto completing |
does not seem to be working with aliases, or is it only me? regards |
finally one of the most awaited features! hoping the team fixes autocompletion for 'k logs' as @AdamGold mentioned |
@lkoniecz Yes, the alias should work, even with Alias Expansion disabled. |
@dannyneira I don;t think I need to disable that - it still works with |
just to make sure this is not missed, I'm copying my comment about my experience on kubectl missing autocompletions here too: |
Is this resolved? |
@nizametdinovcrx also not support... |
Join the open issue (related kubectl log autocompletion feature) and leave your thumbs up. |
Doesn't work for me at all in conjuction with ohmyzsh |
need this future , kubectl-autocomplete not working on warp over zsh ohmyzsh |
|
any updates on the resource name auto completion part, this is the only feature preventing me from never using terminal again. Currently needing to use an extra get pod, service... command just to get the pod name to be used in the log or describe command is inconvenient. |
This needs to happen. It's my only complaint with warp. |
Please add this feature and feature request 3978 at the same time. Thank you! |
Is this implemented, if yes how do I activate it? Right now it seems to not work. |
Describe the solution you'd like?
Currently warp allows to autocomplete kubectl commands like:
kubectl get
orkubectl describe
However it doesn't provide resources autocompletion, for example:
if you type:
kubectl describe pod -n my-namespace
and then if you pressTAB
it doesn't show you the list of the pods in that particular namespace.I tried to setup on my
.zshrc
file the following instruction:and on iTerm2 it works, but not in warp.
I think it would be super cool to provide this extra layer of autocompletion (similarly to the autocompletion warp offer with git)
How important is this feature to you?
4
The text was updated successfully, but these errors were encountered: