Skip to content

Commit

Permalink
Merge pull request #33 from Azure/qasim/project-title
Browse files Browse the repository at this point in the history
readme: Improve project title
  • Loading branch information
mqasimsarfraz authored Apr 26, 2023
2 parents 7772625 + 6636cd9 commit c3956ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kubectl-aks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Microsoft AKS CLI kubectl plugin CI
name: Azure Kubernetes Service kubectl plugin CI
env:
GO_VERSION: 1.17 # TODO: Update
AZURE_PREFIX: kubectl-aks-ci
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft Azure Kubernetes Service (AKS) CLI kubectl plugin
# Azure Kubernetes Service (AKS) kubectl plugin

`kubectl-aks` is a `kubectl` plugin that provides a set of commands that can be
used to debug an AKS cluster even when the cluster's control plane is not
Expand Down Expand Up @@ -61,7 +61,7 @@ kubectl aks version

```bash
$ kubectl aks --help
Microsoft AKS CLI kubectl plugin
Azure Kubernetes Service (AKS) kubectl plugin

Usage:
kubectl-aks [command]
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var commonFlags utils.CommonFlags

var rootCmd = &cobra.Command{
Use: "kubectl-aks",
Short: "Microsoft AKS CLI kubectl plugin",
Short: "Azure Kubernetes Service (AKS) kubectl plugin",
}

func Execute() {
Expand Down

0 comments on commit c3956ef

Please sign in to comment.