Merge pull request #5208 from justinsb/fix_token_auth_file_link

Fix token-authentication-file internal link
This commit is contained in:
Andrew Chen
2017-09-05 14:01:50 -07:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@ controller. As this feature matures, you should ensure tokens are bound to a Rol
While any authentication strategy can be used for the kubelet's initial bootstrap credentials, the following two authenticators are recommended for ease of provisioning.
1. [Bootstrap Tokens](/docs/admin/bootstrap-tokens/) - __alpha__
2. [Token authentication file](###token-authentication-file)
2. [Token authentication file](#token-authentication-file)
Using bootstrap tokens is currently __alpha__ and will simplify the management of bootstrap token management especially in a HA scenario.