David Zager
David Zager
In the downstream environment, APB Dockerfiles are structured differently than "normal" (after APB init). Where normal looks something like: ``` LABEL "com.redhat.apb.spec"=\ "ENCODED_SPEC_LINE1\ ...\ LAST_ENCODED_SPEC_LINE" ``` The downstream environment has...
Do we need to add `context.Context` to the `Source` interface's `Start` method to make this cancellable? _Originally posted by @joelanford in https://github.com/kubernetes-sigs/controller-runtime/pull/830_
This change should make it possible to start pending pipelineRuns. Fixes: #11060
When interacting with Pipelines/PipelineRuns in the developer perspective, it is not currently possible to move a PipelineRun with the status "PipelineRunPending" to the running state. It would be appropriate for...
@razzmatazz thank you for the work you have put into this language server. I will apologize up front that my experience with C#, F#, and dotnet in general is pretty...
**What I did** I specified a URL in the CSV.Spec.Provider like so: ``` provider: name: KubeVirt project url: https://kubevirt.io ``` **What happened** When I ran `operator-courier verify --ui_validate_io` I get...
This issue is a means of documenting the effort of migrating Virtual Machine's using `crane`.
**What version of crane are you running, and what are your clutsters+platform** https://github.com/konveyor/crane/releases/tag/v0.0.3 **What did you expect to happen?** More clarity in the error message. **What actually happened?** ``` "ingress...
## Feature Request The `plugin-manager` should provide an `info` subcommand that gives users more information about the specified plugin. ## Description Currently, the plugin-manager subcommand supports listing of the available...