use authentication client with explicit version
This commit is contained in:
@@ -139,7 +139,7 @@ func Run(s *options.CMServer) error {
|
||||
clientBuilder = controller.SAControllerClientBuilder{
|
||||
ClientConfig: restclient.AnonymousClientConfig(kubeconfig),
|
||||
CoreClient: kubeClient.CoreV1(),
|
||||
AuthenticationClient: kubeClient.Authentication(),
|
||||
AuthenticationClient: kubeClient.AuthenticationV1(),
|
||||
Namespace: "kube-system",
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user