Skip to content

Commit

Permalink
Merge pull request #7380 from ethan-daocloud/patch-1
Browse files Browse the repository at this point in the history
correct typo in output message
  • Loading branch information
k8s-ci-robot authored Aug 6, 2019
2 parents fb92bb5 + 0a89b45 commit 8853899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/apply_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ func (c *ApplyClusterCmd) Run() error {
fmt.Println("")
fmt.Printf(starline)
fmt.Println("")
fmt.Println("Kubelet anonymousAuth is currently turned on. This allows RBAC escalation and remote code execution possibilites.")
fmt.Println("Kubelet anonymousAuth is currently turned on. This allows RBAC escalation and remote code execution possibilities.")
fmt.Println("It is highly recommended you turn it off by setting 'spec.kubelet.anonymousAuth' to 'false' via 'kops edit cluster'")
fmt.Println("")
fmt.Println("See https://github.com/kubernetes/kops/blob/master/docs/security.md#kubelet-api")
Expand Down

0 comments on commit 8853899

Please sign in to comment.