Hi Guyla,
I was able to deploy rc-2 with helm on a kind cluster and it was able to deploy
the sample. But I'm still struggling on OpenShift with rc-2. There's some
kind of RBAC permission issue that I haven't been able to solve when it deploys
the flinkdep or flinksessionjobs.
oc get flinkdep
NAME JOB STATUS LIFECYCLE STATE
basic-example UPGRADING
basic-session-deployment-only-example UPGRADING
oc get flinksessionjobs
NAME JOB STATUS LIFECYCLE STATE
basic-session-job-only-example
oc describe flinkdep basic-example
…
Status:
Cluster Info:
Error:
{"type":"org.apache.flink.kubernetes.operator.exception.ReconciliationException","message":"org.apache.flink.client.deployment.ClusterDeploymentException:
Could not create Kubernetes cluster
\"basic-example\".","throwableList":[{"type":"org.apache.flink.client.deployment.ClusterDeploymentException","message":"Could
not create Kubernetes cluster
\"basic-example\"."},{"type":"org.apache.flink.kubernetes.shaded.io.fabric8.kubernetes.client.KubernetesClientException","message":"Failure
executing: POST at:
https://172.30.0.1/apis/apps/v1/namespaces/default/deployments. Message:
Forbidden!Configured service account doesn't have access. Service account may
have been revoked. deployments.apps \"basic-example\" is forbidden: cannot set
blockOwnerDeletion if an ownerReference refers to a resource you can't set
finalizers on: , <nil>."}]}
Job Manager Deployment Status: MISSING
I haven't been able to spot why/what's different between 1.5 and 1.4 release
(which still deploys fine.)
Hoping someone has an idea of what might be wrong.
Thanks, Jim