Skip to content

Commit c7ef502

Browse files
authored
Update certificate-rotation.md
To check if TLS Bootstrapping is enabled on your cluster, Current path is now updated to "/host/var/lib/kubelet/bootstrap-kubeconfig" Have updated the same in line 78 Checked on root@aks-nodepool1-78886619-vmss000005:/# uname -a Linux aks-nodepool1-78886619-vmss000005 5.4.0-1094-azure #100~18.04.1-Ubuntu SMP Mon Oct 17 11:44:30 UTC 2022 x86_64 GNU/Linux Node pool Kubernetes versions 1.24.6
1 parent 8309930 commit c7ef502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/certificate-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For any AKS clusters created or upgraded after March 2022 Azure Kubernetes Servi
7575

7676
To verify if TLS Bootstrapping is enabled on your cluster browse to the following paths:
7777

78-
* On a Linux node: */var/lib/kubelet/bootstrap-kubeconfig*
78+
* On a Linux node: */var/lib/kubelet/bootstrap-kubeconfig* or */host/var/lib/kubelet/bootstrap-kubeconfig*
7979
* On a Windows node: *C:\k\bootstrap-config*
8080

8181
To access agent nodes, see [Connect to Azure Kubernetes Service cluster nodes for maintenance or troubleshooting][aks-node-access] for more information.

0 commit comments

Comments
 (0)