From 4c14b50cccd61d3b83bf4474d8d007e3797edead Mon Sep 17 00:00:00 2001 From: Javier Darsie <44655727+jadarsie@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:45:56 -0800 Subject: [PATCH] docs: redirect Azure Stack Hub users to new repository (#5073) * docs: migration note for Azure Stack Hub users * more context --- .github/ISSUE_TEMPLATE/azure_stack_hub.md | 10 ++++++++++ README.md | 2 +- docs/topics/azure-stack.md | 2 ++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/azure_stack_hub.md diff --git a/.github/ISSUE_TEMPLATE/azure_stack_hub.md b/.github/ISSUE_TEMPLATE/azure_stack_hub.md new file mode 100644 index 000000000..5f61ad1a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/azure_stack_hub.md @@ -0,0 +1,10 @@ +--- +name: Azure Stack Hub issue or feature +about: Migration note for Azure Stack Hub users +title: '' +labels: '' +assignees: '' + +--- + +As this project is deprecated for Azure public cloud customers, development has been moved to a new Azure Stack Hub specific repository ([Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack)). This new repository is where new [releases](https://github.com/Azure/aks-engine-azurestack/releases) for Azure Stack Hub clouds, starting at v0.75.3, will be published and where [issues](https://github.com/Azure/aks-engine-azurestack/issues/new) concerning Azure Stack Hub should be created. diff --git a/README.md b/README.md index 878f0af88..56ad5b0e5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project is deprecated for Azure public cloud customers. Please consider using [Azure Kubernetes Service (AKS)](https://azure.microsoft.com/en-us/services/kubernetes-service/#overview) for managed Kubernetes or [Cluster API Provider Azure](https://github.com/kubernetes-sigs/cluster-api-provider-azure) for self-managed Kubernetes. There are no new features planned; this project will only be updated for CVEs & similar, with Kubernetes 1.24 as the final version to receive updates. -For use on [Azure Stack Hub product](https://docs.microsoft.com/en-us/azure-stack/user/azure-stack-kubernetes-aks-engine-overview) this project is fully supported and will continue to be supported by the Hub team throughout the lifespan of Azure Stack Hub. +For use on the [Azure Stack Hub product](https://docs.microsoft.com/en-us/azure-stack/user/azure-stack-kubernetes-aks-engine-overview) this project is fully supported and will continue to be supported by the Hub team throughout the lifespan of Azure Stack Hub. Development is already moved to a new Azure Stack Hub specific repository ([Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack)). This new repository is where new [releases](https://github.com/Azure/aks-engine-azurestack/releases) for Azure Stack Hub clouds, starting at v0.75.3, will be published and where [issues](https://github.com/Azure/aks-engine-azurestack/issues/new) concerning Azure Stack Hub should be created. ## Overview diff --git a/docs/topics/azure-stack.md b/docs/topics/azure-stack.md index 9abd3c149..7e4db81e5 100644 --- a/docs/topics/azure-stack.md +++ b/docs/topics/azure-stack.md @@ -1,5 +1,7 @@ # AKS Engine on Azure Stack Hub +> **Migration note**: As this project is deprecated for Azure public cloud customers, development has been moved to a new Azure Stack Hub specific repository ([Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack)). This new repository is where new [releases](https://github.com/Azure/aks-engine-azurestack/releases) for Azure Stack Hub clouds, starting at v0.75.3, will be published and where [issues](https://github.com/Azure/aks-engine-azurestack/issues/new) concerning Azure Stack Hub should be created. + * [Introduction](#introduction) * [Marketplace Prerequisites](#marketplace-prerequisites) * [Service Principals and Identity Providers](#service-principals-and-identity-providers)