Frederic Giloux
Frederic Giloux
Signed-off-by: Frederic Giloux **Description of the change:** This pull request adds some logic for avoiding failure of the InstallPlan when a manifest provided by a bundle cannot be installed and...
### What is the URL of the document? https://sdk.operatorframework.io/docs/best-practices/common-recommendation/ ### Which section(s) is the issue in? This is about adding a new section ### What needs fixing? One of the...
## Feature Request #### Describe the problem you need a feature to resolve. Make easier the build of multi-arch operators. Today the Dockerfile generated by operator-sdk init is explicitly setting...
I could not find any reference to ComponentConfig in operator-sdk documentation: https://book.kubebuilder.io/component-config-tutorial/tutorial.html This is an important aspect for controlling any advance functionality of the controller: - cleansing policies - sync...
### Feature request Using images based on UBI: like registry.access.redhat.com/ubi8/buildah instead of images based on RHEL8 like: registry.redhat.io/rhel8/buildah ### Use case Images based on RHEL8 are bound to RHEL EULA,...
Signed-off-by: Frederic Giloux **Description of the change:** This pull request surfaces the manifest filenames. There is currently no metadata, only the content of a manifest file carried over by bundle.Object....
# Expected Behavior have keep-since documented here: https://tekton.dev/docs/operator/tektonconfig/ # Actual Behavior No mention of keep-since in the documentation # Additional Info keep-since has been part of TektonConfig API for a...
# context #68 makes possible to run kcp in a pod on an OpenShift cluster. This does however not provide a global loadbalancer, which redirects traffic to the right workload...
The API version in kcp for ClusterWorkspace has been bumped from `apiVersion: tenancy.kcp.dev/v1alpha1` to `apiVersion: tenancy.kcp.dev/v1beta1` we make use of this API at least in [pipeline-service-org.yaml](https://github.com/openshift-pipelines/pipelines-service/blob/main/local/kcp/pipelines-service-org.yaml) As long as we...
In some of our images we download binaries with curl and copy them into the filesystem. Whenever possible we should use a package manager for the installation. Examples: https://github.com/openshift-pipelines/pipeline-service/blob/main/images/access-setup/Dockerfile#L8-L13 Rational:...