Gunjan Vyas
Gunjan Vyas
I am trying to use `Pool` to print progressbars with a custom template but adding the color attribute is causing unexpected output on Windows. A workaround that seems to fix...
## Description ## Changes * Setting container's RunAsUser field based on the `--user` flag at the end so it does not reinitialize the security context ## Reference Fixes #1926 **Release...
### Bug report Specifying `--user` flag does not populate the knative service yaml with the supplied value. ### Expected behavior ` kn service create s0 --image knativesamples/helloworld --user 1001` should...
**Fixes:** Issue #3966 ## Solution/Idea The location for .crc directory is made configurable for the user through `crc config`. Currently, this PR will use the value set in the config...
This is a follow-up issue to the spike https://github.com/crc-org/crc/issues/4233. This issue will be used to track the following: 1. The key differences between `krunkit` and `vfkit` 2. Detect if `krunkit`...
### General information * OS: macOS * Hypervisor: vfkit * Did you run `crc setup` before starting it (Yes/No)? Yes * Running CRC on: Laptop ## CRC version ```bash #...
**Fixes:** Issue #4284 ## Solution/Idea Since the code doesn't exit, the error messaging might be confusing to users. Changed it to `Warn` ``` INFO Operator network is progressing INFO Operator...
Follow up for: https://github.com/crc-org/crc/issues/4284 In the pull request created for the above issue, certain improvements were discussed in the different error codes being returned during `crc start`. The ones discussed...