Skip to content

Commit 708220b

Browse files
coder12gitTim Bannister
andauthored
Update content
Co-authored-by: Tim Bannister <[email protected]>
1 parent c0a72d2 commit 708220b

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

content/en/docs/tasks/tools/included/verify-kubectl.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ If kubectl cluster-info returns the url response but you can't access your clust
3737
kubectl cluster-info dump
3838
```
3939

40-
{{< note >}}
41-
### Troubleshooting the 'No Auth Provider Found' Error Message
40+
### Troubleshooting the 'No Auth Provider Found' error message {#no-auth-provider-found}
4241

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:
4544

46-
* AKS (Azure): [kubelogin plugin](https://github.com/Azure/kubelogin)
47-
* GKE (Google Cloud): [gke-gcloud-auth-plugin](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin)
45+
* Azure AKS: [kubelogin plugin](https://github.com/Azure/kubelogin)
46+
* Google Kubernetes Engine: [gke-gcloud-auth-plugin](https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin)
4847

49-
{{< /note >}}
48+
(There could also be other reasons to see the same error message, unrelated to that change.)

0 commit comments

Comments
 (0)