Robert Baumgartner

Results 36 comments of Robert Baumgartner

I had to fix multiple issues... - the required package on RHEL is "qemu-system-x86". In my case I got qemu-system-x86-2.0.0-1.el7.6.x86_64. - the package qemu-system-x86-2.0.0-1.el7.6.x86_64 does not contain the shell "/usr/bin/qemu-kvm"....

you need to use sudo for your port-forwarding. normal user is not alowed to open a port < 1024... see readme... and it's port 443!

correct, I missed it. But when the operator automatically creates the servicemonitor, the label should be applied to the namespace.

When the operator automatically installs the service monitor, the label should be applied. Or at least it should be documented as post install task. Or don't apply service monitor automatically...

you are right, svc extrnal-ip is pending. But I don't want external IP... ``` $ oc get svc -n oracle NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE siddb ClusterIP 172.30.30.189 1521/TCP...

@IshaanDesai45 it's on OpenShift and I don't want an external IP. I only want an IP from the pod network.

What do you think is needed to create a service in OpenShift? No annotation is required. Here is an example ``` kind: Service apiVersion: v1 metadata: labels: app: oracle-crud-jvm name:...