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
Copy file name to clipboardExpand all lines: content/en/docs/tasks/tools/included/verify-kubectl.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,12 @@ If kubectl cluster-info returns the url response but you can't access your clust
37
37
kubectl cluster-info dump
38
38
```
39
39
40
-
{{< note >}}
41
-
### Troubleshooting the 'No Auth Provider Found' Error Message
40
+
### Troubleshooting the 'No Auth Provider Found' error message {#no-auth-provider-found}
42
41
43
-
In Kubernetes **v1.26**, kubectl removed the built-in authentication for the following cloud
44
-
providers managed Kubernetes offerings. These providers have released kubectl plugins to provide the cloud-specific authentication. For instructions, refer to the following provider documentation:
42
+
In Kubernetes 1.26, kubectl removed the built-in authentication for the following cloud
43
+
providers' managed Kubernetes offerings. These providers have released kubectl plugins to provide the cloud-specific authentication. For instructions, refer to the following provider documentation:
45
44
46
-
* AKS (Azure): [kubelogin plugin](https://github.com/Azure/kubelogin)
0 commit comments