Robert Baumgartner
Robert Baumgartner
I have migrated my webhook to cert-manager v1.13.1. Now I get the provided apiKey printed, which I do not want to see in automatic test protocols... ``` $ TEST_ZONE_NAME=my.domain. make...
under "Installing with cert-manager operator" https://cert-manager.io/docs/installation/openshift/#installing-with-cert-manager-operator the link https://catalog.redhat.com/software/operators/detail/5e999d862937381642a21c7a --> not found https://catalog.redhat.com/software/operators/search?q=cert-manager&p=1 --> no result
reason: vscode-openshift-connector points to version 0.1.2 which is no longer in the plugin repository. Solution: update to version 0.1.5 comment: you have no longer a UI, at the workspace editor....
crc_libvirt.sh create does not run on my RHEL 7.6 CSB $ ./crc_libvirt.sh create /dev/kvm Loaded plugins: changelog, fs-snapshot, priorities, product-id, refresh-packagekit, rhnplugin, rpm-warm-cache, search-disabled-repos, subscription-manager, verify This system is receiving...
the chuck.xml depends on kamelet:chuck-norris-source, but this does not exist in the examples and is unavailable by default. generic-examples/kamelets/chuck-norris/chuck.xml chuck-noris-soure.kamelet..yaml ```yaml apiVersion: camel.apache.org/v1alpha1 kind: Kamelet metadata: name: chuck-norris-source annotations: camel.apache.org/kamelet.support.level:...
Looks like the same problem as https://access.redhat.com/solutions/6992399 or GitOps, Tempo Operator... Fix: `oc label ns group-sync-operator openshift.io/cluster-monitoring=true`
**What would you like to be added**: the command "kubectl create secret generic --help" does not describe the type option. ``` $ kubectl create secret generic --help Create a secret...
When I create a sidb (enterprise, free, xe, ..) it works fine until I set loadBalancer = true. db orperator is namespace based. No error in operator log! siddb.yaml ```...
due to the the default networkPolicies applied to the namespace of the group-sync-operator, openshift-monitoring cannot access the metrics. https://docs.openshift.com/container-platform/4.13/networking/network_policy/default-network-policy.html Apply a networkPolicy like this ``` apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata:...