docs:fix broken link
This commit is contained in:
		@@ -561,7 +561,7 @@ function Create-NodePki {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Creates the bootstrap kubelet kubeconfig at $env:BOOTSTRAP_KUBECONFIG.
 | 
					# 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.
 | 
					# 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
 | 
							// 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
 | 
							// and 2) it has enough permissions. Kubelet may have restricted permissions
 | 
				
			||||||
		// when it's bootstrapping TLS.
 | 
							// 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)
 | 
							_, lastErr = client.StorageV1().CSINodes().Get(context.TODO(), string(nodeName), opts)
 | 
				
			||||||
		if lastErr == nil || apierrors.IsNotFound(lastErr) {
 | 
							if lastErr == nil || apierrors.IsNotFound(lastErr) {
 | 
				
			||||||
			// API server contacted
 | 
								// API server contacted
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user