mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #82391 from jiachengxu/apiserver-typo
Fix a typo in cmd/kube-apiserver.
This commit is contained in:
commit
7ec4f4b4a6
@ -628,7 +628,7 @@ func Complete(s *options.ServerRunOptions) (completedServerRunOptions, error) {
|
|||||||
// Use (ServiceAccountSigningKeyFile != "") as a proxy to the user enabling
|
// Use (ServiceAccountSigningKeyFile != "") as a proxy to the user enabling
|
||||||
// TokenRequest functionality. This defaulting was convenient, but messed up
|
// TokenRequest functionality. This defaulting was convenient, but messed up
|
||||||
// a lot of people when they rotated their serving cert with no idea it was
|
// 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.
|
// remove this problematic defaulting.
|
||||||
if s.ServiceAccountSigningKeyFile == "" {
|
if s.ServiceAccountSigningKeyFile == "" {
|
||||||
// Default to the private server key for service account token signing
|
// Default to the private server key for service account token signing
|
||||||
|
Loading…
Reference in New Issue
Block a user