DevOps-with-Kubernetes / examples

Apache License 2.0
25 stars 31 forks source link

ClusterRoles can't be namespaced as they're global #3

Closed ervinb closed 5 years ago

ervinb commented 5 years ago

The following definition assigns a namespace to the ClusterRole, but it has no practical effect and might confuse some.

https://github.com/DevOps-with-Kubernetes/examples/blob/master/chapter6/6-3_efk/fluentd/fluentd-sa.yml#L13

falau commented 5 years ago

Thanks for pointing it out. I've removed them as well as the same case in ClusterRoleBinding.