hi every one, please, could you remind me why I have to add the [apiGroups:apps] into this [Role]?
Thank you very much!
Hi @raul.souza,
You need to add API group for resources who are not on core Group. For example, in your case pods are on core group, no need to give the name, but deployments are on apps group we need to specific it.
Check the following links :
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#-strong-api-overview-strong-
Regard
Hi @mmkmou ,
Thank you very much for this precise answer! Appreciate a lot! This make thing much more clear now!
B I G thanks!
Raul.
PS. Forgive me the delay to reply!
1 Like