Charro Gruver

Results 86 comments of Charro Gruver

I haven't used an ar750s in quite a while. That code is probably getting pretty stale... I've got a lot of updates, but just haven't had time to document them.

Yeah, the behavior has probably changed. That branch is likely getting stale.

Yes, I use at least 128GB and usually 256. 64 used to be big enough, but that was a while back.

@AObuchow I tried `${..}`. It does not work either. ``` echo $ENV_TEST ${PROJECT_SOURCE}/hey-there ``` It appears as though the input string is interpreted as a literal and does not process...

> @cgruver The rogue PVC is the claim-devworkspace PVC correct? It's very strange that this is getting created, especially given the fact you're using the per-workspace PVC strategy and not...

@AObuchow I've also seen this behavior with Rook/Ceph aka OpenShift Data Foundations. I'll grab the logs for you. Here's another interesting data point. If I do not specify `perUserStrategyPvcConfig` but...

@AObuchow Logs from `devworkspace-controller-manager` `claim-devworkspace` is the rogue PVC that gets created. I haven't yet found a trigger event, but there are some interesting things to point out: 1. The...

Relevant Devfiles: https://github.com/dora-metrics/dev-workspace/blob/main/devfile.yaml https://github.com/cgruver/devspaces-backstage-plugin/blob/main/devfile.yaml

@AObuchow here's the `DevWorkspace` for the `devs-aces-backstage-plugin` workspace: ```yaml apiVersion: workspace.devfile.io/v1alpha2 kind: DevWorkspace metadata: annotations: che.eclipse.org/che-editor: che-incubator/che-code/latest che.eclipse.org/devfile: | schemaVersion: 2.2.0 metadata: name: devspaces-backstage-plugin namespace: cgruver-devspaces projects: - name: devspaces-backstage-plugin...