Piotr Godowski
Piotr Godowski
alternate PR: https://github.com/tsayen/dom-to-image/pull/398
@tsayen could you please review?
Initial PR: https://github.com/keycloak/keycloak/pull/21853 It assumes it would not work with `ImageContentSourcePolicy`, which is [deprecated sinde OCP 4.13](https://docs.openshift.com/container-platform/4.13/openshift_images/image-configuration.html#images-configuration-registry-mirror-convert_image-configuration), but rather with `ImageTagMirrorSet` which works on the container image tags rather than...
What worked (and it's a bit ugly): ```sh oc get secret router-certs-default -n openshift-ingress -o jsonpath="{.data['tls\.crt']}" | base64 -D > ocp-router.crt oc create configmap minio-certs --from-file=ocp-api.crt=ocp-api.crt --from-file=ocp-router.crt=ocp-router.crt ``` and then...
Thanks for your feedback. Are you saying that even if I added `cABundle` as in https://github.com/opendatahub-io-contrib/ai-on-openshift/issues/60#issuecomment-1875090002, Pipelines won't work anyway?
Does this mean that ODLM would have now permission to create/delete arbitrary k8s resources? Perhaps we shall initially restrict the Kind's of resources allowed?
I suggest we start with a one-off `Job` for the already identified use-case and then incrementally expand, based on the identified use cases. And, explicitly list `Job` resource in the...
> There is also #9781 referencing integration with the openshift cert-manager-operator, but presumably all you need is the basic service signing functionality. Correct, but I think the use case I'm...
Is there a chance the workaround is applied, i.e. pinned CatalogSource for IBM Metrics operator, to deploy earlier version of Metrics Operator please?
Temporary work-around for impacted environments. It is ONLY for SingleNodeOpenshift (SNO) - it's not required it seems on Openshift with 2 or more worker nodes. 1. Scale IBM Metrics Operator...