Skip to content

Commit 23f4f02

Browse files
committed
docs:fix broken link
1 parent d36b267 commit 23f4f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cluster/gce/windows/k8s-node-setup.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ function Create-NodePki {
561561
}
562562

563563
# Creates the bootstrap kubelet kubeconfig at $env:BOOTSTRAP_KUBECONFIG.
564-
# https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/
564+
# https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/
565565
#
566566
# Create-NodePki() must be called first.
567567
#

pkg/volume/csi/csi_plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ func waitForAPIServerForever(client clientset.Interface, nodeName types.NodeName
883883
// Get a CSINode from API server to make sure 1) kubelet can reach API server
884884
// and 2) it has enough permissions. Kubelet may have restricted permissions
885885
// when it's bootstrapping TLS.
886-
// https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/
886+
// https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/
887887
_, lastErr = client.StorageV1().CSINodes().Get(context.TODO(), string(nodeName), opts)
888888
if lastErr == nil || apierrors.IsNotFound(lastErr) {
889889
// API server contacted

0 commit comments

Comments
 (0)