Aurélien Pupier

Results 324 comments of Aurélien Pupier

seems odo is capable of supporting this by using specific environment variables, see https://github.com/redhat-developer/odo/issues/1014#issuecomment-440357998 it would be nice if VS Code extension can provide these environment variables to support this...

> A) I dont understand the issue in camel jira. Sounds like camel-jbang changed some behavior ? yes, it was changed in an incompatible way. It is fixed (reverted) in...

I'm not sure. I remember it was connecting automatically several months (years?) ago but given that it was long time ago I'm not sure if I was using VS code...

I reproduce the new issue with Kubernetes extension, so means we have another different regression with VS Code Kubernetes. By looking to Output ->OpenShift, I found this kind of error:...

based on this command in the terminal: ``` reproducer-che-vscode-openshift (master) $ ldd --version ldd (GNU libc) 2.28 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the...

finally manged to start with a udi9 image https://github.com/apupier/reproducer-che-vscode-openshift-udi9 ``` schemaVersion: 2.1.0 metadata: name: helloworld-example components: - name: dev-tooling container: image: registry.access.redhat.com/ubi9/ubi:9.5 args: ['tail', '-f', '/dev/null'] ``` but the VS...

> @apupier Do you have `~/.kube/config` existing? Could you check this, please? It seems I have no ~/.kube/config available. The VS Code Kubernetes extension is not finding the connection neither...

If I understand well, the image provided by default on the Red Hat developer sandbox is not configured to have the connection automatically created? When using https://github.com/apupier/reproducer-che-vscode-openshift , which is...

> So, I expect the default devfile to be changed to use an UBI9 image based on https://github.com/redhat-developer/devspaces-images/commit/1da57d328b07662e19ddc50168c5a0d55830fdd6 i would expect to have UBI9 already. Wondering why the UBI 9...

> [@vrubezhny](https://github.com/vrubezhny) however, I do not quite grok why it does not work with UBI 8 - [#23183 (comment)](https://github.com/eclipse-che/che/issues/23183#issuecomment-2755153665) > > On the screenshot, you can see that HOME, kubeconfig,...