From 637badc1f0de46915ec10808b6654ddfd042abea Mon Sep 17 00:00:00 2001 From: Jiacheng Xu Date: Thu, 5 Sep 2019 23:00:36 +0200 Subject: [PATCH] fix a typo in cmd/kube-apiserver. --- cmd/kube-apiserver/app/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kube-apiserver/app/server.go b/cmd/kube-apiserver/app/server.go index b5fdb06f5b9..858efba2b0d 100644 --- a/cmd/kube-apiserver/app/server.go +++ b/cmd/kube-apiserver/app/server.go @@ -628,7 +628,7 @@ func Complete(s *options.ServerRunOptions) (completedServerRunOptions, error) { // Use (ServiceAccountSigningKeyFile != "") as a proxy to the user enabling // TokenRequest functionality. This defaulting was convenient, but messed up // a lot of people when they rotated their serving cert with no idea it was - // connected to their service account keys. We are taking this oppurtunity to + // connected to their service account keys. We are taking this opportunity to // remove this problematic defaulting. if s.ServiceAccountSigningKeyFile == "" { // Default to the private server key for service account token signing