-
Notifications
You must be signed in to change notification settings - Fork 5
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
Role and binding type for cluster scope resources issue #1
Comments
@muvaf did you had the opportunity to look at my issue ? If i can help :ping: :) |
@valentinpelus Sorry, for some reason I didn't get notification for this issue.
Fixed in #2 .
Yes, the node state server part was ported from an internal controller that watches nodes, seems like I missed some files. Since you already got the YAMLs written out, feel free to open a quick pull request and I can merge it as the first external contribution 🙂 |
Hello @muvaf with pleasure ofc and thank your for your answer and the ref to your PR to adress the second problem :) The PR is ready at my side but seems i'm not able to push my branch into your repository. Do i have to be entitled to contribute ? Thank you in advance for your help :) |
@valentinpelus You can fork the repository and push to a branch in your fork and then open a PR with that branch of yours. Here is Github's more detailed instructions. |
Oh damned my bad :/ It's all done :) |
Hello :)
I have seen your presentation at Kubecon. It was very intersting and good. I found Crik interesting, was trying it myself today and i faced an issue.
If i recall correctly your are creating a Role and RoleBinding for your helmchart on the controller part.
Shouldn't you create a ClusterRole and ClusterRoleBinding to query cluster's scoped items like nodes ?
Ex :
But it is possible that i missed something in your README ofc
Also been facing a strange error when trying to request directly the service to check nodes health with the following curl request :
curl http://crik-node-state-server.default.svc.cluster.local:9376/node-state/gke-gke1-gke-pool1-a1c49759-q185
Same for
curl http://crik-node-state-server.default.svc.cluster.local:9376/nodes/gke-gke1-gke-pool1-a1c49759-q185
Or
curl http://crik-node-state-server.default.svc.cluster.local:9376/node-state
Do you have any idea ?
The text was updated successfully, but these errors were encountered: