Merge pull request #8257 from liggitt/multi_user_controller

Allow ServiceAccountsController to manage multiple named service accounts
This commit is contained in:
Clayton Coleman
2015-05-18 10:39:50 -04:00
4 changed files with 140 additions and 73 deletions

View File

@@ -263,7 +263,7 @@ func (s *CMServer) Run(_ []string) error {
serviceaccount.NewServiceAccountsController(
kubeClient,
serviceaccount.DefaultServiceAccountControllerOptions(),
serviceaccount.DefaultServiceAccountsControllerOptions(),
).Run()
select {}