exdx
exdx
Adds an exercise for the `Cow` type based off of the official documentation at https://doc.rust-lang.org/std/borrow/enum.Cow.html
Adds another smart pointer exercise, since that was requested in the latest release notes. It's a fun exercise, very straightforward, to introduce the Rc concept and the API to users...
**Description of the change:** Updates the operator to produce Deployments instead of standalone Pods backing CatalogSources. This enables a node to be drained properly without forcing the catalog pods off...
## Flaky Test Report **Failure Log Link** https://github.com/operator-framework/operator-lifecycle-manager/runs/6925662961?check_suite_focus=true
## Bug Report **What did you do?** A clear and concise description of the steps you took (or insert a code snippet). Installing OLM CRDs via `kubectl apply` in the...
## Flaky Test Report **Failure Log Link** https://github.com/operator-framework/operator-lifecycle-manager/runs/6374980917?check_suite_focus=true **Relevant Failure Log** • [FAILED] [0.106 seconds] OperatorCondition /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/pkg/controller/operators/operatorcondition_controller_test.go:20 The OperatorCondition Reconciler /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/pkg/controller/operators/operatorcondition_controller_test.go:47 a CSV exists that owns a deployment /home/runner/work/operator-lifecycle-manager/operator-lifecycle-manager/pkg/controller/operators/operatorcondition_controller_test.go:151 and...
## Bug Report **What did you do?** A clear and concise description of the steps you took (or insert a code snippet). Currently OLM emits a lot of unnecessary cache...
## Feature Request **Is your feature request related to a problem? Please describe.** The upstream.Dockerfile used for building OLM releases was previously based on `golang:alpine` based images on dockerhub. Due...
**Description of the change:** Builds off #775 Pruning an index via opm index prune can fail when permissions on the filesystem in the container are read-only. Since the command copies...
Story: A user would like to be able to get the standard kubectl autocomplete experience when using the plug-in. Open question: how difficult is this to implement?