waney316 opened a new issue, #107:
URL: https://github.com/apache/rocketmq-operator/issues/107
p1:role.yaml and role_binding.yaml name properties do not
match,ClusterRoleBinding namespace should not specify default
```yaml
---
# role.yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role # not match
```
```yaml
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: rocketmq-operator
subjects:
- kind: ServiceAccount
name: rocketmq-operator
namespace: default
roleRef:
kind: ClusterRole
name: rocketmq-operator # not match
apiGroup: rbac.authorization.k8s.io\
```
p2:manager running error,role.yaml missing some permissions defined
- get configmap is forbid
- get resources not found
-

p3:use lastest code create crd to cluster,api-resources and role.yaml do not
match


--
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]