-
Notifications
You must be signed in to change notification settings - Fork 23
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
Creating ManagedServiceAccount in cluster-set namespace did not work #90
Comments
Hi @tamalsaha, did you enable the managed service account addon( |
I am referring to this design doc:
|
Hi @tamalsaha, only the "cluster namespace" is supported as of now, can you try to create the managedserviceaccounts in the cluster namespaces? |
Creating in cluster namespaces works. |
What needs to change to make it work with |
Hi @tamalsaha , after discussed with @qiujian16 the managed service account API does not support clusterset namespace, and most likely it will not be supported in the future, sorry the enhancement doc is not updated. |
I finally got a chance the read the current implementation. I think there needs to be a higher level resource for clusterset support. I think there could be a even more generic |
Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
Describe the bug
The design docs says that the ManagedServiceAccount can be created a cluster-set namespace. I created a clusterset namespace and bound it to the
global
clusterset. No service account secret was created. The operator basically did nothing. There was no error in the logs.Later I tried using a manually created clusterset instead of
global
. That did not work either.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment ie: OCM version, managed serviceaccount addon version, Kubernetes version and provider:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: