Skip to content

Commit 89c6cff

Browse files
authored
Merge pull request #29172 from sandipanpanda/kub-web-fix-issue29139
Update token authentication file (#29139)
2 parents 575bd04 + 4915d21 commit 89c6cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ If you want to use bootstrap tokens, you must enable it on kube-apiserver with t
167167

168168
#### Token authentication file
169169

170-
kube-apiserver has an ability to accept tokens as authentication.
170+
kube-apiserver has the ability to accept tokens as authentication.
171171
These tokens are arbitrary but should represent at least 128 bits of entropy derived
172172
from a secure random number generator (such as `/dev/urandom` on most modern Linux
173173
systems). There are multiple ways you can generate a token. For example:

0 commit comments

Comments
 (0)