Andrew O.

Results 235 comments of Andrew O.

@batleforc thanks for reporting. I believe this is a Che-Dashboard issue, as the Dashboard's backend is responsible for [injecting](https://github.com/eclipse-che/che-dashboard/blob/main/packages/dashboard-backend/src/devworkspaceClient/services/kubeConfigApi.ts#L47) the kube config into the workspace pod, however, I believe this...

> If there is no other kubeconfig mounted through a secret/configmap, wouldn't checking if the file matches a possible template checking if the token work and if not update it...

@batleforc no update so far, unfortunately. @ibuziuk maybe something for the next sprint for team A?

@batleforc Thank you for submitting a PR for this :) I've pinged members of the team responsible for the Che Dashboard to take a look at your PR. For testing...

@batleforc thanks for the info 🙏🏻 There's a time difference with the members of the team responsible for the Che Dashboard, so they will probably take a look at your...

@apupier just to clarify: - You opened a workspace by providing the git URL https://github.com/apache/camel-examples or https://github.com/apupier/devspaces-camel-minimal/tree/withUser1000?rgh-link-date=2024-03-26T13%3A20%3A57Z - You see the workspace starting page - Once the workspace starting page...

@agarciadom the issue you're describing above seems to reassemble a bug I've been trying to figure out: https://github.com/eclipse-che/che/issues/23179. I think that bug may be a better place to discuss your...

Thanks for reporting the behaviour on MacOS. On Linux, the issue is somewhat similar: Even if you have Eclipse set to a Light theme, the workspace launcher will use the...

Not sure if this is related, but it's worth mentioning that tasks/commands executed in Che Code are run with `/bin/sh/` instead of `/bin/bash/`. IIRC, the .bashrc and it's additions to...

> I noticed that a command defined in the devfile, triggered during the postStart event, does not share the same environment variables as it would if launched normally inside the...