You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: articles/aks/certificate-rotation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ For any AKS clusters created or upgraded after March 2022 Azure Kubernetes Servi
75
75
76
76
To verify if TLS Bootstrapping is enabled on your cluster browse to the following paths:
77
77
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*
79
79
* On a Windows node: *C:\k\bootstrap-config*
80
80
81
81
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