0

I renamed the default my-kubernetes-account Kubernetes provider credential name by GCP Spinnaker deployment and now I ended up with having both on my spinnaker UI.

I tried to clear my browser's local storage or even remove it from application -> config -> Application Attributes -> Accounts, but none of them helped.

Is there any way to re-index providers or remove it in some way?

Update: Would it help to remove all the related keys in redis, like:

redis-cli KEYS "*my-kubernetes-account:*" | xargs redis-cli DEL

Or is it a tottaly bad idea? :)

4

1 回答 1

2

是的,刷新 redis 数据库是删除重复条目的正确方法。

您从 redis 中删除的任何缓存基础架构详细信息都将由缓存代理自动重新创建。

谢谢,-马特

于 2017-04-05T12:25:14.683 回答