mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
docs:fix broken link
This commit is contained in:
parent
d36b267023
commit
23f4f02bb0
@ -561,7 +561,7 @@ function Create-NodePki {
|
||||
}
|
||||
|
||||
# Creates the bootstrap kubelet kubeconfig at $env:BOOTSTRAP_KUBECONFIG.
|
||||
# https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/
|
||||
# https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/
|
||||
#
|
||||
# Create-NodePki() must be called first.
|
||||
#
|
||||
|
@ -883,7 +883,7 @@ func waitForAPIServerForever(client clientset.Interface, nodeName types.NodeName
|
||||
// Get a CSINode from API server to make sure 1) kubelet can reach API server
|
||||
// and 2) it has enough permissions. Kubelet may have restricted permissions
|
||||
// when it's bootstrapping TLS.
|
||||
// https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/
|
||||
// https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/
|
||||
_, lastErr = client.StorageV1().CSINodes().Get(context.TODO(), string(nodeName), opts)
|
||||
if lastErr == nil || apierrors.IsNotFound(lastErr) {
|
||||
// API server contacted
|
||||
|
Loading…
Reference in New Issue
Block a user