Skip to content

Commit

Permalink
Publish 1.3.11. (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Feb 16, 2023
1 parent a582c57 commit 7daa280
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.3.11]

* Enable Non-Interactive InspektorGadget Commands like Top, Profile and Snapshot.
* Enable ChatGPT review pipeline for the repo.

Thank you so much to @rzhang628, @peterbom, @qike-ms, @gambtho, @squillace, @mauriciovasquezbernal and @blanquicet.

## [1.3.10]

* Enable deploy/undeploy inspektor gadget.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Run Managed Cluster Operations from your AKS cluster
* Run Kubernetes API Health Endpoints
* Deploy and Undeploy InspektorGadget
* Enable Non-Interactive InspektorGadget Commands like Top, Profile and Snapshot

## Installation

Expand Down Expand Up @@ -43,8 +44,11 @@ Once you successfully log in with your Azure Account, you can view all AKS clust

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

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

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


### Merge into Kubeconfig

Right click on your AKS cluster and click on **Merge into Kubeconfig** to add the selected AKS cluster to the kubeconfig file.
Expand Down Expand Up @@ -166,6 +170,10 @@ Right click on your AKS cluster and click on **Kubernetes API Health Endpoints**

Right click on your AKS cluster and click on **Inspektor Gadget** to easily deploy gadget into your cluster. User can easily one-click deploy and undeploy gadget from this feature.

### Profile, Top and Snapshot Inspektor Gadget Commands

After successfully deploying Inspektor Gadget, right-click on your AKS cluster and select **Inspektor Gadget** and choose **Gadget Commands** to easily use non-interactive Top, Profile or Snapshot commands for your cluster.

## 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.10",
"version": "1.3.11",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down
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 7daa280

Please sign in to comment.