Fix token-authentication-file internal link

Had a triple-#
This commit is contained in:
Justin Santa Barbara
2017-08-26 11:36:19 -04:00
parent a17a3b9cb1
commit ffe506f76a
+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. 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__ 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. Using bootstrap tokens is currently __alpha__ and will simplify the management of bootstrap token management especially in a HA scenario.