-
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
Include Tooling for Apache Camel K VS Code extension in plugin registry #14806
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
Comments
apupier
added
the
kind/enhancement
A feature request - must adhere to the feature request template.
label
Oct 8, 2019
che-bot
added
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Oct 8, 2019
l0rd
added
severity/P2
Has a minor but important impact to the usage or development of the system.
and removed
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
labels
Oct 8, 2019
apupier
added a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 9, 2019
- reuse Kubernetes image - add kamel executable Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
added a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 9, 2019
- reuse Kubernetes image - add kamel executable Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
added a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 9, 2019
- reuse Kubernetes image - add kamel executable Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
added a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 10, 2019
- reuse Kubernetes image - add kamel executable Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
added a commit
to apupier/che-plugin-registry
that referenced
this issue
Oct 10, 2019
- requires a specific dockerfile with Kubectl and Kamel on cli. - Add Kubernetes extension which is a required dependency of VS Code Camel K tooling Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
added a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 10, 2019
eclipse-che/che#14806 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
added a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 10, 2019
eclipse-che/che#14806 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
benoitf
pushed a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 10, 2019
eclipse-che/che#14806 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier
added a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 11, 2019
…uild eclipse-che/che#14806" This reverts commit e176e96.
apupier
added a commit
to eclipse-che/che-theia
that referenced
this issue
Oct 11, 2019
…uild eclipse-che/che#14806" This reverts commit e176e96.
nickboldt
pushed a commit
to eclipse-che/che-plugin-registry
that referenced
this issue
Oct 11, 2019
- requires a specific dockerfile with Kubectl and Kamel on cli. - Add Kubernetes extension which is a required dependency of VS Code Camel K tooling Signed-off-by: Aurélien Pupier <apupier@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe.
it is currently almost impossible to develop a Camel K integration
Describe the solution you'd like
First step will be to provide the "Tooling for Apache Camel K" VS Code extension.
Describe alternatives you've considered
Additional context
The extension requires the Kubernetes one. it also requires to have kubectl and kamel CLI installed.
Started to work on it with:
currently blocked by the combination of bugs:
error on refresh for custom meta.yaml Error: Failed to load plugins: Erro:request "getDeployedPluginIds' when a plugin is provided with a reference to meta.yaml file #14805fixedproblem with Kubernetes plugin clusters view is empty [k8s plugin] Clusters view is empty #14748fixedfor reference in Fuse Tooling tracker https://issues.jboss.org/browse/FUSETOOLS2-16
In another iteration having a Camel K runtime instance pre-configured would be even better (through a specific stack?)
The text was updated successfully, but these errors were encountered: