jbusche commented on PR #600:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/600#issuecomment-1548743480
OpenShift 4.10.54 is looking good with the PR:
```
oc get pods,flinkdeployments -n default
api.jim410.cp.fyre.ibm.com: Mon
May 15 16:16:24 2023
NAME READY STATUS
RESTARTS AGE
pod/basic-example-5b547c9669-cj8pz 1/1 Running
0 5m37s
pod/basic-example-taskmanager-1-1 1/1 Running
0 5m8s
pod/basic-session-deployment-only-example-77957ff659-rvp5h 1/1 Running
0 3m23s
pod/basic-session-deployment-only-example-taskmanager-1-1 1/1 Running
0 2m39s
pod/basic-session-deployment-only-example-taskmanager-1-2 1/1 Running
0 2m39s
pod/flink-kubernetes-operator-66f8544889-sjjm5 2/2 Running
0 8m38s
NAME JOB
STATUS LIFECYCLE STATE
flinkdeployment.flink.apache.org/basic-example
RUNNING STABLE
flinkdeployment.flink.apache.org/basic-session-deployment-only-example
STABLE
```
and the clusterrole looks good:
```
oc describe clusterrole flink-kubernetes-operator.v1.5.0-866bfd99dd |grep
flinkdeployments
flinkdeployments.flink.apache.org/finalizers [] []
[*]
flinkdeployments.flink.apache.org/status [] []
[*]
flinkdeployments.flink.apache.org [] []
[*]
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]