Russell Centanni

Results 15 issues of Russell Centanni

**What issue type does this pull request address?** /kind bugfix **What does this pull request do? Which issues does it resolve?** resolves #2324 It appears that neither password or identitytoken...

Currently lifecycle scripts only support the array specification. Object based lifecycle scripts are executed in parallel, but are not currently supported. Please see the [parallel lifecycle script execution](https://containers.dev/implementors/spec/#parallel-exec) section and...

enhancement

**What happened?** Currently receiving the following error when DevPod attempts to push an image to an insecure registry: ``` debug DeadlineExceeded: failed to push dockerregistry.some.hostname.com/my-project:devpod-6194100ffa818a3e0caa3175bae66de9: failed to do request: Head...

The `waitFor` lifecycle enum is currently not supported. More details on it's behavior can be found under [lifecycle scripts](https://containers.dev/implementors/json_reference/#lifecycle-scripts) in the devcontainer specification.

enhancement

[Environment variables](https://containers.dev/implementors/spec/#environment-variables) are probed before running the lifecycle scripts. userEnvProbe controls the probe method used.. [more information found here](https://code.visualstudio.com/docs/devcontainers/attach-container#\_attached-container-configuration-reference). This isn't currently supported.

enhancement

…lags or pipeline flags **What issue type does this pull request address?** (keep at least one, remove the others) /kind bugfix **What does this pull request do? Which issues does...

**What happened?** On some systems, when running the "hot reload binary" [example](https://github.com/loft-sh/devspace-example-go/tree/main/07-hot-reload-binary), users will get a `text file busy` error when syncing the binary while it's running. This only occurs...

kind/bug

**What happened?** When using kustomize in DevSpace, multiline strings in YAML can become incorrectly formatted, causing an error when applying the manifests. **What did you expect to happen instead?** DevSpace...

kind/bug
bug

**Is your feature request related to a problem?** No **Which solution do you suggest?** When profile patches have paths that do not match anything log a warning. Currently DevSpace does...

kind/enhancement

**Is your feature request related to a problem?** Commands that are run during a sync's `onUpload` may require git credentials. In a case reported in Slack, the user wants to...