Artur Zych
Artur Zych
Amends the `13-configure-pod-networking.md` doc by adding information about how to set the correct POD network CIDR chosen at the beginning of the labs (`01-prerequisites.md`), which is different from the one...
# Description Introduces a workaround for 'interrupted' helm releases which enter into a 'pending' (-install/uninstall/rollback) state. If that happens, for example because of immediate application exit with one of those...
Once we're done with extending kubectl-operator plugin with all the new olmv1 commands (and possibly deprecate olmv0 from there), we should prepare an asciicinema demo and include it in the...
Currently both the `operator-controller` as well as `catalogd` have barely any (2 to be exact) log messages that aren't being logged at a default (0) log verbosity level. It might...
Keeping in mind one of the OLMv1's main guiding principle - "Security by default" (https://operator-framework.github.io/operator-controller/) the security posture of both `catalogd` and `operator-controller` projects should be analyzed and a threat...
#### What this PR does / why we need it: This PR introduces order to potentially multi-line error returned by ChangeValidator Validate(). Currently field validations within Validate() happen based on...
**What this PR does / why we need it**: This introduces a new clusterctl init flag "--retry-cert-manager-readiness-check" that allows to retry the check for an already installed cert-manager, which by...
We have (olmv0) / might have (olmv1) commands that need to perform multiple operations as part of their logic, eg: * when deleting/updating selected resources * when waiting for deleted/updated...