mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-12 22:10:34 +00:00
some resource out of scope. For example, try get namespace inside defaut namespace. It would be reject by api-server but `kubectl auth can-i get namespace --namespace=default` would give a `yes`. After this patch, a warning info would be given. For more detail, please refer issue #75950