During deployment, Kogito Operator is creating a RoleBinding that does not add the GET verb to the Services resources. For this to work a new role must be created adn associated to it:
apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: creationTimestamp: "2019-08-21T23:19:21Z" name: service-reader namespace: kogito-cli resourceVersion: "4036151" selfLink: /apis/rbac.authorization.k8s.io/v1/namespaces/kogito-cli/roles/service-reader uid: 1b5b58a0-c46a-11e9-8f2c-0615e4bfa428 rules: - apiGroups: - "" resources: - services verbs: - list - get - watch