Skip to content

Commit 1236f48

Browse files
authored
Merge pull request kubernetes#124770 from uucloud/docs/fix_tls_bootstrapping_link
docs:fix broken link
2 parents b510f78 + 23f4f02 commit 1236f48

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
@@ -876,7 +876,7 @@ func waitForAPIServerForever(client clientset.Interface, nodeName types.NodeName
876876
// Get a CSINode from API server to make sure 1) kubelet can reach API server
877877
// and 2) it has enough permissions. Kubelet may have restricted permissions
878878
// when it's bootstrapping TLS.
879-
// https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/
879+
// https://kubernetes.io/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/
880880
_, lastErr = client.StorageV1().CSINodes().Get(context.TODO(), string(nodeName), opts)
881881
if lastErr == nil || apierrors.IsNotFound(lastErr) {
882882
// API server contacted

0 commit comments

Comments
 (0)