Currently the operator set this in functions_worker.conf by default. This should not be set because it doesn't work.
functionRuntimeFactoryClassName: org.apache.pulsar.functions.runtime.kubernetes.KubernetesRuntimeFactory
The problem is that when this is enabled, it causes an incorrect pulsar admin url to be used in the generated connector pod.
Related: apache/pulsar#9213