Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Role binding #16

Open
ganniterix opened this issue Jul 5, 2023 · 0 comments
Open

Incorrect Role binding #16

ganniterix opened this issue Jul 5, 2023 · 0 comments

Comments

@ganniterix
Copy link

ganniterix commented Jul 5, 2023

By following the procedure in the documentation:

https://docs.cilium.io/en/v1.13/installation/k8s-install-openshift-okd/#k8s-install-openshift-okd

The following file (from the manifests folder) is referencing the wrong role

cluster-network-06-cilium-00006-leader-election-rolebinding.yaml

apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
  name: leader-election
  namespace: cilium
roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: Role
  name: leader-election
subjects:
  - kind: ServiceAccount
    name: cilium-olm
    namespace: cilium

The roleRef should change to:

roleRef:
  apiGroup: rbac.authorization.k8s.io
  kind: Role
  name: cilium-olm-leader-election
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant