-
Notifications
You must be signed in to change notification settings - Fork 71
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
SpinnakerAccounts Alpha Feature Doesn't Work. #226
Comments
@rbadillo thanks for the report, if this issue is still relevant, can you share a minimal SpinSvc and SpinAcct CRD definition that demonstrates the behavior that you saw? |
It is relevant. I got the same behavior. When there are multiple ServiceAccount objects, Spinnaker has only one available. clouddriver-accounts.yml has multiple identical entries of the first one (alphabetically).
Permissions settings seem to be ignored because clouddriver.yml doesn't have any kubernetes accounts configured.
There are no problems reported by spinnaker-operator and halyard containers, everything seems normal. |
We tried deploying Spinnaker using the Spinnaker Operator + Spinnaker Accounts Alpha Feature and it didn't work. This is what we saw:
accounts
profile active.clouddriver-accounts.yml
file.clouddriver-accounts.yml
file contains the same Spinnaker Account * the number of SpinnakerAccounts in the namespace.We think the issue is on the creation of that particular file, because the same SpinnakerAccount is being added multiple times.
The text was updated successfully, but these errors were encountered: