We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54ce2f commit 03847c7Copy full SHA for 03847c7
docs/admin/kubeadm.md
@@ -553,7 +553,9 @@ that the API server certificate is valid under the root CA.
553
554
### Token-based discovery without CA pinning
555
_This was the default in Kubernetes 1.7 and earlier_, but comes with some
556
-important caveats. It's still possible in Kubernetes 1.8 and above using the
+important caveats. This mode relies only on the symmetric token to sign
557
+(HMAC-SHA256) the discovery information that establishes the root of trust for
558
+the master. It's still possible in Kubernetes 1.8 and above using the
559
`--discovery-token-unsafe-skip-ca-verification` but you should consider using
560
one of the other modes if possible.
561
0 commit comments