We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The roleRef should change to:
The text was updated successfully, but these errors were encountered: