diff --git a/CHANGELOG.md b/CHANGELOG.md index e95aa83e1..5bc19cc96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [0.0.17] + +* Integrating Node Health detector. +* Upgrade feature [Azure Service Opertaor V2 feature](https://azure.github.io/azure-service-operator/#installation). +* Starter workflow upgrade for auto PR. + +Thanks to @rzhang628, @peterbom and @OliverMKing. + ## [0.0.16] * Addition of Create Github Workflow Submenu. diff --git a/README.md b/README.md index 1df72ed8a..b2e2faf86 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Right click on your AKS cluster and click on **Run AKS Diagnostics** to display - Create, Upgrade, Delete and Scale issues - Identity and Security - Network and Connectivity issues +- Node Health To perform further checks on your AKS cluster to troubleshoot and get recommended solutions, click on the AKS Diagnostics link at the top of the page to open it for the selected cluster. For more information on AKS Diagnostics, visit [AKS Diagnostics Overview](https://docs.microsoft.com/azure/aks/concepts-diagnostics). @@ -88,7 +89,7 @@ For more information on Diagnostics settings, visit [Create diagnostic settings Right click on your AKS cluster and click on **Install Azure Service Operator** to easily deploy the latest version of Azure Service Operator (ASO) on your AKS cluster and provision and connect applications to Azure resources within Kubernetes. When you select this option, you'll be prompted for a service principal for ASO to use when performing Azure resource operations. This service principal must have appropriate permissions (typically Contributor at suitable scope). Fill out the service principal details and click **Submit** to kick off the installation of Azure Service Operator. -> Install Azure Service Operator can only be performed on an AKS cluster that has never had ASO installed before. If you have already initiated the installation manually, follow the instructions on [Azure Service Operator](https://github.com/Azure/azure-service-operator) to complete. +> Install Azure Service Operator can only be performed on an AKS cluster that has never had ASO installed before. If you have already initiated the installation manually, follow the instructions on [Azure Service Operator](https://azure.github.io/azure-service-operator/#installation) to complete. For more information on Azure Service Operator, visit [Azure Service Operator (for Kubernetes)](https://github.com/Azure/azure-service-operator). If you are experiencing issues with Azure Service Operator, visit [Azure Service Operator (ASO) troubleshooting](https://github.com/Azure/azure-service-operator/blob/master/docs/troubleshooting.md). diff --git a/package.json b/package.json index 41b096e0a..28996b938 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-aks-tools", "displayName": "Azure Kubernetes Service", "description": "Display Azure Kubernetes Services within VS Code", - "version": "0.0.16", + "version": "0.0.17", "preview": true, "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "publisher": "ms-kubernetes-tools", diff --git a/resources/right-click-menu.png b/resources/right-click-menu.png index e8c61d57a..fd31b8caa 100644 Binary files a/resources/right-click-menu.png and b/resources/right-click-menu.png differ