From 7c07b426ea2e3d96a97c110e1337a7de5716b0df Mon Sep 17 00:00:00 2001 From: hbc Date: Tue, 26 May 2026 11:17:07 -0700 Subject: [PATCH] Update README with official Azure kubelogin sources Added notes about official sources and support for Azure kubelogin. Close #750 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1c25d809..daf864a3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ This is a [client-go credential (exec) plugin](https://kubernetes.io/docs/refere Check out [the official doc page](https://azure.github.io/kubelogin/index.html) for more details +> [!NOTE] +> The official sources for the Azure `kubelogin` project are the documentation site at +> https://azure.github.io/kubelogin/ and the GitHub repository at +> https://github.com/Azure/kubelogin. +> The Azure Kubernetes Service team does not maintain or endorse any other websites +> representing themselves as the official site for Azure `kubelogin`. + ## Installation https://azure.github.io/kubelogin/install.html