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

provide "describe" like in vscode #553

Closed
adietish opened this issue Jan 23, 2023 · 12 comments · Fixed by #770
Closed

provide "describe" like in vscode #553

adietish opened this issue Jan 23, 2023 · 12 comments · Fixed by #770
Assignees
Milestone

Comments

@adietish
Copy link
Collaborator

adietish commented Jan 23, 2023

taken from #548 (comment)
CC @cloorc

"Describe" is provided in the context menu of resource tree items in vscode.
image
It prints detailed informations about a k8s resources.
image

@adietish
Copy link
Collaborator Author

adietish commented Jan 23, 2023

"Find" (Ctrl+F) is already helpful to pinpoint informations that one is looking for. Maybe a tree based display of the sections (Metadata, Containers, Conditions, Volumes, etc.) could help even more. A shortcut could be to print the informations as yaml since the yaml editor provides breadcrumb navigation and folding.

@cloorc: thoughts?

@cloorc
Copy link
Contributor

cloorc commented Jan 25, 2023

And further more, I will try to integrate helm command line tools too. That will enrich features as vscode plugin, which has been added with at least 5 more features from the ms official one.

@cloorc
Copy link
Contributor

cloorc commented Jan 25, 2023

And further more, I will try to integrate helm command line ols too. That will enrich features as vscode plugin, which has been added with at least 5 more features from the ms official one.

"Find" (Ctrl+F) is already helpful to pinpoint informations that one is looking for. Maybe a tree based display of the sections (Metadata, Containers, Conditions, Volumes, etc.) could help even more. A shortcut could be to print the informations as yaml since the yaml editor provides breadcrumb navigation and folding.

@cloorc: thoughts?

I'm gonna to try from shortcut to experience this feature thanks.

@adietish
Copy link
Collaborator Author

adietish commented Jan 9, 2024

@cloorc we added basic HELM support in our intellij-openshift-connector plugin: https://youtu.be/lvILs3fYJ2g

@cloorc
Copy link
Contributor

cloorc commented Jan 13, 2024

Wonderful plugin, thanks for your excellent work. I'm going to try this.

@adietish
Copy link
Collaborator Author

jetbrains also allows to describe resources via the context menu:
image

The output is shown in an editor:
image

@adietish adietish assigned adietish and unassigned cloorc Mar 13, 2024
@adietish adietish moved this to 📋 Backlog in IDE Cloudaptors Mar 13, 2024
@mohitsuman mohitsuman modified the milestones: 1.3.0, 1.4.0 Apr 3, 2024
@adietish adietish moved this to 📋 Backlog in IDE Cloudaptors May 15, 2024
@adietish adietish moved this from 📋 Backlog to 🏗 In progress in IDE Cloudaptors Jul 9, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Jul 10, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 7, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 8, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 8, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 8, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 8, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 8, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 8, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 8, 2024
adietish added a commit to adietish/intellij-kubernetes that referenced this issue Aug 9, 2024
adietish added a commit that referenced this issue Aug 9, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in IDE Cloudaptors Aug 9, 2024
@cloorc
Copy link
Contributor

cloorc commented Aug 10, 2024

Sorry, I can't even build it from vscode online in codespace. It said > /opt/java/11.0.14/Packages does not exist.

@cloorc
Copy link
Contributor

cloorc commented Aug 10, 2024

Sorry, I can't even build it from vscode online in codespace. It said > /opt/java/11.0.14/Packages does not exist.

It seems like Oracle JDK 11.0.23 can make it possible but not OpenJDK 11.0.13.

@adietish
Copy link
Collaborator Author

@cloorc that's odd, can't explain why this would happen. A question for the folks that develop the java plugin for vscode. On the other hand, this being an intellij-plugin, it's advisable to build and run in intellij even though it should be possible to build & run in vscode I guess (gradle managing all the requirements)

@adietish
Copy link
Collaborator Author

describe-pod(6)

@adietish
Copy link
Collaborator Author

adietish commented Aug 14, 2024

@cloorc
Copy link
Contributor

cloorc commented Aug 16, 2024

@cloorc that's odd, can't explain why this would happen. A question for the folks that develop the java plugin for vscode. On the other hand, this being an intellij-plugin, it's advisable to build and run in intellij even though it should be possible to build & run in vscode I guess (gradle managing all the requirements)

That's make sense.My network is poor and GitHub just provides a codespace that can be used to develop any project online. So I tried it and found this issue. I Guess there's something wrong with Gradle Intellij Plugin working with VSCode. It mostly not a issue related to this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment