Which project are you reporting a bug for?
kr8s
What happened?
Functions like DaemonSet.get fail when accessing the API through a service account that is permitted to use the get verb but not the list verb.
Coming from the kubernetes/kubernetes-asyncio libraries I would not expect that this function call requires the list verb because it shouldn't be doing any listing.
Having to add this verb to the associated role affects security.
Anything else?
No response