Skip to content

Commit

Permalink
Publish 1.3.4 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Aug 31, 2022
1 parent 8db23a1 commit d875750
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.3.4]

* Enable quick and easy way to run some kubectl commands on the selected AKS cluster.
* Add issue templates for better feature and issue management.
* AKS Periscope udpates and fixes.
* Fix for Starter workflow polling mechanism.

Thanks to @rzhang628 and @peterbom. Special thanks to Scott Hanselman and folks who gave backed or gave idea for enabling kubectl commands as submenu.

## [1.3.3]

* Enable AKS features for USGov Cloud feature.
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Show AKS cluster properties
* Create AKS cluster from Azure Portal
* Stop and Start the AKS cluster
* Run Kubectl Commands from your AKS cluster

## Installation

Expand All @@ -36,6 +37,8 @@ Once you successfully log in with your Azure Account, you can view all AKS clust

![Cloud explorer extension menu](resources/right-click-menu-workflow.png)

![Cloud explorer extension menu](resources/right-click-menu-kubectl.png)

![Cloud explorer extension menu](resources/right-click-subscription.png)

### Merge into Kubeconfig
Expand Down Expand Up @@ -129,6 +132,16 @@ Right click on your AKS cluster and click on **Show Properties** to display the

![Start or Stop Cluster From Properties Webview](resources/aks-startstop-cluster.png)

### Run Kubectl Commands from your AKS cluster

Right click on your AKS cluster and click on **Run Kubectl Commands** to easily run few known kubectl commands on your cluster. Currently we have enable following kubectl commands for the AKS cluster:

- Describe Services
- Get All Pods
- API Resources
- Get Cluster Info
- Get Node

## Telemetry

This extension collects telemetry data to help us build a better experience for building applications with Azure Kubernetes Service and VS Code. We only collect the following data:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-aks-tools",
"displayName": "Azure Kubernetes Service",
"description": "Display Azure Kubernetes Services within VS Code",
"version": "1.3.3",
"version": "1.3.4",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down
Binary file added resources/right-click-menu-kubectl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d875750

Please sign in to comment.