Skip to content

Commit

Permalink
Update Preview readme (#380)
Browse files Browse the repository at this point in the history
* fix the uninstall instructions
* remove survey link and add stack hub git repo
  • Loading branch information
parameshbabu authored Oct 7, 2024
1 parent fb0b34a commit 4809f85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All AKS versions Microsoft ships for edge or datacenter deployment are part of t

## Related AKS products

* [AKS on Azure Stack Hub](https://learn.microsoft.com/azure-stack/user/azure-stack-kubernetes-aks-engine-overview)
* [AKS on Azure Stack Hub](https://learn.microsoft.com/azure-stack/user/azure-stack-kubernetes-aks-engine-overview). Please use [github.com/Azure/aks-engine-azurestack](https://github.com/Azure/aks-engine-azurestack) for this product.

## What you will find here

Expand All @@ -30,8 +30,6 @@ Support through issues on this repository is provided on a best-effort basis for

Do not file issues for AKS-Engine, Virtual-Kubelet, Azure Container Instances, or services on this repository unless it is related to that feature/service and functionality with AKS. For other tools, products and services see the Upstream Azure Compute projects page.

We want to hear from you! Respond to this short and [anonymous survey](https://aka.ms/AKSHCIPreviewSurvey) to share your thoughts with us.

## Important AKS Arc links

* [Evaluate using Jumpstart](https://arcjumpstart.com/azure_jumpstart_hcibox)
Expand Down
14 changes: 4 additions & 10 deletions preview/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ With [AKS enabled by Azure Arc, on Azure Stack HCI 23H2](https://learn.microsoft

### Steps to delete existing clusters and recreate

1. Delete the nodepools
```
az hybridaks nodepool delete --name $aksNodepoolName --resource-group $resource_group --cluster-name $aksClusterName
```
2. Delete the cluster
```
az hybridaks delete --resource-group $resource_group --name $aksClusterName
```
3. Follow the instructions to recreate the cluster
1. Follow the instructions to delete existing preview cluster
* [Uninstall the AKS cluster provisioning preview](https://learn.microsoft.com/azure/aks/hybrid/aks-hybrid-preview-uninstall)
2. Follow the instructions to create new cluster
* [Using CLI](https://learn.microsoft.com/azure/aks/hybrid/aks-create-clusters-cli)
* [Using Azure Portal](https://learn.microsoft.com/en-us/azure/aks/hybrid/aks-create-clusters-portal)
* [Using Azure Portal](https://learn.microsoft.com/en-us/azure/aks/hybrid/aks-create-clusters-portal)
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### This folder will contain scripts used in prenstations and demos.
### This folder will contain scripts used in presentations and demos.
Use subfolders to seperate by event

0 comments on commit 4809f85

Please sign in to comment.