Skip to content

Commit

Permalink
Publish 1.3.10. (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Jan 20, 2023
1 parent dcd962f commit cd415ad
Show file tree
Hide file tree
Showing 6 changed files with 28 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.10]

* Enable deploy/undeploy inspektor gadget.
* Add k8s api healtch check submenu.

Thank you so much to @rzhang628, @peterbom, and @blanquicet.

## [1.3.9]

* Remove SVG Badges which Marketplace didn't like.
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* Stop and Start the AKS cluster
* Run Kubectl Commands from your AKS cluster
* Run Managed Cluster Operations from your AKS cluster
* Run Kubernetes API Health Endpoints
* Deploy and Undeploy InspektorGadget

## Installation

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

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

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

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

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

### Merge into Kubeconfig
Expand Down Expand Up @@ -148,6 +154,18 @@ Right click on your AKS cluster and click on **Managed Cluster Operations** to e
- Delete Cluster
- Rotate Cluster Certificate

### Run Kubernetes API Health Endpoints

Right click on your AKS cluster and click on **Kubernetes API Health Endpoints** to easily run few [k8s cluster API endpoint health check](https://kubernetes.io/docs/reference/using-api/health-checks/). Currently we have enable following health check:

- Healthz
- Livez
- Readyz

### Deploy and Undeploy InspektorGadget

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.

## 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.9",
"version": "1.3.10",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
Expand Down
Binary file added resources/right-click-api-health-check-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/right-click-inspektor-gadget.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 cd415ad

Please sign in to comment.